From cf9c81f594f299d2f4e6e31193ca5d30a710630d Mon Sep 17 00:00:00 2001 From: Darshan9922 Date: Tue, 22 Jul 2025 12:02:58 +0530 Subject: [PATCH] docs: confirm compatibility with PHP 8.2 and WordPress 6.7+ --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index b905cfa2..09485049 100644 --- a/readme.txt +++ b/readme.txt @@ -13,6 +13,8 @@ Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/publ == Description == +✅ Confirmed compatible with PHP 8.2 and WordPress 6.7+. + 1. Removes `index.php` from permalinks when using WordPress with nginx. 1. Adds support for purging redis-cache when used as full-page cache created using [nginx-srcache-module](https://github.com/openresty/srcache-nginx-module#caching-with-redis) 1. Adds support for nginx fastcgi_cache_purge & proxy_cache_purge directive from [module](https://github.com/FRiCKLE/ngx_cache_purge "ngx_cache_purge module"). Provides settings so you can customize purging rules.