Skip to content

Releases: lando/acquia

v1.6.1

11 Dec 12:45
Compare
Choose a tag to compare

v1.5.3

06 Dec 19:40
Compare
Choose a tag to compare
  • Updated the version index.md to get Docuverse page to build correctly.

v1.5.2

04 Dec 22:57
Compare
Choose a tag to compare

v1.5.1

04 Nov 21:01
Compare
Choose a tag to compare

v1.5.0

25 Oct 20:17
Compare
Choose a tag to compare
  • 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

24 Sep 11:13
Compare
Choose a tag to compare
  • 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

12 Sep 15:25
Compare
Choose a tag to compare
  • Remove option of using MariaDB - It's not a supported configuration.

v1.3.0

19 Apr 18:25
Compare
Choose a tag to compare

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'
  • Updated mariadb plugin to v1.3.0. See #51.
  • Changed default PHP to 8.2 and added testing for PHP versions. #87
  • Updated Drush 8 to 8.4.10

v1.2.0

11 Mar 17:54
Compare
Choose a tag to compare
  • Updated to latest database services.

v1.1.1

07 Mar 21:45
Compare
Choose a tag to compare

Fixes

  • Improved database selection for purposes of config loading, fixes some database bootup issues when the database type is overriden downstream.