Skip to content

1.x-1.2.0

Latest

Choose a tag to compare

@yorkshire-pudding yorkshire-pudding released this 25 Feb 11:23
· 1 commit to 1.x-1.x since this release

What's Changed

Added

  • An option for the db-import command 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
    system table but not in the file system. Issue #473 by @yorkshire-pudding in #478

Fixed

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 cols fails Issue #458 by @yorkshire-pudding in #460
  • The config-import command will now import system.extensions config 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

Full Changelog: 1.x-1.1.0...1.x-1.2.0