Skip to content

Releases: lando/acquia

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.

v1.1.0

21 Feb 22:03
Compare
Choose a tag to compare
  • Updated memcached plugin to v1.1.0.
  • Added testing of memcached.
  • Updated deps.

v1.0.0

29 Dec 22:44
Compare
Choose a tag to compare
  • Dialed fully for lando update release.

v0.10.1

23 Oct 20:11
Compare
Choose a tag to compare
  • Fixed issue with the wait-for-user implementation.

v0.10.0

06 Oct 19:21
Compare
Choose a tag to compare

v0.9.0

03 Jul 18:21
Compare
Choose a tag to compare
  • Removed bundle-dependencies and version-bump-prompt from plugin.
  • Updated package to use prepare-release-action.
  • Updated documentation to reflect new release process.

v0.8.0

17 May 20:35
Compare
Choose a tag to compare
  • Added ACLI_DB env vars #56
  • Updated to PHP 8.1 in the engagedemo app.

v0.7.0

13 Dec 17:56
Compare
Choose a tag to compare
  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.