@@ -8,7 +8,7 @@ and this project follows the
88which is based on the major version of Backdrop CMS with a semantic version
99system for each contributed module, theme and layout.
1010
11- ## [ Unreleased] - 2025-07-08
11+ ## [ Unreleased] - 2026-02-23
1212
1313### Added
1414- An option for the ` db-import ` command to allow import from newer MariaDB
@@ -18,18 +18,24 @@ database or client does not support it.
1818- The ability to download specified releases or branches of modules, themes,
1919layout templates or Backdrop itself.
2020- Command to convert database to UTF8MB4.
21+ - Support for PHP 8.4
22+ - Defensive coding to prevent warnings if a module or theme exists in the
23+ ` system ` table but not in the file system.
2124
2225### Fixed
2326- Unhandled errors and warnings if commands run outside Backdrop root and/or
2427before installing Backdrop.
2528- Error if importing config to database config storage.
29+ - Deprecations within error handling for PHP 8.4.
2630
2731### Changed
2832- Bee will now notify the user of additional modules that will be enabled or disabled
2933based on module dependencies when using the enable and disable commands.
3034- The functions within the download command have been made more flexible and
3135better able to support the coming 'update' command.
3236- Provide default terminal width if ` tput cols ` fails to get the value.
37+ - The ` config-import ` command will now import ` system.extensions ` config updates first
38+ if there are any.
3339
3440## [ 1.x-1.1.0] - 2024-09-07
3541
0 commit comments