Version Description
- fix wrong use of _ function which displayed warning
Download this release
Release Info
Developer | ShortPixel |
Plugin | ShortPixel Image Optimizer |
Version | 4.7.2 |
Comparing to | |
See all releases |
Code changes from version 4.7.1 to 4.7.2
- class/view/shortpixel_view.php +1 -1
- readme.txt +4 -1
- wp-shortpixel.php +1 -1
class/view/shortpixel_view.php
CHANGED
@@ -1314,7 +1314,7 @@ class ShortPixelView {
|
|
1314 |
<div id="spUploadCompare" class="shortpixel-modal shortpixel-hide">
|
1315 |
<div class="sp-modal-title">
|
1316 |
<button type="button" class="sp-close-button">×</button>
|
1317 |
-
<?php
|
1318 |
</div>
|
1319 |
<div class="sp-modal-body sptw-modal-spinner" style="height:400px;padding:0;">
|
1320 |
<div class="shortpixel-slider" style="z-index:2000;">
|
1314 |
<div id="spUploadCompare" class="shortpixel-modal shortpixel-hide">
|
1315 |
<div class="sp-modal-title">
|
1316 |
<button type="button" class="sp-close-button">×</button>
|
1317 |
+
<?php __('Compare Images', 'shortpixel-image-optimiser');?>
|
1318 |
</div>
|
1319 |
<div class="sp-modal-body sptw-modal-spinner" style="height:400px;padding:0;">
|
1320 |
<div class="shortpixel-slider" style="z-index:2000;">
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: ShortPixel
|
|
3 |
Tags: compress, image, compression, optimize, image optimizer, image optimiser, image compression, resize, compress pdf, compress jpg, compress png, image compression
|
4 |
Requires at least: 3.2.0
|
5 |
Tested up to: 4.8
|
6 |
-
Stable tag: 4.7.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -227,6 +227,9 @@ The ShortPixel team is here to help. <a href="https://shortpixel.com/contact">Co
|
|
227 |
|
228 |
== Changelog ==
|
229 |
|
|
|
|
|
|
|
230 |
= 4.7.1 =
|
231 |
* Deactivate conversion from PNG to JPG for the previous images, until we find a solution for the posts that refer these images.
|
232 |
* Minor fix to bulk (last item in Media Library sometimes was left unoptimized)
|
3 |
Tags: compress, image, compression, optimize, image optimizer, image optimiser, image compression, resize, compress pdf, compress jpg, compress png, image compression
|
4 |
Requires at least: 3.2.0
|
5 |
Tested up to: 4.8
|
6 |
+
Stable tag: 4.7.2
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
227 |
|
228 |
== Changelog ==
|
229 |
|
230 |
+
= 4.7.2 =
|
231 |
+
* fix wrong use of _ function which displayed warning
|
232 |
+
|
233 |
= 4.7.1 =
|
234 |
* Deactivate conversion from PNG to JPG for the previous images, until we find a solution for the posts that refer these images.
|
235 |
* Minor fix to bulk (last item in Media Library sometimes was left unoptimized)
|
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" target="_blank">Settings > ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
|
6 |
-
* Version: 4.7.
|
7 |
* Author: ShortPixel
|
8 |
* Author URI: https://shortpixel.com
|
9 |
* Text Domain: shortpixel-image-optimiser
|
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" target="_blank">Settings > ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
|
6 |
+
* Version: 4.7.2
|
7 |
* Author: ShortPixel
|
8 |
* Author URI: https://shortpixel.com
|
9 |
* Text Domain: shortpixel-image-optimiser
|