cloudinary / cloudinary_wordpress

Cloudinary's WordPress plugin
GNU General Public License v2.0
39 stars 28 forks source link

clean_url method no longer exists in Delivery class #934

Closed colis closed 7 months ago

colis commented 7 months ago

Bug Description

Since version 3.1.6 we're getting thousands of PHP warnings due to a couple of calls to the clean_url() method that still use the old Delivery class and were not renamed to Utils

https://github.com/cloudinary/cloudinary_wordpress/blob/edd640e708893f77002d92c9c83ac8fd82163772/php/media/class-filter.php#L399

https://github.com/cloudinary/cloudinary_wordpress/blob/edd640e708893f77002d92c9c83ac8fd82163772/php/class-assets.php#L786

Vdeub-cloudinary commented 7 months ago

Hi @colis, We are indeed aware of this and the fix is in QA. As for now, you can safely downgrade to 3.1.5 to avoid the issue until we release 3.1.7. Hope that makes sense.

colis commented 7 months ago

Hi @Vdeub-cloudinary

sounds good, thanks!

Vdeub-cloudinary commented 6 months ago

@colis we just released 3.1.7 that fixes the issue! Let me know if everything works for you after the upgrade

colis commented 6 months ago

@Vdeub-cloudinary yep, all good now thanks!