·
1 commit
to 1.x-1.x
since this release
What's Changed
Added
- An option for the
db-importcommand to allow import from newer MariaDB
servers with the enable sandbox command in the dump file if the destination
database or client does not support it by @yorkshire-pudding in #440 - Tooling for the lando recipe to support Xdebug with VS Code by @yorkshire-pudding in #444
- The ability to download specified releases or branches of modules, themes,
layout templates or Backdrop itself. - Command to convert database to UTF8MB4. Issue #461 by @herbdool in #462
- Support for PHP 8.4 and PHP 8.5
- Defensive coding to prevent warnings if a module or theme exists in the
systemtable but not in the file system. Issue #473 by @yorkshire-pudding in #478
Fixed
- Unhandled errors and warnings if commands run outside Backdrop root and/or
before installing Backdrop by @yorkshire-pudding in #438 - Error if importing config to database config storage.
- Deprecations within error handling for PHP 8.4 Issue #475 by @yorkshire-pudding in #476.
- Deprecation notice for
download(dl) function on PHP 8.5 Issue #479 by @indigoxela in #484 - Fix check for latest release. Issue #456 by @yorkshire-pudding in #457
- Error on config import to db config storage Issue #465 by @yorkshire-pudding in #466
Changed
- Bee will now notify the user of additional modules that will be enabled or disabled
based on module dependencies when using the enable and disable commands by @elisseck in #445. - The functions within the download command have been made more flexible and
better able to support the coming 'update' command by @yorkshire-pudding in #446 - Provide default terminal width if
tput colsfails Issue #458 by @yorkshire-pudding in #460 - The
config-importcommand will now importsystem.extensionsconfig updates first if there are any. Issue #467 by @quicksketch in #468 - Updated PHPUnit to 9.6 Issue #332 by @yorkshire-pudding in #482
New Contributors
- @elisseck made their first contribution in #445
- @quicksketch made their first contribution in #468
Full Changelog: 1.x-1.1.0...1.x-1.2.0