Resize Image After Upload - Version 1.4.1

Version Description

  • [fix] Reverting code back to how it was in v1.3.0 after previous premature deployment of v1.4.0. Please use this version.
Download this release

Release Info

Developer jepsonrae
Plugin Icon 128x128 Resize Image After Upload
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.4.1

Files changed (2) hide show
  1. readme.txt +7 -1
  2. resize-image-after-upload.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.jepsonrae.com/?utm_campaign=plugins&utm_source=wp-resize
4
  Tags: image, plugin, resize, upload
5
  Requires at least: 2.6
6
  Tested up to: 3.5.2
7
- Stable tag: 1.3.0
8
 
9
  This plugin resizes uploaded images to within a given maximum width and height after uploading, discarding the original uploaded file in the process.
10
 
@@ -31,6 +31,12 @@ The plugin uses a class originally from Jacob Wyke (www.redvodkajelly.com) and i
31
 
32
  == Changelog ==
33
 
 
 
 
 
 
 
34
  = 1.3.0 =
35
  * [update] Added ability to set the JPEG compression quality level when JPEGs are resized. Default is 90.
36
 
4
  Tags: image, plugin, resize, upload
5
  Requires at least: 2.6
6
  Tested up to: 3.5.2
7
+ Stable tag: 1.4.1
8
 
9
  This plugin resizes uploaded images to within a given maximum width and height after uploading, discarding the original uploaded file in the process.
10
 
31
 
32
  == Changelog ==
33
 
34
+ = 1.4.1 =
35
+ * [fix] Reverting code back to how it was in v1.3.0 after previous premature deployment of v1.4.0. Please use this version.
36
+
37
+ = 1.4.0 =
38
+ * [error] Code was deployed prematurely and should not have made its way to the live repository. Please do NOT use this version.
39
+
40
  = 1.3.0 =
41
  * [update] Added ability to set the JPEG compression quality level when JPEGs are resized. Default is 90.
42
 
resize-image-after-upload.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Resize Image After Upload
4
  Plugin URI: http://www.jepsonrae.com/?utm_campaign=plugins&utm_source=wp-resize-image-after-upload&utm_medium=plugin-url
5
  Description: This plugin resizes uploaded images to a given width or height (whichever is the largest) after uploading, discarding the original uploaded file in the process.
6
  Author: Jepson Rae
7
- Version: 1.3.0
8
  Author URI: http://www.jepsonrae.com/?utm_campaign=plugins&utm_source=wp-resize-image-after-upload&utm_medium=author-url
9
 
10
 
@@ -36,7 +36,7 @@ along with this program; if not, write to the Free Software
36
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
37
  */
38
 
39
- $PLUGIN_VERSION = '1.3.0';
40
 
41
 
42
  // Default plugin values
4
  Plugin URI: http://www.jepsonrae.com/?utm_campaign=plugins&utm_source=wp-resize-image-after-upload&utm_medium=plugin-url
5
  Description: This plugin resizes uploaded images to a given width or height (whichever is the largest) after uploading, discarding the original uploaded file in the process.
6
  Author: Jepson Rae
7
+ Version: 1.4.1
8
  Author URI: http://www.jepsonrae.com/?utm_campaign=plugins&utm_source=wp-resize-image-after-upload&utm_medium=author-url
9
 
10
 
36
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
37
  */
38
 
39
+ $PLUGIN_VERSION = '1.4.1';
40
 
41
 
42
  // Default plugin values