Releases: lando/acquia
Releases · lando/acquia
v1.6.1
- Optimized for
midcore
- Updated to @lando/[email protected].
- Updated to @lando/[email protected].
- Updated to @lando/[email protected].
- Updated to @lando/[email protected].
- Updated to @lando/[email protected].
v1.5.3
- Updated the version index.md to get Docuverse page to build correctly.
v1.5.2
- Updated to @lando/[email protected].
v1.5.1
- Updated to @lando/[email protected].
v1.5.0
- Updated release process to generate an edge release when stable releases are created.
- Removed unnecessary dependency lando/nginx.
- Updated lando/php to v1.5.0.
- Updated lando/mysql to v1.3.0.
v1.4.0
- Upgrading PHP from 8.2 to 8.3 which is the new default at Acquia.
- Upgrade @lando/mysql for better MySQL 8 support
v1.3.1
- Remove option of using MariaDB - It's not a supported configuration.
v1.3.0
NOTICE: If you use the default PHP version, it is now being updated to PHP 8.2. You may need to specify your PHP version in .lando.yml
, for example, to set it to PHP 8.0:
recipe: acquia
config:
php: '8.0'
v1.2.0
- Updated to latest database services.
v1.1.1
Fixes
- Improved
database
selection for purposes ofconfig
loading, fixes somedatabase
bootup issues when thedatabase
type is overriden downstream.