Version Description
- Fixed: Compatibility with WPMU DEV Dashboard plugin v4.0, was not detecting pro status
Download this release
Release Info
Developer | WPMUDEV |
Plugin | Smush Image Compression and Optimization |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- languages/wp-smushit.pot +1 -1
- lib/class-wp-smush.php +1 -1
- readme.txt +11 -14
- wp-smush.php +2 -2
languages/wp-smushit.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the WP Smush package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WP Smush 2.1.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/wp-smushit\n"
|
7 |
"POT-Creation-Date: 2015-11-10 17:31:38+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
2 |
# This file is distributed under the same license as the WP Smush package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WP Smush 2.1.3\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/wp-smushit\n"
|
7 |
"POT-Creation-Date: 2015-11-10 17:31:38+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
lib/class-wp-smush.php
CHANGED
@@ -691,7 +691,7 @@ if ( ! class_exists( 'WpSmush' ) ) {
|
|
691 |
*/
|
692 |
function _get_api_key() {
|
693 |
|
694 |
-
if ( defined( 'WPMUDEV_APIKEY' ) ) {
|
695 |
$api_key = WPMUDEV_APIKEY;
|
696 |
} else {
|
697 |
$api_key = get_site_option( 'wpmudev_apikey' );
|
691 |
*/
|
692 |
function _get_api_key() {
|
693 |
|
694 |
+
if ( defined( 'WPMUDEV_APIKEY' ) && WPMUDEV_APIKEY ) {
|
695 |
$api_key = WPMUDEV_APIKEY;
|
696 |
} else {
|
697 |
$api_key = get_site_option( 'wpmudev_apikey' );
|
readme.txt
CHANGED
@@ -1,30 +1,22 @@
|
|
1 |
=== WP Smush ===
|
2 |
Plugin Name: WP Smush
|
3 |
-
Version: 2.1.
|
4 |
Author: WPMU DEV
|
5 |
Author URI: http://premium.wpmudev.org/
|
6 |
Contributors: WPMUDEV, alexdunae
|
7 |
Tags: Attachment,Attachments,Compress,Compress Image File,Compress Image Size,Compress JPG,Compressed JPG, Compression Image,Image,Images,JPG,Optimise,Optimize,Photo,Photos,Pictures,PNG,Reduce Image Size,Smush,Smush.it,Upload,WordPress Compression,WordPress Image Tool,Yahoo, Yahoo Smush.it
|
8 |
Requires at least: 3.5
|
9 |
-
Tested up to: 4.
|
10 |
-
Stable tag: 2.1.
|
11 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
12 |
|
13 |
Reduce image file sizes, improve performance and boost your SEO using the free <a href="https://premium.wpmudev.org/">WPMU DEV</a> WordPress Smush API.
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
-
<
|
18 |
-
|
19 |
-
|
20 |
-
Try our completely new, incredibly powerful, and 100% free image Smusher, brought to you by the superheroes at WPMU DEV!
|
21 |
-
<br>
|
22 |
-
We'll do all the heavy lifting with our superhero servers, your site will be loading quicker in no time at all, leaving you to concentrate on making your content great!
|
23 |
-
<br>
|
24 |
-
Cheers<br>
|
25 |
-
WPMU DEVMan
|
26 |
-
<br>
|
27 |
-
</blockquote>
|
28 |
|
29 |
WP Smush strips hidden, bulky information from your images, reducing the file size without losing quality. The faster your site loads, the more Google, Bing, Yahoo and other search engines will like it.
|
30 |
|
@@ -32,6 +24,8 @@ WP Smush strips hidden, bulky information from your images, reducing the file si
|
|
32 |
|
33 |
Heavy image files may be slowing down your site without you even knowing it. WP Smush meticulously scans every image you upload – or have already added to your site – and cuts all the unnecessary data for you.
|
34 |
|
|
|
|
|
35 |
★★★★★ <br>
|
36 |
“I had no idea that my page load time was being dragged down by the images. The plugin nearly halved the time it took.” - <a href="http://profiles.wordpress.org/karlcw">karlcw</a>
|
37 |
|
@@ -86,6 +80,9 @@ Yahoo's Smush.it API is gone forever. So WPMU DEV built our own free API that is
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 2.1.2 =
|
90 |
* Fixed: Important fix for transient issue leading to mutliple api requests
|
91 |
|
1 |
=== WP Smush ===
|
2 |
Plugin Name: WP Smush
|
3 |
+
Version: 2.1.3
|
4 |
Author: WPMU DEV
|
5 |
Author URI: http://premium.wpmudev.org/
|
6 |
Contributors: WPMUDEV, alexdunae
|
7 |
Tags: Attachment,Attachments,Compress,Compress Image File,Compress Image Size,Compress JPG,Compressed JPG, Compression Image,Image,Images,JPG,Optimise,Optimize,Photo,Photos,Pictures,PNG,Reduce Image Size,Smush,Smush.it,Upload,WordPress Compression,WordPress Image Tool,Yahoo, Yahoo Smush.it
|
8 |
Requires at least: 3.5
|
9 |
+
Tested up to: 4.4.1
|
10 |
+
Stable tag: 2.1.3
|
11 |
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
12 |
|
13 |
Reduce image file sizes, improve performance and boost your SEO using the free <a href="https://premium.wpmudev.org/">WPMU DEV</a> WordPress Smush API.
|
14 |
|
15 |
== Description ==
|
16 |
|
17 |
+
<strong>Optimize unlimited images</strong> with our <strong>incredibly powerful</strong> and <strong>100% free image Smusher</strong>, brought to you by the superheroes at WPMU DEV!
|
18 |
+
|
19 |
+
We'll do all the heavy lifting with our superhero servers, your site will be loading quicker in no time at all, leaving you to concentrate on making your content great!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
WP Smush strips hidden, bulky information from your images, reducing the file size without losing quality. The faster your site loads, the more Google, Bing, Yahoo and other search engines will like it.
|
22 |
|
24 |
|
25 |
Heavy image files may be slowing down your site without you even knowing it. WP Smush meticulously scans every image you upload – or have already added to your site – and cuts all the unnecessary data for you.
|
26 |
|
27 |
+
<a href="https://garage.godaddy.com/wordpress-plugin-partner-program/directory/?cvosrc=advocacy.evangelism.WP3" rel="nofollow"><img src="https://garage.godaddy.com/wp-content/uploads/badges/godaddy-plugin-partner-program-badge.svg" title="GoDaddy Plugin Program Partner" alt="GoDaddy Plugin Program Partner"/></a>
|
28 |
+
|
29 |
★★★★★ <br>
|
30 |
“I had no idea that my page load time was being dragged down by the images. The plugin nearly halved the time it took.” - <a href="http://profiles.wordpress.org/karlcw">karlcw</a>
|
31 |
|
80 |
|
81 |
== Changelog ==
|
82 |
|
83 |
+
= 2.1.3 =
|
84 |
+
* Fixed: Compatibility with WPMU DEV Dashboard plugin v4.0, was not detecting pro status
|
85 |
+
|
86 |
= 2.1.2 =
|
87 |
* Fixed: Important fix for transient issue leading to mutliple api requests
|
88 |
|
wp-smush.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Smush
|
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-smushit/
|
5 |
Description: Reduce image file sizes, improve performance and boost your SEO using the free <a href="https://premium.wpmudev.org/">WPMU DEV</a> WordPress Smush API.
|
6 |
Author: WPMU DEV
|
7 |
-
Version: 2.1.
|
8 |
Author URI: http://premium.wpmudev.org/
|
9 |
Textdomain: wp-smushit
|
10 |
*/
|
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
35 |
* Constants
|
36 |
*/
|
37 |
$prefix = 'WP_SMUSH_';
|
38 |
-
$version = '2.1.
|
39 |
|
40 |
/**
|
41 |
* Set the default timeout for API request and AJAX timeout
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-smushit/
|
5 |
Description: Reduce image file sizes, improve performance and boost your SEO using the free <a href="https://premium.wpmudev.org/">WPMU DEV</a> WordPress Smush API.
|
6 |
Author: WPMU DEV
|
7 |
+
Version: 2.1.3
|
8 |
Author URI: http://premium.wpmudev.org/
|
9 |
Textdomain: wp-smushit
|
10 |
*/
|
35 |
* Constants
|
36 |
*/
|
37 |
$prefix = 'WP_SMUSH_';
|
38 |
+
$version = '2.1.3';
|
39 |
|
40 |
/**
|
41 |
* Set the default timeout for API request and AJAX timeout
|