Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 3.58 KB

{{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

  • Remove option of using MariaDB - It doesn't work and Acquia doesn't support it.

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
  • Updated mariadb plugin to v1.2.0.

v1.1.1 - March 7, 2024

Fixes

  • Improved database selection for purposes of config loading, fixes some database bootup issues when the database type is overriden downstream
  • Updated memcached plugin to v1.1.0.
  • Added testing of memcached.
  • Updated deps.
  • Dialed fully for lando update

v0.10.0 - October 5, 2023

  • Added a "wait for user" script to ensure user is loaded before cloning repo. lando/core#71

v0.9.0 - July 3, 2023

  • 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 - May 17, 2023

  • Added ACLI_DB env vars #56
  • Updated to PHP 8.1 in the engagedemo app.
  • Added bundle-dependencies to release process.
  • Fixed bug in plugin dogfooding test.
  • Hyperdrived

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Cleaned up unused dependencies

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • Addressed memcache misconfiguration issues pr 25

Lando is free and open source software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by contributing.

  • First release of acquia as an external plugin!
  • Added testing for basic drupal 9 example