Releases: wodby/docker4wordpress
Releases · wodby/docker4wordpress
6.1.4
Changes since 6.1.3
- ⬆️ Vanilla WordPress 6.8.1
- PHP:
- ⬆️ Updated to 8.4.7, 8.3.21
- ⬆️ WP CLI 2.12.0
- 📜
WP_REDIS_DATABASE
andWP_REDIS_PREFIX
for redis plugin are now configurable via$REDIS_DATABASE
and$REDIS_PREFIX
- ⬆️ PECL extensions updates:
- mongodb 2.0.0
- opentelemetry 1.1.3
- redis 6.2.0
- xdebug 3.4.3
- imagick 3.8.0
- ⬆️ MariaDB 11.4.7, 10.11.13, 10.6.22, 10.5.29
- ⬆️ PostgreSQL 17.5, 16.9, 15.13, 14.18, 13.21
- ⬆️ Varnish 6.0.14
- ⬆️ Adminer 5.3.0
- ⬆️ Node.js 22.16.0, 20.19.2
Update instructions
Update your .env
file
Full changelog: 6.1.3...6.1.4
6.1.3
Changes since 6.1.2
- ⬆️ Vanilla WordPress 6.8
- PHP:
- ⬆️ Updated to 8.4.6, 8.3.20
- ⭐️ Added protobuf extension wodby/php#209
- Nginx:
- ⭐️ Added Nginx 1.28
- ⬆️ Updated to 1.27.5
- 🪦 Dropped 1.26 (EOL)
- 🏔️ Updated Alpine Linux to 3.21
- 📦 Dropped modsecurity extension
- Adminer:
- ⬆️ Updated to 5.2.1
- 🐞 Bugfix: outdated scripts used for v5 version wodby/adminer#8
- OpenSMTPD:
- ⭐️ Added linux/arm64 version wodby/opensmtpd#6
- ⬆️ Updated to 7.6.0
- 🏔️ Updated Alpine Linux to 3.21
- ⬆️ Valkey 8.0.3, 7.2.9
- ⬆️ Node.js 22.15.0, 20.19.1
Update instructions
Update your .env
file
Full changelog: 6.1.2...6.1.3
6.1.2
Changes since 6.1.1
- PHP:
- ⬆️ Updated to 8.4.5, 8.3.19, 8.2.28, 8.1.32
- ⬆️ PECL extensions updates:
- xdebug 3.4.2
- mongodb 1.21.0
- memcached 3.3.0
- ⭐️ Adminer updated to v5
- ⬆️ Solr 9.8.1
- ⬆️ Node.js 20.19.0, 18.20.8
- ⬆️ Memcached 1.6.38
Update instructions
Update your .env
file
Full changelog: 6.1.1...6.1.2
6.1.1
Changes since 6.1.0
- ⬆️ Vanilla WordPress updated to 6.7.2
- ⭐️ Elasticsearch and Kibana replaced by OpenSearch and OpenSearch dashboards
- 💻 Added linux/arm64 support for memcached and rsyslog
- PHP:
- ⬆️ Updated to 8.4.4, 8.3.17
- ⭐️ FTP extension added to PHP 8.2+
- Solr:
- ⭐️ Added Solr 9
- 🪦 Dropped Solr 8 (EOL)
- 📜 Solr now always runs in cloud mode
- 🔒 Permissions
security-edit
andall
now set explicitly for admin user - 🔒 Solr now explicitly sets credentials injector and ACL provider for Zookeeper
- 💻 Added linux/arm64 variant
- ⬆️ Nginx 1.27.4, 1.26.3
- 📜 Valkey from now on will use hybrid data persistency method (AOF and RDB) when
$VALKEY_SAVE_TO_DISK
set - ⬆️ MariaDB 11.4.5, 10.11.11, 10.6.21, 10.5.28
- ⬆️ PostgreSQL 17.4, 16.8, 15.12, 14.17, 13.20
- ⬆️ Node.js 22.14.0, 20.18.3, 18.20.7
- ⬆️ Memcached 1.6.37
- ⬆️ Adminer 4.17.1
- 🏔️ Patch updates for Alpine Linux
Update instructions
Update your .env
and compose.yml
files
Full changelog: 6.1.0...6.1.1
6.1.0
Changes since 6.0.21
- PHP:
- ⬆️ Updated to 8.4.3, 8.3.16
- ⭐️ NewRelic extension added to PHP 8.4
- 🪦 ssmtp dropped wodby/docker4drupal#577
- ⬆️ xdebug 3.4.1
- ⬆️ opentelemetry 1.1.2
- 📜
secure_path
set to preserve$PATH
for sudoers
- XHProf:
- 📜 Default
PHP_XHPROF_OUTPUT_DIR
changed to/mnt/files/xhprof
wodby/xhprof#5 - 🐞 Bugfix: xhprof extension disabled wodby/xhprof#5
- 🐞 Bugfix: incorrect permissions for font directory wodby/xhprof#7 by @i3bepb
- 🐞 Bugfix: missing cache font information wodby/xhprof#6 by @i3bepb
- 📜 Default
- ⬆️ Apache 2.4.63
- ⬆️ Valkey 8.0.2, 7.2.8
- ⬆️ Node.js 22.13.1, 20.18.2, 18.20.6
- ⬆️ Elasticsearch, Kibana 7.17.27
- 📜 MariaDB:
mysqld
andmysql_
binaries use in scripts to mariadb analogs
Update instructions
Update your .env
file
Full changelog: 6.0.21...6.1.0
6.0.21
Changes since 6.0.20
- PHP:
- ⬆️ Updated to 8.4.2, 8.3.15, 8.2.27
- 🐞 Bugfix:
$PATH
not preserved in crond environment
Update instructions
Update your .env
file
Full changelog: 6.0.20...6.0.21
6.0.20
Changes since 6.0.19
- ⬆️ Vanilla WordPress 6.7.1
- PHP:
- ⭐️ Added PHP 8.4 (no newrelic support)
- ⬆️ Updated to 8.3.14, 8.2.26, 8.1.31
- 📜 Added env var to configure
session.cookie_samesite
wodby/php#208 - 📜 MariaDB client now explicitly sets
disable-ssl-verify-server-cert
by default, can be changed with$MARIADB_CLIENT_SSL_VERIFY_SERVER_CERT
- ⬆️ PECL extensions updates:
- grpc 1.68.0
- sqlsrv 5.12.0
- rdkafka 6.0.5
- brotli 0.15.2
- spx 0.4.17
- oauth 2.0.9
- imap 1.0.2 (for PHP 8.4+ installed from PECL since it was removed from core)
- pcov 1.0.12
- xdebug 3.4.0
- ⬆️ Nginx 1.27.3
- ⬆️ Memcached 1.6.33
- ⬆️ Node.js 22.12.0, 20.18.1, 18.20.5
- ⬆️ Elasticsearch, Kibana 7.17.26
- 🛠️ MariaDB now uses
mariadb-
binaries instead ofmysql-
to avoid deprecation warnings - ⬆️ Alpine Linux updated to 3.21 for some of the images
Update instructions
Update your .env
file
Full changelog: 6.0.19...6.0.20
6.0.19
Changes since 6.0.18
- PHP:
- ⬆️ Updated to 8.3.13, 8.2.25
- 📜 Added
$PHP_ZEND_
env vars forzend.*
runtime configuration wodby/php#205 - ⬆️ PECL extensions updates:
- apcu 5.1.24
- amqp 2.1.2
- ast 1.1.2
- igbinary 3.2.16
- mongodb 1.20.0
- opentelemetry 1.1.0
- redis 6.1.0
- yaml 2.2.4
- uuid 1.2.1
- xhprof 2.3.10
- event 3.1.4
- ⬆️ MariaDB 11.4.4, 10.11.10, 10.6.20, 10.5.27
- ⬆️ Node.js 22.11.0, 20.18.0
- ⬆️ Elasticsearch, Kibana 7.17.25
- ⬆️ Memcached 1.6.32
Update instructions
Update your .env
file
Full changelog: 6.0.18...6.0.19
6.0.18
Changes since 6.0.17
- PHP:
- ⬆️ Updated to 8.3.12, 8.2.24, 8.1.30
- 🐞 Bugfix: gd extension used bundled in libgd instead of shared
- ⬆️ Nginx 1.27.2
- ⬆️ Valkey 8.0.1, 7.2.7
Update instructions
Update your .env
file
Full changelog: 6.0.17...6.0.18
6.0.17
Changes since 6.0.16
- ⬆️ Vanilla WordPress 6.6.2
- ⬆️ PHP 8.3.11, 8.2.23
- MariaDB:
- ⭐️ Added version 11.4 (LTS)
- 🪦 Dropped 11.2, 11.1, 11.0, 10.4 (EOL)
- 🏔️ Alpine Linux updated to 3.20
- ⭐️ Valkey version 8.0
- ⬆️ Memcached 1.6.31
- ⬆️ Webgrind, adminer and xhprof viewer rebased to PHP 8.1
- Node.js :
- ⭐️ Added version 22 (LTS)
- ⬆️ Updated to 20.17.0
- 🏔️ Alpine Linux security updates (3.20.3)
Update instructions
Update your .env
file
Full changelog: 6.0.16...6.0.17