Releases: wodby/docker4wordpress
Releases · wodby/docker4wordpress
5.1.3
Changes since 5.1.2
- Vanilla WordPress updated to 4.9.8
- PHP:
- Updated to 7.2.8, 7.1.20, 7.0.31, 5.6.37
/var/www/html/vendor/binadded to$PATH- Added
~/.bash_profileforwodbyuser - SSH key, crontab and authorized key now can be added via bind mounts
- Nginx:
- Image
wodby/wordpress-nginxhas been replaced withwodby/nginxwith$NGINX_VHOST_PRESET=wordpress - Nginx updated to 1.15.2
- Rebased to Alpine Linux 3.8
- New env vars to customize 403/404 pages location
- Extended list of static files extensions (see README)
- New env vars
NGINX_STATIC_to control settings for handling static content - New env var
NGINX_ALLOW_ACCESS_HIDDEN_FILESto control access to files starting with a dot - Added pseudo-streaming server-side for .flv, .mp4, .mov, m4a files
- Env vars
NGINX_STATIC_MP4_*for mp4 streaming configuration - Updated default values for
open_file_cachesettings - Default expires for static content set to
7dby default
- Image
- Apache:
- Image
wodby/php-apachehas been replaced withwodby/apachewith$APACHE_VHOST_PRESET=php - Env var
APACHE_SERVER_ROOTrenamed toAPACHE_DOCUMENT_ROOT(old name still supported) - MPM modules are now shared and can be changed (event is still the default)
- Image
Update instructions
Update your .env and docker-compose.yml files
5.1.2
5.1.1
Changes since 5.1.0
- PHP updated to 7.2.7, 7.1.19
- MariaDB updated to 10.3.8, 10.2.16
- PostgreSQL updated to 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23
- Redis updated to 4.0.10, 3.2.12
- Node updated to 9.11.2, 8.11.3
- Adminer updated to 4.6.3
- Solr:
- Solr updated to 6.6.3
- Added Solr 7.3, 7.4
- Dropped Solr 7.0, 6.5, 6.4, 6.3, 5.4
- Bugfix: container didn't start with mounted configsets wodby/drupal-solr#3
- Added LTS Node 6.14.3
- Added containers: OpenSMTPD, Memcached, Rsyslog
Update instructions
Update your .env and docker-compose.yml files
5.1.0
Changes since 5.0.7
- WordPress updated to 4.9.6
- PHP
- Added php tidy extension
- Added tideways xhprof extension wodby/drupal-php#49 (disabled by default)
auto_prepend_fileandauto_append_fileare now configurable- Updated PHP extensions: GRPC 1.12.0, igbinary 2.0.6, mongodb 1.4.4
- MariaDB:
- New version 10.3 added (10.3.7)
- MariaDB updates: 10.2.15, 10.1.34
- ⭐️Latest MariaDB 10.1 now works with bind mounts on macOS/Win, this version is now default
optimizer_prune_levelandoptimizer_search_depthare now configurable wodby/mariadb#4- ⭐️Default
innodb_buffer_pool_sizeset to128Mthat should significantly decrease memory usage by MariaDB container - Default
innodb_buffer_pool_instancesset to1
- Nginx:
- Added new Nginx 1.15
- ⭐️Added mog_pagespeed module. Disabled by default, to enable uncomment
NGINX_PAGESPEED=on - Added new modules:
http_image_filter_module
http_slice_module
http_xslt_module
stream_geoip_module
stream_realip_module
stream_ssl_preread_module
- Varnish: environment variable
VARNISHD_STORAGE_SIZEhas been dropped, we no longer add a predefined secondary storage. You can now add your custom secondary storage viaVARNISHD_SECONDARY_STORAGEwodby/varnish#4 - Webgrind: changed default error reporting level, rebased to latest PHP 7.1 image
Update instructions
Update your .env and docker-compose.yml files
5.0.7
Changes since 5.0.6
- PHP security update: 7.2.5, 7.1.17, 7.0.30, 5.6.36
- Added Elasticsearch, Kibana, Solr and Node containers
- Added Nginx 1.14, patch update for 1.13, now legacy 1.12 dropped
- Nginx's
underscores_in_headerscan now be configured - Narrow container terminal is now fixed when use
make shellwodby/docker4drupal#273 - Unrestricted purge via HTTP is no longer allowed for Varnish, use
$VARNISH_PURGE_KEYto set up the access key or it will be generated automatically
Upgrade instructions
Update your .env and Makefile
5.0.6
Changes since 5.0.5
- PHP:
- New php extensions added: GMP and igbinary
- Bugfix: iconv implementation missing wodby/php#25
- APCu extension updated to 5.0.11 for PHP 7.x
apc.serializeris now configurable viaPHP_APCU_SERIALIZER- Shell prompt in PHP container now shows user and hostname (defaults to
php.container) - Added new helper script
files_chown
Update instructions
Update the following tags in your .env file:
$PHP_TAG=####-4.4.1
$WORDPRESS_TAG=####-4.4.1
5.0.5
Changes since 5.0.4
- New environment variable
APACHE_LIMITED_ACCESSto removeRequire all grantedwhen you need to limit access by IP - PHP log errors max length set to unlimited
- Bugfix: PHP errors didn't show up in the container output
Update instructions
Update the following images' stability tags in your .env file:
$APACHE_TAG=2.4-3.0.5
$PHP_TAG=####-4.2.6
$WORDPRESS_TAG=####-4.2.7
5.0.4
5.0.3
Changes since 5.0.2
- PHP:
- Updated to 7.2.4, 7.1.16, 7.0.35, 5.6.35 (security update)
- Added jpegoptim ref wodby/docker4drupal#255
- Added FPM writable permissions to
wp-content/wp-rocket-config/ref #31
Update instructions
Update the following images' stability tags in your .env file:
$PHP_TAG=####-4.2.5
$WORDPRESS_TAG=####-4.2.5
5.0.2
Changes since 5.0.1
- New make actions added:
make wp [cmd](runs with--path /var/www/html/) andmake logs [svc] - Apache:
- Updated to 2.4.33 (security update)
- New environment variable
APACHE_INCLUDE_CONFto override virtual host config #29 - New environment variable
APACHE_LIMITED_ACCESSto removeRequire all grantedwhen you need to limit access by IP
- PHP:
- GRPC extension updated to 1.10.0
- Added environment variables
PHP_SESSION_for session runtime configuration wodby/drupal-php#53
- MariaDB updated to 10.2.14, 10.1.32
Update instructions
- Update the following tags in your
.envfile:$PHP_TAG,$APACHE_TAG,$MARIADB_TAG - Update your
Makefileto get new make commands