Releases: serversideup/docker-php
Releases · serversideup/docker-php
v3.5.2
🛠️ CI Improvement
- re-enable the weekly image builds cron by @tomschlick in #505
- Added specific step for checking out tagged releases
Full Changelog: v3.5.1...v3.5.2
v3.5.2-beta1
🛠️ CI Improvement
- Enabled weekly builds. Added specific step for checking out tagged releases
Full Changelog: v3.5.1...v3.5.2-beta1
v3.5.1
🤩 What's new
- Updated docker-php-extension-installer to v2.7.0 for Imagick support on PHP 8.4 🥳
v3.5.0
🤩 What's new
- Add PHP 8.4 support by @tomschlick in #497
- CI: Fixed issue with DockerHub Readme
New Contributors
- @tomschlick made their first contribution in #497
Full Changelog: v3.4.8...v3.5.0
v3.5.0-beta1
What's Changed
- Add PHP 8.4 support by @tomschlick in #497
New Contributors
- @tomschlick made their first contribution in #497
Full Changelog: v3.4.8...v3.5.0
v3.4.8
v3.4.7
🤩 What's new
- Updated PHP extension installer to v2.6.4, which adds PHP 8.3 support for Imagick 🥳 (mlocati/docker-php-extension-installer#811)
v3.4.6
⚠️ Deprecation warning
- We removed
linux/arm/v7
because it's old and it was adding to our build times. These are 32-bit Arm processors. We still support 64-bit ARM (like M-series macs) withlinux/arm64/v8
🐛 Bug Fixes
- Fixed issue where Laravel Auto-migrations would fail on first deployment (#489)
🤩 Improvements
- Improved notices when running a custom command with S6 Overlay
- Added PHP version and Docker image tag version to container info at start up
🤓 Development improvements
- Added platform support to local build script
- We added a new method to improve PR experiences so we can streamline contributions
- Moved from Runs-on back to hosted GHA runners for cost reasons
v3.4.5
v3.4.4
What's Changed
- Docs : Update Laravel Task Scheduler page by @jsayer101 in #475
- Fix Unit config blocking .well-known/ URIs by @jpangborn in #473
New Contributors
- @jsayer101 made their first contribution in #475
Full Changelog: v3.4.3...v3.4.4