 [ 0.6.3 ]
 
 [FIX] [0000022] Added checks for correct functionality of mail(). Should now work properly.
 [FIX] [0000034] Changing the password for administrator leaded to an sql-error
 [FIX] [0000035] Same like above - duplicate error
 [FIX] [0000036] If fopen() was deactivated, a php error occured
 [NEW] MGB shows now if settings were saved successfully in administration
 [NEW] Italian language file included
 [NEW] Dutch language file included
 [NEW] 10 new captcha backgrounds
 
 
 [ 0.6.2 ]

 [FIX] [0000018] if you changed your own username as administrator, profiles of other users weren't able to edit until a new login
 [FIX] [0000021] by adding a new user all data was lost if you mistyped your password
 [FIX] [0000024] wrong path in template "mgbModern" for favicon
 [FIX] [0000025] "http://" is now added to wrong urls (urls without "http://") typed by users
 [FIX] [0000028] there was no check for your password if you edited your own account
 [FIX] [0000029] fixed an error in the "badwords" function
 [FIX] the problem with IE 6 and 7 that the captcha is not properly new generated if you forgot some data, is partially solved. IE will now generate a new captcha by manually clicking "refresh".
 [NEW] english and informal german language files
 [NEW] [0000027] now you can choose how entries in frontend will be numbered
 [NEW] check if install directory is deleted after installation
 
 
 [ 0.6.1 ]

 [FIX] [0000014] added check of db_prefix in installation
 [FIX] [0000015] undefined constant in edit.inc.php
 [FIX] [0000016] template, style, language and iconset directories are now checked if they are really directories
 [FIX] [0000017] installation and import are now possible without having cookies activated
 [FIX] german lang_install.php: fixed an umlaut error
 [FIX] newentry.php: added check if email is set when adding an entry to make sure no error occurs if email field is not necessary
 [FIX] same in edit.inc.php (comment) and activate.inc.php (activation of entry)
 [NEW] 6 new CSS styles for mgbModern template: black_and_white, darkblue, green, silver, white_and_black, yellow
 
 
 [ 0.6 final ]

 [FIX] MGB Icons have now an own class named "icon". So you can insert your own images in a template, without being sized to 16x16px.
 [FIX] [0000012]: Changed "Top Level Domain" to "Domain"
 [FIX] If BBcode [size] and [color] were used in combination both were interpreted but one of them had no effect on the text
 [UPD] Some changes in german language file
 [UPD] Some changes in mgbModern Template
 [NEW] New way to add bbcodes

 IMPORTANT: If you are updating from any Release Candidate Version, and if you created your own style for the mgbModern Theme, you
            have to add this CSS Code to your style.css:

	select.main_option {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		background-color: #EFEFEF;
		color: #000000;
		border: 1px solid #7F7F7F;
		width: 100px; }
 
 
 [ 0.6 RC2 ]

 [FIX] {LANG_TRANSFER_SETTINGS} is now correctly replaced when not importing settings of old MGB Installation
 [FIX] import.php: comments of MGB 0.5.x entries were not transfered
 [FIX] missing string in ansi version of german lang_install.php
 [FIX] missing "</form>" in install/template/import_step1.tpl"
 [UPD] index_body.tpl -> links for menu are now directly set in index_body.tpl, instead in index.php. Only language placeholders are replaced
 [UPD] email_body.tpl, email_body_success.tpl, newentry.tpl, newentry_body_entry_success.tpl -> link "back to main page" now directly set in these files, instead in email.php and newentry.php. Only language placeholders are replaced
 [UPD] templates/mgbModern/settings.php -> constants TEMPLATE_DEFAULT_STYLE and TEMPLATE_DEFAULT_ICONSET now in capital letters
 [UPD] import.php: checkbox for "import old settings" remembers status when form is sent
 [NEW] import.php: quake colorcodes are now being filtered out, cause they are no longer supported
 [NEW] upgrade.php: to upgrade your database from RC1
 
 
 [ 0.6 RC1 ]

 [FIX] fixed an error in email.php which caused php warnings when sending an email to admin or a user
 [FIX] made "http://" as standard for "post_hp" field in "newentry.php" working again
 [UPD] minor changes
 [NEW] import.php to import older entries from an MGB 0.5.x.x installation
 
 
 [ 0.6 Beta 2 ]

 [FIX] install/mysql.php: `user_show_email` INT(4) NOT NULL DEFAULT '180' ==> `user_show_email` TINYINT(1) NOT NULL DEFAULT '1'
 [FIX] install/mysql.php: `session_timeout` VARCHAR(255) ==> `session_timeout` INT(4) NOT NULL DEFAULT '300'
 [FIX] email.php, line 64: by clicking on email image of an entry on index.php a mysql error occured. $db['host'] ==> $db['hostname']
 [FIX] email.php, lines 64-66: Fixed line numbers in mysql errormessage
 [FIX] [0000009] email.php: Dealed with "undefined index:" error message for name, email and message variables
 [FIX] fixed a bug which displayed wrong errormessages if pressing "save" button in several formulars of administration and session was expired
 [FIX] fixed a bug which displayed no errormessage if new password is set and old password was not given
 [FIX] now displaying login when clicking on "License" and session is expired
 [FIX] if language was changed email messages were not correctly loaded into database
 [FIX] settings were not correctly displayed in activated language if there were more than one language
 [UPD] email.php, lines 104-106: Added line numbers in mysql errormessage
 [UPD] captcha.php, lines 36-38: Added line numbers in mysql errormessage
 [UPD] [0000010] install/install.php, line 85: switch(version_compare('3.23.50', mysql_get_client_info())) ==> switch(version_compare('3.23', mysql_get_client_info()))
 [UPD] Images, Smilies and Icons are now stored in a separate folder "images" in root directory and so they are independent from templates. Iconsets can be changed in administration by creating a new folder with different icons, smilies etc.
 [UPD] edit.inc.php: date and time of an entry is now editable
 [UPD] changed maximum value of session timeout from 999 to 9999
 [UPD] deleted some unnecessary variables in load_settings.inc.php
 [UPD] changed time saving format of entries to timestamp instead of date/time
 [UPD] install/mysql.php: `timestamp` DATETIME NOT NULL , ==> `timestamp` VARCHAR( 255 ) NOT NULL
 [UPD] added the possibility to change format of date by using the php date() function
 [UPD] changed $SERVER_HTTP_VARS["REMOTE_ADDR"] to $_SERVER["REMOTE_ADDR"]
 [UPD] disabled displaying version in user frontend
 [NEW] lostpassword.php: generate new password for your account if you lost it
 [NEW] install/mysql.php: `dateform` VARCHAR(5) NOT NULL DEFAULT 'd/m/Y' (line 120) and 'd/m/Y' (line 194)
 [NEW] added option in administration to show if a newer version exists
 [NEW] added option in administration to change notification email address for new entries