Skip to content

5.3.0

Latest
Compare
Choose a tag to compare
@shinsenter shinsenter released this 21 Aug 03:59
· 10 commits to main since this release
42ca685

Version 5.3

  • Only updating Docker images for maintained PHP versions to save resources on scheduled builds.
  • Allow downloading the source code if the value of $INITIAL_PROJECT is a URL to a *.zip or *.tar.gz file.
  • Added Docker images for EspoCRM, Magento Open Source.
  • Added the $SUPERVISOR_PHP_COMMAND variable to allow a custom command that the container will use to serve your application.
  • Added a mechanism called "hooks", to trigger shell scripts during specific events. It will be useful, allowing users to add custom scripts such as migration scripts when the container starts, or after a project is newly created by Composer. I will document it in a later release.
  • Various minor improvements.