syamilmj / Aqua-Resizer

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

V1.2 using deprecated WP function #39

Closed mishterk closed 10 years ago

mishterk commented 10 years ago

Hey mate

I notice that version 1.2 is still using the deprecated image_resize function.

Is this set to change in a coming version? The function was deprecated in 3.5, so I assume it will be on it's way out in an imminent release.

Cheers

syamilmj commented 10 years ago

Ah, right.

@maximski I think you overwritten the wp_image_editor function when you implemented the v1.2

Could you put the function back and remove image_resize?

mxmzb commented 10 years ago

Yeah, I mixed things up and thought for some strange reason wp_image_editor() was the deprecated version, sorry for that. I'm fixing it right now.

mxmzb commented 10 years ago

Done :)

syamilmj commented 10 years ago

Awesome work @maximski , thanks! :)

mishterk commented 10 years ago

Great, thanks @maximski. I'm liking this script.