Releases: cnizzardini/cakephp-docker
Releases · cnizzardini/cakephp-docker
v0.6.0
v0.5.0
PHP 8.2
v0.4.1
Fixes some minor issues for CakePHP 5.x on PHP 8.1
v0.4.0
CakePHP 5
v0.3.0
Now powered by PHP-8.1
What's Changed
- Upgrade to php-8.1 image by @cnizzardini in #25
Full Changelog: v0.2.4...v0.3.0
v0.2.4
Upgrade cakephp app skeleton to 4.4
v0.2.3
Resolves CakePHP 4.4 deprecations.
v0.2.2
- Use
openssl
to generate initial salt value - Fix nginx permissions issue (on linux host os) causing webroot assets to not load.
- Adds checking webroot assets do not 404 to github action
v0.2.1
v0.2.0
- Upgrades to PHP 8.0
- Note, Docker 20 is required for xDebug now. For more read this thread: docker-library/php#1130