joppuyo / acf-image-aspect-ratio-crop

Image Aspect Ratio Crop field for Advanced Custom Fields
https://wordpress.org/plugins/acf-image-aspect-ratio-crop/
GNU General Public License v2.0
106 stars 16 forks source link

PHP 8.1 / WP 6.2 deprecation notices #128

Closed GerritChan closed 1 year ago

GerritChan commented 1 year ago

Hi,

I am getting the following deprecation notices on PHP 8.1 when activating the cropping plugin.

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in \web\wp\wp-includes\functions.php on line 7053

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in \web\wp\wp-includes\functions.php on line 2165

joppuyo commented 1 year ago

Hey!

Thanks for reporting this issue. I will try to look into this during this week to see if there’s a way to fix these warnings.

joppuyo commented 1 year ago

Apologies for the delays but I haven't had time to look into this yet. However, I have reserved some time next week to do the necessary updates so the plugin works properly with latest PHP and WordPress versions.

joppuyo commented 1 year ago

I've released version 6.0.3 of the plugin today which should fix these issues.

GerritChan commented 1 year ago

Issue is fixed. Thanks alot!