Changelog History
Page 2
-
v1.16.2 Changes
June 17, 2020๐ Maintenance release for Backdrop CMS. This update contains security updates and bug fixes only.
๐ Previously, if a form submission failed Backdrop's cross-site request forgery protection, the submitted form values would be re-displayed to the user along with a message advising them to copy their previously submitted values and reload the page. Beginning with this release, the form is shown without any values for security reasons, and the user is prompted to press the back button to return to their previously entered values.
โก๏ธ The user-facing translatable string that appears when a form is outdated has also been changed, and translations of it will need to be updated.
โก๏ธ Notes for updating:
- No changes have been made to the
.htaccess
,robots.txt
, or defaultsettings.php
files in this release, so updating customized versions of those files is not necessary. - The database update script does not need to be run
๐ Changes since 1.16.1
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-004
- โก๏ธ Issue #4423: Fix incorrect t() parameter usage in update_mail().
- Issue #4419: prevent new empty formats if disabled ones exist
- Issue #4431: Use b.org link for backups help.
- ๐ Issue #3044: Update cron links to use backdropcms.org documentation.
- Issue #3734: Fix broken template rescan in views.
- ๐ Issue #4223: Correct API groups for Field UI documentation.
- Issue #4146: Minor change to text in contact module.
- Issue #4281: Enforce password value requirement on reset form.
- Issue #4434: Optimize color_css_alter() to reduce number of file system checks.
- ๐ Issue #4424: Remove unnecessary string concatenations.
- No changes have been made to the
-
v1.16.1 Changes
May 20, 2020๐ Maintenance release for Backdrop CMS. This update contains security updates and bug fixes only.
โก๏ธ Notes for updating:
- ๐ No changes have been made to the
.htaccess
,robots.txt
, or defaultsettings.php
files in this release, so updating customized versions of those files is not necessary. - ๐ It will be necessary to run the update script (located at /update.php) for this release
๐ Changes since 1.16.0
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-002
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-003
- ๐ง Issue #4400: Fixed Text filter configuration is not saved
- ๐ Issue #4399: Fixed PHP Notice and error in Color module
- Issue #4318: Align color inputs with labels in theme settings.
- ๐ No changes have been made to the
-
v1.16.0 Changes
May 15, 2020๐ The Backdrop community is proud to release version 1.16 of Backdrop CMS, following our 4-month release cycle. This version contains a handful of new features and API additions, as well as the usual cleanup tasks, and usability improvements.
โก๏ธ Notes for updating:
- ๐ It will be necessary to run the update script (located at /update.php) for this release.
- ๐ No crucial changes have been made to the
.htaccess
,robots.txt
or defaultsettings.php
files in this release. There is, however, new documentation in thesettings.php
file containing examples of how to override configuration values. Updating custom versions of these files is not necessary, but may be helpful.
Major new features in Backdrop 1.16 include:
- ๐ง Any configuration value can be overridden in settings.php backdrop/backdrop-issues#2805
- Autocomplete is now available on all link/path fields backdrop/backdrop-issues#3764
- Disabled text formats can now be re-enabled backdrop/backdrop-issues#1575
- Author and Date display can now be customized for each content type backdrop/backdrop-issues#2379
- Specific content types can now be excluded from the search index
backdrop/backdrop-issues#4197
Usability improvements
- Double dashes in the menu parent select list have been replaced with a Middot backdrop/backdrop-issues#4218
- ๐ง Text filter configuration has been moved into modals backdrop/backdrop-issues#1032
- The password field is now hidden when the Notification checkbox is checked on the user account creation form backdrop/backdrop-issues#4266
API additions
- ๐ A
removed_blocks
property has been added to theLayout
class backdrop/backdrop-issues#4209 - A new
theme_has_color_support()
function has been added backdrop/backdrop-issues#4044 - ๐ป Content can now have an active revision that is not the most recent revision (no UI included) backdrop/backdrop-issues#4354
- Cacheing is now enabled for the core entity types, and available for all others backdrop/backdrop-issues#74
Cleanup tasks
- ๐ Node actions code moved into a separate
node.actions.inc
file. backdrop/backdrop-issues#3807
-
v1.16.0-preview Changes
May 15, 2020๐ This is the preview release of Backdrop 1.16.0. Please use this version if you would like to help us test the features in the new version of Backdrop -- prior to the official release on May 15, 2020.
โก๏ธ Notes for updating:
- ๐ It will be necessary to run the update script (located at /update.php) for this release.
- ๐ No changes have been made to the
.htaccess
,robots.txt
or defaultsettings.php
files in this release. Updating custom versions of those files is not necessary.
Major new features in Backdrop 1.16.0 Preview include:
- ๐ง Any configuration value can be overridden in settings.php backdrop/backdrop-issues#2805
- Autocomplete is now available on all link/path fields backdrop/backdrop-issues#3764
- Disabled text formats can now be re-enabled backdrop/backdrop-issues#1575
- Author and Date display can now be customized for each content type backdrop/backdrop-issues#2379
- Specific content types can now be excluded from the search index
backdrop/backdrop-issues#4197
Usability improvements
- Double dashes in the menu parent select list have been replaced with a Middot backdrop/backdrop-issues#4218
- ๐ง Text filter configuration has been moved into modals backdrop/backdrop-issues#1032
- The password field is now hidden when the Notification checkbox is checked on the user account creation form backdrop/backdrop-issues#4266
API additions
- ๐ A
removed_blocks
property has been added to theLayout
class backdrop/backdrop-issues#4209 - A new
theme_has_color_support()
function backdrop/backdrop-issues#4044 - ๐ป Content can now have an active revision that is not the most recent revision (no UI included) backdrop/backdrop-issues#4354
- Cacheing is now enabled for core entity types, and available for all others backdrop/backdrop-issues#74
Cleanup tasks
- ๐ Node actions code moved into a separate
node.actions.inc
file. backdrop/backdrop-issues#3807
-
v1.15.4 Changes
June 17, 2020๐ Maintenance release for Backdrop CMS. This update contains security updates and bug fixes only.
๐ Previously, if a form submission failed Backdrop's cross-site request forgery protection, the submitted form values would be re-displayed to the user along with a message advising them to copy their previously submitted values and reload the page. Beginning with this release, the form is shown without any values for security reasons, and the user is prompted to press the back button to return to their previously entered values.
โก๏ธ The user-facing translatable string that appears when a form is outdated has also been changed, and translations of it will need to be updated.
โก๏ธ Notes for updating:
- No changes have been made to the
.htaccess
,robots.txt
, or defaultsettings.php
files in this release, so updating customized versions of those files is not necessary. - The database update script does not need to be run
๐ Changes since 1.15.3
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-004
- No changes have been made to the
-
v1.15.3 Changes
May 20, 2020๐ Maintenance release for Backdrop CMS. This update contains security updates and bug fixes only.
โก๏ธ Notes for updating:
- ๐ No changes have been made to the
.htaccess
,robots.txt
, or defaultsettings.php
files in this release, so updating customized versions of those files is not necessary. - The database update script does not need to be run.
๐ Changes since 1.15.2:
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-002
- ๐ Security Fix, see BACKDROP-SA-CORE-2020-003
- ๐ No changes have been made to the
-
v1.15.2 Changes
May 15, 2020๐ Maintenance release for Backdrop CMS. This update contains bug fixes and usability improvements only.
- ๐ No changes have been made to the
.htaccess
,robots.txt
, or defaultsettings.php
files in this release, so updating customized versions of those files is not necessary. - The database update script does not need to be run.
๐ Changes since 1.15.1:
- #4389: PHP notice on List layouts page when permission is missing.
- ๐ #4308: Convert deprecated code for PHP 7.4 compatibility.
- โช Revert "Issue #1140: Fix fields with inline labels next to floated elements."
- #4017: Fix "file may not be referenced" in image dialog for manually uploaded files.
- #4227: Do not allow image field min dimensions to be larger than max dimensions.
- #4295: Rebuild Color module CSS on cache flush.
- #4357: Prevent "theme hook not found" on date field creation.
- #4371: Fix file path placeholder for Layouts.
- #3869: Fix Taxonomy term list table headers when Language module is enabled.
- #4319: Fix Empty fields are rendering markup.
- #4373: Fix incorrect cache bin.
- #4360: Caching install profiles setting was not being saved.
- ๐ #3348: Fixed Color module support for sub themes and Basis sub-theme color support.
- ๐ #4261: Remove extraneous characters in SelectQuery::addField()'s docblock.
- ๐ #1394: Remove the unused Block IP addresses permission.
- โ #4306: Adding code to time the test runs and display them in the summary.
- #4321: Fix language pseudo field's weight to allow re-ordering.
- ๐ No changes have been made to the
-
v1.15.1 Changes
March 26, 2020๐ Maintenance release for Backdrop CMS. This update contains only security updates and bug fixes.
๐ For more information about the security fixes in this release, see the security announcement at https://backdropcms.org/security/backdrop-sa-core-2020-001
โก๏ธ Update information:
- โก๏ธ The database update script does not need to be run.
- ๐ No changes have been made to the
.htaccess
,robots.txt
or defaultsettings.php
files in this release, so upgrading custom versions of those files is not necessary.
๐ Changes since 1.15.0:
- โก๏ธ #3355: Update CKEditor to version 4.14.0.
- ๐ #3853: Fixed Parameter 3 expected to be a reference, value given.
- ๐ #4328: Fixed viewsSearchQuery class missing from autoloader.
- ๐ #4330: Fixed the permission check in the color module for previews.
- ๐ #4321: Fixed language pseudo field's weight to allow re-ordering.
- ๐ #4326: Fixed small typo in Basis theme's README.md.
- #4299: Fixed taxonomy_get_term_by_name() docblock.
- ๐ #4034: Remove redundant 'contentinfo' aria role from 'footer'.
- ๐ #4225: Fixed permission checking for individual vocabularies.
- ๐ #4280: Fixed "chronological" spelling.
- #4288: Fixed typo in taxonomy_vocabulary_load_multiple() docblock.
-
v1.15.0 Changes
January 16, 2020๐ The Backdrop community is proud to release version 1.15 of Backdrop CMS, following our 4-month release cycle.
โก๏ธ Notes for updating:
- It will be necessary to run the update script (located at
/update.php
) for this release. - ๐ No changes have been made to the
.htaccess
,robots.txt
or defaultsettings.php
files in this release. Updating custom versions of those files is not necessary.
Major new features in Backdrop 1.15.0 preview include:
- #3297 Add Image Library modal to Image fields
- #3566 Add a recent news block to the dashboard
- 0๏ธโฃ #1610 Allow content to be placed into the menu by default
- #4200 Allow menus to be always click/touch activated (rather than hover activated)
- #3972 Add new translatable HTML5 date form elements: html_datetime, html_date, html_time
- #4235 Add more display options for boolean fields
Also changed since version 1.14.2:
- ๐ All changes from version 1.14.3
- โก๏ธ #4254 News Block Followup: Switch URL to a config setting and cache the news updates
- #4270 Fix Possible regression when adding blocks with file fields
- #4181 Remove entity_create_stub_entity() in favor of entity_create()
- ๐ป #3326 Provide UI to define watchdog severity levels
- 0๏ธโฃ #4156 Disable comments by default on NEW content types
- ๐ #3931 Remove all default words (stop words) from path alias "Strings to Remove" settings
- It will be necessary to run the update script (located at
-
v1.15.0-preview Changes
January 02, 2020๐ This is the preview release of Backdrop 1.15.0. Please use this version if you would like to test the features of the new version of Backdrop prior to the official release on January 15, 2020.
Major new features in Backdrop 1.15.0 preview include:
- #3297 Add Image Library modal to Image fields
- #3566 Add a recent news block to the dashboard
- 0๏ธโฃ #1610 Allow content to be placed into the menu by default
- #4200 Allow menus to be always click/touch activated (rather than hover activated)
- #3972 Add new translatable HTML5 date form elements: html_datetime, html_date, html_time
- #4235 Add more display options for boolean fields