Version Description
Release date August 19th 2020 * HelpScout and Quirobot widgets are now disabled * Language: 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.
Download this release
Release Info
Developer | petredobrescu |
Plugin | ShortPixel Image Optimizer |
Version | 4.20.1 |
Comparing to | |
See all releases |
Code changes from version 4.20.0 to 4.20.1
- class/external/helpscout.php +3 -0
- readme.txt +12 -5
- wp-shortpixel.php +2 -2
class/external/helpscout.php
CHANGED
@@ -8,6 +8,9 @@ class HelpScout
|
|
8 |
{
|
9 |
public static function outputBeacon()
|
10 |
{
|
|
|
|
|
|
|
11 |
global $shortPixelPluginInstance;
|
12 |
$dismissed = $shortPixelPluginInstance->getSettings()->dismissedNotices ? $shortPixelPluginInstance->getSettings()->dismissedNotices : array();
|
13 |
if(isset($dismissed['help'])) {
|
8 |
{
|
9 |
public static function outputBeacon()
|
10 |
{
|
11 |
+
// this all, disabled.
|
12 |
+
return;
|
13 |
+
|
14 |
global $shortPixelPluginInstance;
|
15 |
$dismissed = $shortPixelPluginInstance->getSettings()->dismissedNotices ? $shortPixelPluginInstance->getSettings()->dismissedNotices : array();
|
16 |
if(isset($dismissed['help'])) {
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: convert webp, optimize images, image optimization, resize, compressor, ima
|
|
4 |
Requires at least: 3.2.0
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 4.20.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,7 +32,7 @@ Make an instant <a href="http://shortpixel.com/image-compression-test" target="_
|
|
32 |
* popular plugin with over 200,000 active installations - according to WordPress
|
33 |
* compress JPG (and its variations JPEG, JPEG 2000, JPEG XR), PNG, GIF (still or animated) images and also PDF documents
|
34 |
* option to freely convert any JPEG, PNG or GIF (even animated ones!) to **WebP** for more Google love. <a href="http://blog.shortpixel.com/how-webp-images-can-speed-up-your-site/" target="_blank">How to enable WebP?</a>
|
35 |
-
* option to automatically convert PNG to JPG if that will result in smaller images. Ideal for large images in PNG format
|
36 |
* option to include the generated WebP images into the front-end pages by using the `<picture>` tag instead of `<img>`
|
37 |
* compatible with WP Retina 2x - all **retina images** are automatically compressed. <a href="http://blog.shortpixel.com/how-to-use-optimized-retina-images-on-your-wordpress-site-for-best-user-experience-on-apple-devices/" target="_blank">How to benefit from Retina displays?</a>
|
38 |
* optimize thumbnails as well as featured images. You can also **select individual thumbnails to exclude** from optimization
|
@@ -80,7 +80,7 @@ Help us spread the word by recommending ShortPixel to your friends and collect *
|
|
80 |
|
81 |
**Other plugins by ShortPixel**
|
82 |
|
83 |
-
* Image optimization & CDN on the fly - <a href="https://wordpress.org/plugins/shortpixel-adaptive-images/" target="_blank">ShortPixel Adaptive Images</a>
|
84 |
* Easily replace images or files in Media Library - <a href="https://wordpress.org/plugins/enable-media-replace/" target="_blank">Enable Media Replace</a>
|
85 |
* Regenerate thumbnails plugin compatible with the other ShortPixel plugins - <a href="https://wordpress.org/plugins/regenerate-thumbnails-advanced/" target="_blank">reGenerate Thumbnails Advanced</a>
|
86 |
* Make sure you don't have huge images in your Media Library - <a href="https://wordpress.org/plugins/resize-image-after-upload/" target="_blank">Resize Image After Upload</a>
|
@@ -118,14 +118,14 @@ Let's get ShortPixel plugin running on your WordPress website:
|
|
118 |
= Can I use the same API Key on multiple web sites? =
|
119 |
Yes, you can.
|
120 |
As long as you have available credits, you can use a single API Key on as many websites as you wish!
|
121 |
-
|
122 |
= What plan is better for me? What do you recommend? =
|
123 |
Everyone has different needs, but generally, we recommend getting a One-Time plan to optimize your whole Media Library and then get a Monthly plan to optimize your future uploads. To learn more, have a look at <a href="https://help.shortpixel.com/article/30-monthly-plans-vs-one-time-plans" target="_blank">this comparison</a>
|
124 |
|
125 |
= I don't know how many thumbnails do I have, what plan should I take?
|
126 |
To know how many thumbnails you have, just install the plugin and go to Media > Bulk ShortPixel. The plugin will tell you how many thumbnails you've got. Based on this, have a look at <a href="https://shortpixel.com/pricing" target="_blank">our plans</a>
|
127 |
|
128 |
-
= Can I upgrade/downgrade easily my plan? =
|
129 |
Of course. You can upgrade or downgrade your plans in a couple of clicks from your account on shortpixel.com.
|
130 |
|
131 |
= Can I test/use the plugin for free? =
|
@@ -299,6 +299,13 @@ Hide the Cloudflare settings by defining these constants in wp-config.php:
|
|
299 |
9. Check other optimized images status - themes or other plugins' images. (Media>Other Media)
|
300 |
|
301 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
302 |
= 4.20.0 =
|
303 |
|
304 |
Release date August 17th 2020
|
4 |
Requires at least: 3.2.0
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 4.20.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
* popular plugin with over 200,000 active installations - according to WordPress
|
33 |
* compress JPG (and its variations JPEG, JPEG 2000, JPEG XR), PNG, GIF (still or animated) images and also PDF documents
|
34 |
* option to freely convert any JPEG, PNG or GIF (even animated ones!) to **WebP** for more Google love. <a href="http://blog.shortpixel.com/how-webp-images-can-speed-up-your-site/" target="_blank">How to enable WebP?</a>
|
35 |
+
* option to automatically convert PNG to JPG if that will result in smaller images. Ideal for large images in PNG format
|
36 |
* option to include the generated WebP images into the front-end pages by using the `<picture>` tag instead of `<img>`
|
37 |
* compatible with WP Retina 2x - all **retina images** are automatically compressed. <a href="http://blog.shortpixel.com/how-to-use-optimized-retina-images-on-your-wordpress-site-for-best-user-experience-on-apple-devices/" target="_blank">How to benefit from Retina displays?</a>
|
38 |
* optimize thumbnails as well as featured images. You can also **select individual thumbnails to exclude** from optimization
|
80 |
|
81 |
**Other plugins by ShortPixel**
|
82 |
|
83 |
+
* Image optimization & CDN on the fly - <a href="https://wordpress.org/plugins/shortpixel-adaptive-images/" target="_blank">ShortPixel Adaptive Images</a>
|
84 |
* Easily replace images or files in Media Library - <a href="https://wordpress.org/plugins/enable-media-replace/" target="_blank">Enable Media Replace</a>
|
85 |
* Regenerate thumbnails plugin compatible with the other ShortPixel plugins - <a href="https://wordpress.org/plugins/regenerate-thumbnails-advanced/" target="_blank">reGenerate Thumbnails Advanced</a>
|
86 |
* Make sure you don't have huge images in your Media Library - <a href="https://wordpress.org/plugins/resize-image-after-upload/" target="_blank">Resize Image After Upload</a>
|
118 |
= Can I use the same API Key on multiple web sites? =
|
119 |
Yes, you can.
|
120 |
As long as you have available credits, you can use a single API Key on as many websites as you wish!
|
121 |
+
|
122 |
= What plan is better for me? What do you recommend? =
|
123 |
Everyone has different needs, but generally, we recommend getting a One-Time plan to optimize your whole Media Library and then get a Monthly plan to optimize your future uploads. To learn more, have a look at <a href="https://help.shortpixel.com/article/30-monthly-plans-vs-one-time-plans" target="_blank">this comparison</a>
|
124 |
|
125 |
= I don't know how many thumbnails do I have, what plan should I take?
|
126 |
To know how many thumbnails you have, just install the plugin and go to Media > Bulk ShortPixel. The plugin will tell you how many thumbnails you've got. Based on this, have a look at <a href="https://shortpixel.com/pricing" target="_blank">our plans</a>
|
127 |
|
128 |
+
= Can I upgrade/downgrade easily my plan? =
|
129 |
Of course. You can upgrade or downgrade your plans in a couple of clicks from your account on shortpixel.com.
|
130 |
|
131 |
= Can I test/use the plugin for free? =
|
299 |
9. Check other optimized images status - themes or other plugins' images. (Media>Other Media)
|
300 |
|
301 |
== Changelog ==
|
302 |
+
|
303 |
+
= 4.20.1 =
|
304 |
+
|
305 |
+
Release date August 19th 2020
|
306 |
+
* HelpScout and Quirobot widgets are now disabled
|
307 |
+
* Language: 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.
|
308 |
+
|
309 |
= 4.20.0 =
|
310 |
|
311 |
Release date August 17th 2020
|
wp-shortpixel.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: ShortPixel Image Optimizer
|
4 |
* Plugin URI: https://shortpixel.com/
|
5 |
* Description: ShortPixel optimizes images automatically, while guarding the quality of your images. Check your <a href="options-general.php?page=wp-shortpixel-settings" target="_blank">Settings > ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
|
6 |
-
* Version: 4.20.
|
7 |
* Author: ShortPixel
|
8 |
* Author URI: https://shortpixel.com
|
9 |
* Text Domain: shortpixel-image-optimiser
|
@@ -32,7 +32,7 @@ define('SHORTPIXEL_PLUGIN_DIR', __DIR__);
|
|
32 |
|
33 |
//define('SHORTPIXEL_AFFILIATE_CODE', '');
|
34 |
|
35 |
-
define('SHORTPIXEL_IMAGE_OPTIMISER_VERSION', "4.20.
|
36 |
define('SHORTPIXEL_MAX_TIMEOUT', 10);
|
37 |
define('SHORTPIXEL_VALIDATE_MAX_TIMEOUT', 15);
|
38 |
define('SHORTPIXEL_BACKUP', 'ShortpixelBackups');
|
3 |
* Plugin Name: ShortPixel Image Optimizer
|
4 |
* Plugin URI: https://shortpixel.com/
|
5 |
* Description: ShortPixel optimizes images automatically, while guarding the quality of your images. Check your <a href="options-general.php?page=wp-shortpixel-settings" target="_blank">Settings > ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
|
6 |
+
* Version: 4.20.1
|
7 |
* Author: ShortPixel
|
8 |
* Author URI: https://shortpixel.com
|
9 |
* Text Domain: shortpixel-image-optimiser
|
32 |
|
33 |
//define('SHORTPIXEL_AFFILIATE_CODE', '');
|
34 |
|
35 |
+
define('SHORTPIXEL_IMAGE_OPTIMISER_VERSION', "4.20.1");
|
36 |
define('SHORTPIXEL_MAX_TIMEOUT', 10);
|
37 |
define('SHORTPIXEL_VALIDATE_MAX_TIMEOUT', 15);
|
38 |
define('SHORTPIXEL_BACKUP', 'ShortpixelBackups');
|