Docker4wordpress Versions Save

Docker-based WordPress stack

6.0.11

2 months ago

Changes since 6.0.10

  • ⬆️ Vanilla WordPress 6.4.3
  • PHP:
    • ⬆️ Updated to 8.3.3, 8.2.16
    • ⭐️ Added imagick extension for PHP 8.3
    • 🛠 -dev variants now have debug symbols in extensions libraries and php sources code
    • 📧 Mail delivery method changed to msmtp for all versions
    • 🪦 ftp module no longer enabled for PHP 8.3, 8.2
    • 📜 Added PHP_GRPC_ env vars for grpc extension configuration https://github.com/wodby/drupal-php/issues/102
    • 📜 Changed GRPC ext defaults: enabled fork support, poll strategy set to epoll1, verbosity set to error
  • ⬆️ Nginx 1.25.4
  • ⬆️ MariaDB 11.2.3, 11.1.4, 11.0.5, 10.11.7, 10.6.17, 10.5.24, 10.4.33
  • ⬆️ PostgreSQL 16.2, 15.6, 14.11, 13.14, 12.18
  • ⬆️ Redis 7.2.4
  • ⬆️ Memcached 1.6.24
  • ⬆️ Node.js 20.11.1, 18.19.1
  • ⬆️ Elasticsearch, Kibana 7.17.18
  • 📜 docker-compose renamed to new format docker compose and compose.yml https://github.com/wodby/docker4drupal/pull/565

Update instructions

Update your .env file

Full changelog: https://github.com/wodby/docker4wordpress/compare/6.0.10...6.0.11

6.0.10

4 months ago

Changes since 6.0.9

  • ⬆️ Vanilla WordPress 6.4.2
  • PHP:
    • ⭐️ Added PHP 8.3 (no imagick)
    • ⭐️ Added opentelemetry extension
    • ⭐️ GRPC extension returned
    • ⬆️ Updated to 8.3.1, 8.2.14, 8.1.27
    • ⬆️ Updated extensions:
      • xdebug 3.3.1
      • ds 1.5.0
      • apcu 1.5.23
      • mongodb 1.17.1
      • brotli 0.14.2
      • amqp 2.1.1 (from 1.x)
      • ast 1.1.1
      • igbinary 3.2.15
      • smbclient 1.1.1
    • 🛠 PHP extensions libraries now stripped out of debug symbols
    • 🪦 Dropped PHP 8.0 (EOL)
  • MariaDB:
    • ⭐️ Added MariaDB 11.2
    • ⭐️ Returned linux/arm64 variants
    • 🏔 Alpine Linux updated to 3.18 and 3.16 (for 10.4)
  • ⬆️ Elasticsearch, Kibana 7.17.16
  • ⬆️ Node.js 18.19.0
  • 🏔 Alpine Linux updated to 3.19 for most of the images

Update instructions

Update your .env file

6.0.9

6 months ago

Changes since 6.0.8

  • ⬆️ Vanilla WordPress 6.4.1
  • ⬆️ WP CLI 2.9.0
  • ⬆️ PHP 8.2.12, 8.1.25
  • Elasticsearch, Kibana:
    • ⬆️ Updated to 7.17.15
    • 🪦 Dropped version 6 (EOL)
  • Redis:
    • ⬆️ Updated to 7.2.3, 6.2.14
    • 🪦 Dropped version 5 (EOL)
  • MariaDB:
    • ⭐️ Added version 11.1
    • ⬆️ Updated to 11.0.4, 10.11.6, 10.6.16, 10.5.23, 10.4.32
    • 🪦 Dropped version 10.10, 10.9 (EOL)
    • 🐞 Bugfix: MYSQL_TRANSACTION_ISOLATION had no effect in 10.x
  • Nginx:
    • ⬆️ Updated to 1.25.3
    • 🪦 Dropped version 1.23 (EOL)
  • 🪦 Dropped Solr 7, 6, 5 (EOL)
  • ⬆️ Varnish 6.0.12
  • ⬆️ Apache HTTPd 2.4.58
  • ⬆️ Node.js 20.10.0, 18.18.2
  • ⬆️ Webgrind 1.9.3
  • ⬆️ Memcached 1.6.22
  • 📜 OpenSMTPD now has $RELAY_PROTO to change relay protocol https://github.com/wodby/opensmtpd/pull/2
  • ✉️ Default setup (PHP 8.2+) rolled back to busybox's sendmail with PHP_MAIL_MIXED_LF_AND_CRLF=On, older version need to be switched to ssmtp
  • 🏔 Alpine Linux 3.18.4

Update instructions

Update your .env file

6.0.8

7 months ago

Changes since 6.0.7

  • ⬆️ WordPress 6.3.1
  • PHP:
  • Node:
    • ⭐️ Added version 20
    • ⬆️ Updated to 18.18.0
    • 🪦 Dropped version 16 and 14 (EOL)
  • ⬆️ Elasticsearch, Kibana 7.17.13
  • ⬆️ Redis 7.2.1
  • 🪦 Varnish 4 dropped (EOL)
  • 🏔 Alpine Linux 3.18.4

Update instructions

Update your .env file

6.0.7

9 months ago

Changes since 6.0.6

Update instructions

Update your .env and docker-compose.yml files

6.0.6

11 months ago

Changes since 6.0.5

  • ⬆️ WP CLI 2.8.1
  • PHP:
    • ⬆️ Updated to 8.2.7, 8.1.20, 8.0.29
    • ⭐️ NewRelic extension and agent added to arm64 variants
  • ⬆️ Nginx 1.25.1
  • MariaDB
    • ⭐️ Added new versions: 11, 10.11, 10.10
    • 🪦 Dropped versions 10.3, 10.7, 10.8 (EOL)
    • ⬆️ Updated to 10.9.7, 10.6.14, 10.5.21, 10.4.30
  • ⬆️ Memcached 1.6.21

Update instructions

Update your .env file

6.0.5

1 year ago

Changes since 6.0.4

  • ⬆️ Vanilla WordPress 6.2.2
  • ⬆️ PHP 8.2.6, 8.1.19
  • ⭐️ Nginx 1.25, 1.24 added
  • ⬆️ MariaDB 10.9.6, 10.8.8, 10.6.13, 10.5.20, 10.4.29, 10.3.39
  • ⬆️ Elasticsearch, Kibana 7.17.10
  • ⬆️ Memcached 1.6.20
  • 🏔 Alpine Linux upgraded to 3.18 for some of the images

Update instructions

Update your .env file

6.0.4

1 year ago

Changes since 6.0.3

  • ⬆️ PHP 8.2.5, 8.1.18
  • ⬆️ Apache HTTPD 2.4.57
  • ⬆️ Redis 7.0.11, 6.2.12
  • ⬆️ Node.js 18.16.0
  • 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5

Update instructions

Update your .env file

6.0.4-rc

1 year ago

Changes since 6.0.3

  • ⬆️ PHP 8.2.5, 8.1.18
  • ⬆️ Apache HTTPD 2.4.57
  • ⬆️ Redis 7.0.11, 6.2.12
  • ⬆️ Node.js 18.16.0
  • 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5

Update instructions

Update your .env file

6.0.3

1 year ago

Changes since 6.0.2

  • ⬆️ Vanilla WordPress 6.2
  • PHP:
    • ⬆️ Updated to 8.2.4, 8.1.17
    • ⬆️ Updated PECL extensions ast 1.1.0, igbinary 3.2.14, mongodb 1.15.1, sqlsrv 5.11.0, xhprof 2.3.9, yaml 2.2.3
    • ⬆️ ODBC libraries updated to 18.2.1.1
    • 🛠 MS tools binaries now linked to /usr/bin
  • Redis:
    • ⬆️ Updated to 7.0.10
    • 🐞 Bugfix: redis saved to disk even when REDIS_SAVE_TO_DISK was not set
  • ⬆️ Apache HTTPD 2.4.56
  • ⬆️ Nginx 1.23.4
  • ⬆️ Memcached 1.6.19
  • ⬆️ Node.js 18.15.0
  • 🏔 Alpine Linux upgraded to 3.17.3, 3.16.5
  • 🐞 Fixed docker-compose syntax warning in traefik.yml https://github.com/wodby/docker4drupal/pull/545

Update instructions

Update your .env and traefik.yml files