Skip to content

Releases: Ed-ITSolutions/wp-camo

v1.0.3

20 Feb 13:52
30a6c57
Compare
Choose a tag to compare

This is a maintenance release that marks the point at which WP-Camo moved to the WordPress plugin directory.

v1.0.0

06 Feb 11:24
003702f
Compare
Choose a tag to compare

This is a major version bump as the way WP-Camo works has been changed. The API is the same but its worth noting the differences.

Now when an URL is filtered WP-Camo downloads the image to the disk and returns its public URL. This saves PHP getting involved to serve an image letting your webserver cache it etc...

v0.0.7

06 Jul 08:50
94d5119
Compare
Choose a tag to compare

Updated to the latest version of WUP-Client.

  • Implements a transient cache (#6) to speed up image return.

v0.0.6

03 Jul 14:38
9d70c39
Compare
Choose a tag to compare

Updates to wup-client 0.1.0 which should let it play better with other wup-client plugins/themes on the same site.

v0.0.4

25 Jun 13:46
4b39853
Compare
Choose a tag to compare

Improves the usability of the plugin.

New

  • Error images (#1), implemented in #3 WP-Camo will now return errors as images.

v0.0.3

25 Jun 11:59
0f239a7
Compare
Choose a tag to compare

Passes the content-type header from the requested image to the client. Stops the browser mis-contenting the image.