Smush Image Compression and Optimization - Version 1.6.2

Version Description

Dear Smushers: WP Smush.it has found a new maintainer. Stay tuned for a fresh release.

=

Download this release

Release Info

Developer alexdunae
Plugin Icon 128x128 Smush Image Compression and Optimization
Version 1.6.2
Comparing to
See all releases

Code changes from version 1.6.1 to 1.6.2

Files changed (2) hide show
  1. readme.txt +9 -19
  2. wp-smushit.php +1 -1
readme.txt CHANGED
@@ -1,32 +1,19 @@
1
  === WP Smush.it ===
2
  Plugin Name: WP Smush.it
3
- Version: 1.6.1
4
  Author: Dialect
5
  Author URI: http://dialect.ca/?wp_smush_it
6
- Contributors: alexdunae
7
  Tags: images, image, attachments, attachment
8
  Requires at least: 2.9
9
  Tested up to: 3.3.2
10
- Stable tag: 1.6.1
11
- Donate link: http://dunae.ca/donate.html
12
 
13
  Reduce image file sizes and improve performance using the <a href="http://smush.it/">Smush.it</a> API within WordPress.
14
 
15
  == Description ==
16
 
17
- = WP SMUSH.IT IS NO LONGER MAINTAINED =
18
-
19
- Unfortunately this plugin is no longer maintained, at least not by me. Growing family and work as well as shifting focus just don't leave me the time.
20
-
21
- (The plugin still works, though there is the occassional glitch.)
22
-
23
- If anyone out there is interested in taking the plugin over, feel free to get in touch at <a href="mailto:code@dialect.ca">code@dialect.ca</a>. The most obivious way forward is to add support for <tt>pngcrush</tt>, <tt>optipng</tt>, etc... on servers that support, and even look at what can be done within GD.
24
-
25
- Somewhat related, to this day it's not clear what Yahoo intends to do with their Smush.it system. Users of the plugin have always gotten unofficial permission to use the service, but there's no way of knowing how long that will last (though it has been years).
26
-
27
- I'd love to do be able to do more with WP Smush.it, but life conspires against it. It's been fun smushing the hell out of those extra bytes with you all.
28
-
29
- = Original Description =
30
 
31
  Yahoo's excellent <a href="http://developer.yahoo.com/performance/">Exceptional Performance series</a> recommends <a href="http://developer.yahoo.com/performance/rules.html#opt_images">optimizing images</a> in several lossless ways:
32
 
@@ -68,12 +55,15 @@ Be sure you&rsquo;re comfortable with Smush.it&rsquo;s privacy policy (found on
68
 
69
  == Upgrade Notice ==
70
 
71
- = 1.6.1 =
72
 
73
- Unfortunately this plugin is no longer maintained, at least not by me. See <a href="http://wordpress.org/extend/plugins/wp-smushit/">the plugin page</a> for all the details. Thanks for all the smushing fun!
74
 
75
  == Changelog ==
76
 
 
 
 
77
  = 1.6.1 =
78
  * no longer maintained notice
79
 
1
  === WP Smush.it ===
2
  Plugin Name: WP Smush.it
3
+ Version: 1.6.2
4
  Author: Dialect
5
  Author URI: http://dialect.ca/?wp_smush_it
6
+ Contributors: alexdunae, WPMUDEV
7
  Tags: images, image, attachments, attachment
8
  Requires at least: 2.9
9
  Tested up to: 3.3.2
10
+ Stable tag: 1.6.2
 
11
 
12
  Reduce image file sizes and improve performance using the <a href="http://smush.it/">Smush.it</a> API within WordPress.
13
 
14
  == Description ==
15
 
16
+ = Dear Smushers: WP Smush.it has found a new maintainer. Stay tuned for a fresh release. =
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  Yahoo's excellent <a href="http://developer.yahoo.com/performance/">Exceptional Performance series</a> recommends <a href="http://developer.yahoo.com/performance/rules.html#opt_images">optimizing images</a> in several lossless ways:
19
 
55
 
56
  == Upgrade Notice ==
57
 
58
+ = 1.6.2 =
59
 
60
+ Dear Smushers: WP Smush.it has found a new maintainer. Stay tuned for a fresh release.
61
 
62
  == Changelog ==
63
 
64
+ = 1.6.2 =
65
+ * about to get a new lease on life notice
66
+
67
  = 1.6.1 =
68
  * no longer maintained notice
69
 
wp-smushit.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Smush.it
4
  Plugin URI: http://dialect.ca/code/wp-smushit/
5
  Description: Reduce image file sizes and improve performance using the <a href="http://smush.it/">Smush.it</a> API within WordPress.
6
  Author: Dialect
7
- Version: 1.6.1
8
  Author URI: http://dialect.ca/
9
  */
10
 
4
  Plugin URI: http://dialect.ca/code/wp-smushit/
5
  Description: Reduce image file sizes and improve performance using the <a href="http://smush.it/">Smush.it</a> API within WordPress.
6
  Author: Dialect
7
+ Version: 1.6.2
8
  Author URI: http://dialect.ca/
9
  */
10