Releases: visiblevc/wordpress-starter
Releases · visiblevc/wordpress-starter
0.26.0
Minor
- Add php8 image. (with disabled imagick extension due to compat issues at the moment).
- Rebuild all existing images with updated wp-cli.
0.25.4
Patch
- Fix bug that prevented url form of plugins/themes to fail due to nullglob interacting with the parsing. #176
0.25.3
Patch
- Fix bug preventing a default theme from being installed when no theme dependencies or volumes exist. #172
- Fix small bug that occurred when no volumes were included in
/data
due to not having nullglob set.
0.25.2
Patch
- Fix bug in plugin/theme activation caused by attempting to activate using a URL rather than the slug in cases where plugins/themes are installed using zip URL. (#170)
0.25.1
Minor
- Drop PHP 7.0 and 7.1 images.
- Add PHP 7.4 image.
Patch
- Fix bug in run.sh resulting from an invalid flag given to
find
0.25.0
Minor
- Make runtime script much simpler and more reliable. #165
- Increase verbosity of logging related to database interactions. #165
0.24.0
Minor
- feat: bump default theme install to "twentytwenty"
- feat: increase
upload_max_filesize
to 50M
Patch
- fix: include "must-use" plugins in plugin volume check
- fix: add --create-dirs to curl in dockerfile
- fix: improve plugin volumes check to also include plugins that are a single php file
0.23.0
Minor
- Add missing
bcmath
and imagick
PHP extensions recommended by WordPress 5.2's Health Check.
0.22.0
Minor
- Add
php7.3
- Add
/docker-entrypoint-initwp.d/
directory check to allow users to mount and run arbitrary scripts on build. (see ./example
for details)
- Use
twentynineteen
theme by default.
0.21.0
Minor
- Automatically perform a WordPress database update after importing, if needed.
Chore
- Update example files and error messages related to bindfs.
- Update parent images.