Skip to content

Releases: lando/wordpress

v1.7.1

04 Nov 21:04
Compare
Choose a tag to compare

v1.7.0

25 Oct 19:43
Compare
Choose a tag to compare
  • Updated release process to generate an edge release when stable releases are created.
  • Removed unnecessary dependency lando/nginx.

v1.6.0

18 Oct 20:51
Compare
Choose a tag to compare
  • Updated lando/php to v1.5.0.

v1.5.0

30 Sep 21:54
Compare
Choose a tag to compare
  • Updated lando/mariadb to v1.5.0.
  • Updated lando/mysql to v1.3.0.

v1.4.1

06 Sep 15:29
Compare
Choose a tag to compare

Bug Fixes

  • Fixed bug causing default proxy settings to be clobbered by user specified ones

Internal

  • Updated DevOps to use new lando exec
  • Updated ubuntu test runners to 24.04

v1.4.0

27 May 19:23
Compare
Choose a tag to compare
  • Updated mariadb plugin #51
  • Use mysql command for MariaDB 10.3.x and below
  • Cleaned up test comments

v1.3.0

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

v1.2.1

05 Mar 04:36
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.2.0

22 Feb 15:47
Compare
Choose a tag to compare

New Features

  • Added support for php:8.3 #39
  • Added support for php:8.2 #39

Fixes

  • Fixed CRITICAL issue with default config files not loading correctly

Internal

v1.1.0

21 Feb 04:16
Compare
Choose a tag to compare
  • Included ability to specify database: mssql in the config section to maintain backwards compatibility. @lando/mssql#31