patch release wp 6.9.5 and revert hotfix

This commit is contained in:
2026-07-22 11:05:56 +02:00
parent fb0bc8e8f6
commit e7952ec7bb
3 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export PHP_UPLOADS_CONF_VERSION=v4
export ENTRYPOINT_CONF_VERSION=v8
export ENTRYPOINT_MAILRELAY_CONF_VERSION=v2
export MSMTP_CONF_VERSION=v4
export HTACCESS_CONF_VERSION=v4
export HTACCESS_CONF_VERSION=v5
export USERS_CONF_VERSION=v1
wp() {
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "wordpress:6.9.4"
image: "wordpress:6.9.5"
volumes:
- "wordpress_content:/var/www/html/wp-content/"
networks:
-8
View File
@@ -8,14 +8,6 @@
Require all denied
</Files>
# Block wp2shell CVE-2026-63030
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} rest_route=.*/batch/v1 [NC]
RewriteRule .* - [F,L]
RewriteRule ^wp-json/batch/v1 - [F,L]
</IfModule>
{{ if eq (env "MULTISITE") "" -}}
# BEGIN WordPress