From 0f1486ca62dda0f489dde88023056ac3fff1ab21 Mon Sep 17 00:00:00 2001 From: tijmen Date: Tue, 25 Aug 2026 09:43:21 +0200 Subject: [PATCH 1/3] MAR-19 update title & descr --- tiny-compress-images.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiny-compress-images.php b/tiny-compress-images.php index 37ccc7e0..12a4879b 100644 --- a/tiny-compress-images.php +++ b/tiny-compress-images.php @@ -1,7 +1,7 @@ Date: Tue, 25 Aug 2026 09:43:31 +0200 Subject: [PATCH 2/3] add animated svg --- .wordpress-org/icon.svg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .wordpress-org/icon.svg diff --git a/.wordpress-org/icon.svg b/.wordpress-org/icon.svg new file mode 100644 index 00000000..083a4958 --- /dev/null +++ b/.wordpress-org/icon.svg @@ -0,0 +1,8 @@ + + + + + + + + From ed428a3009a8aac4d30df86237b305bc0f249f3e Mon Sep 17 00:00:00 2001 From: tijmen Date: Tue, 25 Aug 2026 16:57:22 +0200 Subject: [PATCH 3/3] use non-beta version of 7.1 --- config/wp-version.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wp-version.conf b/config/wp-version.conf index be899af4..d0567cad 100644 --- a/config/wp-version.conf +++ b/config/wp-version.conf @@ -4,4 +4,4 @@ 57_73=wordpress:5.7-php7.3-apache 60_74=wordpress:6.0-php7.4-apache 70_84=wordpress:7.0-php8.4-apache -71_85=wordpress:beta-7.1-php8.5-apache \ No newline at end of file +71_85=wordpress:7.1-php8.5-apache \ No newline at end of file