Skip to content

Releases: llaville/docker-php-toolbox

1.8.0

23 Nov 09:50
Compare
Choose a tag to compare

WARNING: This is the last version of release series 1.x to support PHP 7. Next major version 2.0 will only support PHP 8.

Added

  • Introduced Changie tools
  • add new --work-tag-suffix option to overwrite default "work" suffix (i.e: "work-820RC7") in docker image

Changed

Full Changelog: 1.7.0...1.8.0

1.7.0

03 Oct 07:52
Compare
Choose a tag to compare

Added

  • support to Deployer 7

Changed

1.6.0

15 Sep 08:37
Compare
Choose a tag to compare

Added

  • basic support for PHP 8.2.0RC1

Changed

1.5.0

20 Feb 12:50
Compare
Choose a tag to compare

Changed

  • upgrade docker-php-extension-installer to version 1.4.16
  • httpie tool is now installed with Advanced Packaging Tool (as recommended)
  • my fork of humbug/box (box-metadata tool) is now replaced by official bartlett/box-manifest project

1.4.0

22 Jan 15:38
Compare
Choose a tag to compare

Added

  • about command to display current long version and more information about this package.

Changed

Removed

  • drop support for PHP 7.3 has ended 6th December 2021.
  • drop support for Composer v1
  • Bartlett\PHPToolbox\Console\ApplicationInterface::VERSION constant to define current version (replaced by Composer Runtime API v2)

1.3.0

09 Jan 11:49
Compare
Choose a tag to compare

Added

Extensions

Changed

  • box-bootstrapped (introduced in v1.1.0) is now replaced by box-metadata (a simple patch to official box-project)

1.2.0

18 Dec 09:50
Compare
Choose a tag to compare

Added

Tools

Changed

1.1.1

12 Dec 11:12
Compare
Choose a tag to compare

Changed

  • cachetool is available in 3 major version (6.x, 7.x, and 8.x)
  • upgrade docker-php-extension-installer to version 1.4.6
  • update oci8 extension reference for install on PHP 5.6, PHP 7.x, PHP 8.0 and PHP 8.1

Fixed

  • #32 : Composer install not v2 but v1

1.1.0

06 Dec 06:25
Compare
Choose a tag to compare

Added

  • #24 : Add box bootstrapped version.
  • PR #26 : Add laravel/installer (thanks to @ericp-mrel for first contribution)
  • PR #30 : Add wp-cli (thanks to @ericp-mrel for first contribution)
  • Dockerfiles/base/Dockerfile-56 : Specialized Docker image for PHP 5.6
  • Dockerfiles/base/Dockerfile-70 : Specialized Docker image for PHP 7.0

Changed

  • ComposerInstallCommand may now install dev dependencies if needed (false by default), and allow global installation.

Removed

  • drop support of PHP 5.2, 5.3, 5.4 and 5.5

1.0.1

04 Dec 09:56
Compare
Choose a tag to compare

Changed

  • PR #16 : Sorts tools by priority so dependencies can be installed in the correct order.

Fixed

  • PR #17 : Allows building other vendor prefixed docker images.
  • PR #18 : Display success status message only if the process ran successfully (thanks to @ericp-mrel)
  • PR #21 : PATH variables being substituted instead of being output literally (thanks to @ericp-mrel)
  • PR #22 : NVM installation and NpmInstallCommand (thanks also to @ericp-mrel for his participation)