Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2017-06-04 | 2.3 kB | |
xce-6.8.0a.zip | 2017-06-04 | 1.3 MB | |
xce-6.7.0a.zip | 2017-04-14 | 1.3 MB | |
xce-6.6.0a.zip | 2017-04-09 | 1.3 MB | |
xce-6.5a.zip | 2017-03-20 | 905.2 kB | |
Totals: 5 Items | 4.8 MB | 0 |
# # #### ###### # # # # # # # #### # # # # # # # #### ###### By Xriuk Current Version: - 6.8.0A --------------------------------------------------- Thank you for downloading XCE! Please refer to the official website for any questions: - xce.xriuk.com --------------------------------------------------- CHANGELOG: 6.8.0A: - Added API URL on the top of "admin/api" (previously "admin/apicmds") - Added manually and auto closable alert messages - Added XCE_Core::escapeParam($param) function to escape external parameters from html code - Added few "index.php" files inside folders to prevent content displaying - Updated jQuery from 3.1.1 to 3.2.1 - Restored "char" SQL type - Changed some columns for new installations - Renamed page "admin/apicmds" to "admin/api" - Changed XCE_Page::getMsg($text, $type, $class) signature to XCE_Page::getMsg($text, $type, $close, $class) - Edited alert messages on some pages to close themselves after a fixed interval of time - XSS problems should have been solved - Minor bugfixes 6.7.0A: - Added constant XCE_DB_TYPE, with a string representing the current db system being used - Added function XCE_Locale::clear() - Added few options to delete custom files when uninstalling - Changed parameters of add-on handlers (check XCE_Addon and XCE_AddonHandler) - Renamed email template "email_confirm" to "confirm-email" - Reworked permission levels - Fixed custom pages (including the main page) being displayed during maintenance mode - Fixed previous user images not being deleted after new upload and after uninstallation - Minor bugfixes 6.6.0A: - Added "Russian (ru_RU)" translation - Added "Pages" admin section to create and edit pages on the website - Added the attribute "data-name" for CSS and JS scripts inside HTML - Added "MAX" support for "varchar" columns in XCE_DB::tableCreate() and XCE_DB::tableAddColumns() (both MySQL and SQL Server), XCE_DBVarcharMax constant is now available too and does the same - Removed "Charset" parameter from database configuration on installation, it will be "utf8" by default and can be edited in settings.php if needed - Disabled "geturl" API command by default, on new installations - Minor bugfixes and graphical improvements 6.5.0A: - First public version