syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

Image_resize is deprecated in 3.5... #11

Closed wpexplorer closed 11 years ago

wpexplorer commented 11 years ago

Here is the lovely new error: image_resize is deprecated since version 3.5! Use wp_get_image_editor()

Fix is explained here: http://make.wordpress.org/core/2012/12/06/wp_image_editor-is-incoming/ - I'm not sure how to do a pull-request as I haven't done that before.

syamilmj commented 11 years ago

Hi AJ,

I've updated the script to use wp_get_image_editor(), but theme check plugin will still nag you since there is a fallback for pre3.5. Will look to delete the fallback completely later ;)

Cheers