-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backdrop 1.28.0 Release checklist #6547
Comments
Release notes draft: The Backdrop community is proud to release Backdrop CMS version 1.28.0! This release includes several major new features, including a new icon system that bundles the Phosphor Icon Collection, in both "regular" and "filled" variants. The new icon system is used in the admin bar, dashboard, and admin landing pages. The new icons will start being used throughout core in the next few minor releases. They're also available for contrib developers and themers to use through the new Icon API (see the documentation for Icon API here). Uploading SVG images is now supported directly in image field uploads. SVGs also are integrated into the image library and image style systems. Note that if you have previously used the SVG Image module, this module can now be removed as core provides equivalent functionality. For sites that run on specialized hosting platforms (such as Pantheon, Acquia, or AWS), Backdrop 1.28.0 now allows your site to store configuration in the database instead of on the file system. This may be beneficial on systems where the file system is not as fast or reliable as database access. It also may help work with existing tools for creating backups, as the configuration will be backed up as part of the database instead of needing to be backed-up separately. Initial benchmarking has indicated database configuration is slightly slower than hosting configuration on a local SSD. Performance will vary based on your hosting configuration. Notes for updating
New features
Bug fixes
Miscellaneous changes |
Tag is cut, ready for release: https://github.com/backdrop/backdrop/releases/tag/1.28.0 |
I've added SVG Image to the list of modules in backdrop core: |
Does our Icon API also count as a partial/alternative implementation of https://www.drupal.org/project/icon as well? |
I would say yes. It doesn't provide every possible sub-module (icon_field or icon_filter), but it does provide the API for displaying icons and supporting other icon sets. |
I've updated the Pantheon upstream. |
Demo sandboxes have been updated as well. Tested and working too 👍🏼 |
I've created a new language template file for the translation server. |
Closing in favor of #6624 |
Scheduled for May 15, 2024 4pm PT - 8pm PT
Pre-release tasks
Fix
orFixed
,Add
orAdded
.**Notes for updating**
core
directory, for example:- No changes have been made to the `.htaccess`, `robots.txt` or default `settings.php` files in this release. Updating customized versions of those files is not necessary.
.htaccess
settings.php
The database update script does **not** need to be run.
**It will be necessary to run the update script** (located at /update.php) for this release.
**Changes since version 1.xx.x** are listed below.
release-notes
artifact attached to the generator.Release tasks
1.10.x
) @quicksketchImmediate Post-release tasks
Publicity tasks
Code tasks
Backdrop Website updates
2-week Post-release tasks
Publicity tasks
See Also
The text was updated successfully, but these errors were encountered: