From daec1aca7e12badfac89a0a0170836a0fe568f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Perona?= Date: Wed, 13 Mar 2024 15:24:39 -0400 Subject: [PATCH] Fixes #856 Update minimum PHP version to 7.3 (#857) --- .github/workflows/test.yml | 2 +- .github/workflows/test_plugin_legacy.yml | 2 +- imagify.php | 2 +- readme.txt | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 179f168b7..d9f3b4785 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest] - php-versions: ['7.3', '7.4'] + php-versions: ['7.4'] wp-versions: ['latest'] name: WP ${{ matrix.wp-versions }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}. diff --git a/.github/workflows/test_plugin_legacy.yml b/.github/workflows/test_plugin_legacy.yml index 8d19e25b0..a7ac21013 100644 --- a/.github/workflows/test_plugin_legacy.yml +++ b/.github/workflows/test_plugin_legacy.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-latest] - php-versions: ['7.1', '7.2'] + php-versions: ['7.3'] wp-versions: ['5.3'] name: WP ${{ matrix.wp-versions }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}. diff --git a/imagify.php b/imagify.php index 5174332b3..0f7a26a6f 100644 --- a/imagify.php +++ b/imagify.php @@ -5,7 +5,7 @@ * Description: Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool. * Version: 2.2.0.1 * Requires at least: 5.3 - * Requires PHP: 7.0 + * Requires PHP: 7.3 * Author: Imagify – Optimize Images & Convert WebP & Avif * Author URI: https://imagify.io * Licence: GPLv2 diff --git a/readme.txt b/readme.txt index 2bffa2737..a7b761ea2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,6 +3,7 @@ Contributors: wp_rocket, imagify Tags: optimize images, convert webp, webp converter, convert AVIF, webp to AVIF, AVIF plugin, AVIF converter, image optimization, compress images, image compressor, resize images, reduce image size, performance, image optimizer, core web vitals, best image optimization plugin Tested up to: 6.4 Stable tag: 2.2.0.1 +Requires PHP: 7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html