Releases: visiblevc/wordpress-starter
Releases · visiblevc/wordpress-starter
0.26.0
20 May 13:18
Compare
Sorry, something went wrong.
No results found
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
13 Feb 01:41
Compare
Sorry, something went wrong.
No results found
Patch
Fix bug that prevented url form of plugins/themes to fail due to nullglob interacting with the parsing. #176
0.25.3
29 Jan 02:57
Compare
Sorry, something went wrong.
No results found
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
14 Jan 19:46
Compare
Sorry, something went wrong.
No results found
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
22 Dec 22:14
Compare
Sorry, something went wrong.
No results found
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
22 Nov 01:42
Compare
Sorry, something went wrong.
No results found
Minor
Make runtime script much simpler and more reliable. #165
Increase verbosity of logging related to database interactions. #165
0.24.0
15 Nov 19:04
Compare
Sorry, something went wrong.
No results found
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
12 May 16:18
Compare
Sorry, something went wrong.
No results found
Minor
Add missing bcmath and imagick PHP extensions recommended by WordPress 5.2's Health Check.
0.22.0
14 Dec 16:32
Compare
Sorry, something went wrong.
No results found
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
24 Aug 00:18
Compare
Sorry, something went wrong.
No results found
Minor
Automatically perform a WordPress database update after importing, if needed.
Chore
Update example files and error messages related to bindfs.
Update parent images.