diff --git a/.lando.yml b/.lando.yml index d0f5bd2..e88cae9 100644 --- a/.lando.yml +++ b/.lando.yml @@ -34,7 +34,7 @@ services: database: healthcheck: mysql --defaults-extra-file=/app/.lando/mysql.cnf --silent --execute "SHOW DATABASES;" multisite: - type: php:8.2 + type: php:8.3 webroot: multisite events: pre-rebuild: diff --git a/CHANGELOG.md b/CHANGELOG.md index cb15fd1..c22ff5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project follows the which is based on the major version of Backdrop CMS with a semantic version system for each contributed module, theme and layout. -## [Unreleased] - 2024-09-06 +## [Unreleased] - 2024-09-07 +## [1.x-1.1.0] - 2024-09-07 ### Added - A new function to check whether or not an executable exists in the system. @@ -115,7 +116,8 @@ filenames) are included in table output. ### Changed - Changed from `b` to `bee` -[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.2...HEAD +[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.1.0...HEAD +[1.x-1.1.0]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.2...1.x-1.1.0 [1.x-1.0.2]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.1...1.x-1.0.2 [1.x-1.0.1]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.0-beta...1.x-1.0.1 [1.x-1.0.0-beta]: https://github.com/backdrop-contrib/bee/compare/v0.0.0...1.x-1.0.0-beta diff --git a/docs/Usage.md b/docs/Usage.md index 4b191ec..2b23393 100644 --- a/docs/Usage.md +++ b/docs/Usage.md @@ -248,6 +248,11 @@ options in a given file. - `bee help status` - Display help for the 'status' command. - `bee help` - Display help for 'bee' itself. +#### `changelog` +*Description:* Display the current CHANGELOG of Bee. +*Examples:* +- `bee changelog` - Output the current CHANGELOG. + ### Core #### `download-core` *Description:* Download Backdrop core. diff --git a/includes/globals.inc b/includes/globals.inc index f707ea3..5c13acb 100644 --- a/includes/globals.inc +++ b/includes/globals.inc @@ -114,11 +114,11 @@ define('BEE_BOOTSTRAP_FULL', 8); // Current version of Bee. // This will normally be based on the next minor release (e.g '1.x-1.1.x-dev') // but will be changed briefly when a release is generated. -define('BEE_VERSION', '1.x-1.1.x-dev'); +define('BEE_VERSION', '1.x-1.1.0'); // Latest release. // This will be updated at each release. -define('BEE_LATEST_RELEASE', '1.x-1.0.2'); +define('BEE_LATEST_RELEASE', '1.x-1.1.0'); /** * Define constants for symbols to be used within Bee.