Skip to content

Latest commit

 

History

History
193 lines (120 loc) · 9.96 KB

File metadata and controls

193 lines (120 loc) · 9.96 KB

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

v1.12.0 - March 8, 2026

  • Enabled mod_headers and mod_expires Apache modules by default #243
  • Fixed xdebug log file ownership issue when build_as_root or run_as_root creates /tmp/xdebug.log as root #242
  • Fixed composer install crash caused by legacy prestissimo removal running as wrong user
  • Improved composer install script to default to latest stable
  • Fixed mysqldump warning for unknown option on MariaDB 11.4/11.8 #237
  • Updated to @lando/nginx@1.6.0
  • Fixed database type detection when no version is specified
  • Added npm edge-to-latest tag promotion on release
  • Fixed database client auto-detection for recipe-based services #223
  • Added database client auto-detection and version matching #212
  • Added Docker image build status badge to README
  • Added GD AVIF support verification for PHP 8.3+ #219
  • Fixed composer install ordering to run before user build steps
  • Fixed MariaDB wrapper script command names and test auto-detection #212
  • Fixed typo in documentation
  • Updated Docker image base version to Debian 13
  • Updated Docker image tags from -6 to -7
  • Updated Node.js 14.x to 20.x in test examples #215
  • Updated actions/cache from 4 to 5
  • Updated actions/checkout from 4 to 6
  • Added support for PHP 8.5
  • Added Debian 13 (trixie) base images for PHP 8.3-8.5
  • Changed PHP 7.4 and 8.0 images to use MariaDB archive.mariadb.org apt repository
  • Fixed expired keys preventing stretch-based images from building
  • Improved the php service builder to mount a unique scripts directory per service to prevent version conflicts.
  • Added logic to allow default composer version to be set based on PHP version.
  • Added 2.2 and 2.2-latest shorthand options to install the latest stable 2.2 LTS version of composer.
  • Set default composer version to 2-latest
  • Set default composer version to 2.2-latest for PHP 5.3-7.2
  • Set default composer version to 1-latest for PHP <= 5.2
  • Removed composer installation from images to prefer installing during app build
  • Fixed bug causing composer 2.2.x to be installed when composer_version was set to a single digit version such as 1
  • Fixed mismatched libsqlite3-dev and libsqlite3-0 versions in PHP 8.3 and 8.4 images
  • Fixed regression causing ImageMagick convert to not be available in images with imagick extension enabled
  • Fixed issue causing xdebug extension to not be disabled by default in PHP 8.3 and 8.4 images.
  • Added install-php-extensions script to PHP 7.4-8.2 images.
  • Added MariaDB client tools to PHP 7.4-8.4 images #120.
  • Added xhprof extension to PHP 7.4-8.4 images.
  • Updated sqlite3 to 3.45.1 in PHP 8.3-8.4 images.
  • Optimized for midcore
  • Updated PHP 8.1-8.3 base images to Debian 12 (bookworm).
  • Added install-php-extensions script to PHP 8.3 and 8.4 images.
  • Added imagick extension to PHP 8.3 and 8.4 images.
  • Updated 8.4RC image to 8.4 stable.
  • Added xdebug extension to PHP 8.4 images.
  • Updated the version index.md to get Docuverse page to build correctly.
  • Updated to @lando/vitepress-theme-default-plus@v1.1.0-beta.24.
  • Updated GitHub Actions to build images only on changes to images or workflows.
  • Updated release process to generate an edge release when stable releases are created.
  • Added preliminary support for PHP 8.4RC2
  • Fixed bug causing CA and certs to not be appropriately installed in the appserver when using nginx
  • Updated to @lando/nginx@1.3.0 #131
  • Updated all images >=5.6 to gen4

v1.3.0 - March 8, 2024

  • Updated to latest database services.
  • Get PHP image builds working to make PHP 8.3 images available. Note Imagick is temporarily unavailable!
  • Stable version of xdebug for PHP 8.3. #91
  • Add support for PHP 8.3. #77
  • Dialed fully for lando update
  • Added option to override the image powering the service.
  • Removed apparmor step from image building.
  • Removed relative references to dependencies.
  • Added nginxServiceType option so other services can override the default php-nginx service with their own.
  • Removed MultiViews from Apache config. #66
  • Isolated PHP to work as a standalone service. #78

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.
  • Bumped Redis plugin to redis-5.3.7. #57
  • Added support for PHP 8.2 #51
  • 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.

  • Clean 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.

v0.5.2 - March 2, 2022

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.

  • Update php 7.4+ to Composer 2.2.6 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.

  • Add the no-interaction flag to composer global require commands #19

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.

  • Initial Release