Thomas Blanchard
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hi @wp_media
I know but for retro-compatibility, please make sure to change the php requirement version for other people to 7.2 or higher. This will prevent upgrade notice for WordPress sites that not use php 7.2 or higher.
The line to update: https://github.com/wp-media/imagify-plugin/blob/develop/imagify.php#L8
Best regards,
ThomasHey @wp_media,
I don’t know which dependency need this version but you can see in
imagify/vendor/composer/platform_check.phpthat a php version 7.2 or higher is required.I think this file and line can cause this error when composer install on the release : https://github.com/wp-media/imagify-plugin/blob/develop/composer.json#L35
Best regards,
ThomasFatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.2.0". You are running 7.0.33-0+deb9u12. in /home/webmaster/public_html/www/wp-content/plugins/imagify/vendor/composer/platform_check.php on line 24Here’s the error we get when we did the upgrade from 2.0 to 2.1.
Viewing 3 replies - 1 through 3 (of 3 total)