Skip to content

Releases: wodby/docker4wordpress

5.1.3

07 Aug 11:05
Compare
Choose a tag to compare

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/bin added to $PATH
    • Added ~/.bash_profile for wodby user
    • SSH key, crontab and authorized key now can be added via bind mounts
  • Nginx:
    • Image wodby/wordpress-nginx has been replaced with wodby/nginx with $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_FILES to 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_cache settings
    • Default expires for static content set to 7d by default
  • Apache:
    • Image wodby/php-apache has been replaced with wodby/apache with $APACHE_VHOST_PRESET=php
    • Env var APACHE_SERVER_ROOT renamed to APACHE_DOCUMENT_ROOT (old name still supported)
    • MPM modules are now shared and can be changed (event is still the default)

Update instructions

Update your .env and docker-compose.yml files

5.1.2

06 Jul 04:55
Compare
Choose a tag to compare

Changes since 5.1.1

  • Vanilla WordPress updated to 4.9.7 (❗️security release)

Update instructions

Update $WORDPRESS_TAG in your .env file

5.1.1

04 Jul 12:58
Compare
Choose a tag to compare

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

20 Jun 11:46
Compare
Choose a tag to compare

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_file and auto_append_file are 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_level and optimizer_search_depth are now configurable wodby/mariadb#4
    • ⭐️Default innodb_buffer_pool_size set to 128M that should significantly decrease memory usage by MariaDB container
    • Default innodb_buffer_pool_instances set to 1
  • 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_SIZE has been dropped, we no longer add a predefined secondary storage. You can now add your custom secondary storage via VARNISHD_SECONDARY_STORAGE wodby/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

27 Apr 10:41
Compare
Choose a tag to compare

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_headers can now be configured
  • Narrow container terminal is now fixed when use make shell wodby/docker4drupal#273
  • Unrestricted purge via HTTP is no longer allowed for Varnish, use $VARNISH_PURGE_KEY to set up the access key or it will be generated automatically

Upgrade instructions

Update your .env and Makefile

5.0.6

19 Apr 13:16
Compare
Choose a tag to compare

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.serializer is now configurable via PHP_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

05 Apr 08:43
Compare
Choose a tag to compare

Changes since 5.0.4

  • New environment variable APACHE_LIMITED_ACCESS to remove Require all granted when 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

04 Apr 09:35
Compare
Choose a tag to compare

Changes since 5.0.3

  • Vanilla WordPress updated to 4.9.5 (security and maintenance release)

Update instructions (only for Vanilla WordPress users)

Update the following images' stability tags in your .env file:

$WORDPRESS_TAG=####-4.2.6

5.0.3

03 Apr 08:03
Compare
Choose a tag to compare

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

29 Mar 05:57
Compare
Choose a tag to compare

Changes since 5.0.1

  • New make actions added: make wp [cmd] (runs with --path /var/www/html/) and make logs [svc]
  • Apache:
    • Updated to 2.4.33 (security update)
    • New environment variable APACHE_INCLUDE_CONF to override virtual host config #29
    • New environment variable APACHE_LIMITED_ACCESS to remove Require all granted when 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 .env file: $PHP_TAG, $APACHE_TAG, $MARIADB_TAG
  • Update your Makefile to get new make commands