diff -u b/core/CHANGELOG.txt b/core/CHANGELOG.txt --- b/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -52,18 +52,9 @@ - Universally Unique IDentifier (UUID): * Support for generating and validating UUIDs. - JavaScript changes: - * Updated to jQuery 2.1.4. - * Added jQuery Cookie 1.4.1, A simple, lightweight utility plugin for - reading writing and deleting cookies. - * Updated to jQuery Form 3.51.0, Easily and unobtrusively upgrade HTML - forms to use AJAX. - * Added jQuery Joyride 2.1.0, An easy to configure jQuery site tour wizard. - * Added jQuery Once 2.0.2, which filters out all elements that had the same - filter applied on them before. - * Updated to jQuery UI 1.11.4. - * Added jQuery UI Touch Punch 0.2.3, Touch Event Support for jQuery UI. - * Updated to HTML5 Shiv 3.7.3. - * Removed jquery.bbq. + * Updated to jQuery 2.1.0 + * Updated to jQuery UI 1.10.2 + * Removed jquery.bbq - Tremendously improved language support all around. * Great language improvements for users: * Improved language selection with user preference detection in the @@ -182,6 +173,24 @@ - Removed user signatures support from core. - Added ability to generate and validate Universally Unique IDentifiers (UUIDs). - Tremendously improved language support all around: +- Removed backwards-compatibility with 'magic_quotes_gpc'/'magic_quotes_runtime' + PHP configuration settings. Both are required to be disabled. +- Universally Unique IDentifier (UUID): + * Support for generating and validating UUIDs. +- JavaScript changes: + * Updated to jQuery 2.1.4. + * Added jQuery Cookie 1.4.1, A simple, lightweight utility plugin for + reading writing and deleting cookies. + * Updated to jQuery Form 3.51.0, Easily and unobtrusively upgrade HTML + forms to use AJAX. + * Added jQuery Joyride 2.1.0, An easy to configure jQuery site tour wizard. + * Added jQuery Once 2.0.2, which filters out all elements that had the same + filter applied on them before. + * Updated to jQuery UI 1.11.4. + * Added jQuery UI Touch Punch 0.2.3, Touch Event Support for jQuery UI. + * Updated to HTML5 Shiv 3.7.3. + * Removed jquery.bbq. +- Tremendously improved language support all around. * Great language improvements for users: * Improved language selection with user preference detection in the installer based on browser settings.