Resize Image After Upload

Wordpress Plugin
Download latest - 1.8.6

Developers

ShortPixel
jepsonrae

Download Stats

Today 707
Yesterday 714
Last Week 3,383
All Time 281,572
Banner 772x250


Releases (22 )

Version Release Date Change Log
1.8.6 2019-04-10

Release date: 10th April 2019

  • Improve security to the settings form by using nonce
1.8.5 2018-08-03

Release date: 3rd August 2018

  • Remove recommended plugins
1.8.4 2018-04-13

Release date: 14th April 2018

  • Add recommended plugins
1.8.3 2017-12-20

Release date: 20th December 2017

  • [Fix] Skip animated GIFs that GD can't resize.
1.8.2 2017-08-21

Release date: 21th August 2017

  • [Fix] Better sanitize post data when saving settings.
1.8.1 2017-08-20

Release date: 18th June 2017

  • [Fix] Notice not dismissing
1.8.0 2017-06-18

Release date: 18th June 2017

  • [Update] Add convert PNG to JPG option
1.7.2 2017-06-14

Release date: 18th September 2015

  • [Fixed] Undefined option notices when running WordPress in debug mode.
1.7.1 2015-05-08

Release date: 26th February 2015

  • [Update] After reports of the plugin resizing PDF files, added check to ensure the plugin only attempts a resize on JPEG, GIF, and PNG file types other than relying on the response from WP_Image_Editor.
1.7 2015-02-13

This is a major under-the-hood release to change core workings of the plugin. The plugin still functions as normal, but the way in which it resizes images has now changed to use standard WordPress libraries. This means that should your server have better image processing libraries than the GD default (e.g. ImageMagick), then the resizing method should make use of them. This should improve the output of your resized images!

  • [Update] Plugin completely re-engineered to use WP_Image_Editor when resizing images.
1.6.2 2015-02-09

Minor maintenance release:

  • [Fix] Correcting an error in the documentation.
1.6.1 2014-09-22

Fix a few edge case bugs, I go and break the main functionality - that's life! This is a maintenance release to fix a bug.

  • [Fix] Correct the logic behind which direction to perform resizing in.
1.6 2014-09-21
  • [Update] Tidied up the plugin settings page.
  • [Fix] Significant number of bug fixes through extensive testing.
  • [Fix] Resizing wasn't running on square images.
  • [FIX] Media upload was failing for BMP images.
  • [Fix] Replaced use of deprecated PHP functions with correct ones.
1.5.0 2014-09-17
  • [Added] Ability to force re-compression even if resize is not required.
  • [Fix] Compression quality value was not adhered to.
1.4.2 2014-04-16
  • [update] Added ability to enter a resize value of zero (0) to prevent resizing in a particular dimension.
1.4.1 2013-07-23
  • [fix] Reverting code back to how it was in v1.3.0 after previous premature deployment of v1.4.0. Please use this version.
1.3.0 2013-07-05
  • [update] Added ability to set the JPEG compression quality level when JPEGs are resized. Default is 90.
1.2.0 2013-07-05
  • [Update] Now only runs images through the resizer if required (i.e. the image is actually larger than the max height/width).
1.1.1 2013-02-01
  • [Fix] Corrected functionality that sets default plugin options if the plugin version number changes.
  • [Fix] Adds default option for max-height value.
  • [Update] Updated the screenshot to include new maximum height field.
  • [Update] Increased the default maximum height and width to 1200px each.
1.1.0 2013-01-21
  • [Update] Added ability to set maximum height (thanks @Wonderm00n).
1.0.1 2012-09-26
  • Update to read me, no feature updates unfortunately
1.0.0 2012-09-26