Version Description
- 2018/01/15 =
- Improvement: force browsers not to use the old version of our script for the charts.
Download this release
Release Info
Developer | wp_media |
Plugin | Imagify Image Optimizer |
Version | 1.6.14.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.14.1 to 1.6.14.2
- imagify.php +3 -3
- inc/classes/class-imagify-assets.php +1 -1
- readme.txt +4 -1
imagify.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Imagify
|
4 |
* Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
* Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
|
6 |
-
* Version: 1.6.14.
|
7 |
* Author: WP Media
|
8 |
* Author URI: https://wp-media.me/
|
9 |
* Licence: GPLv2
|
@@ -11,13 +11,13 @@
|
|
11 |
* Text Domain: imagify
|
12 |
* Domain Path: languages
|
13 |
*
|
14 |
-
* Copyright
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
-
define( 'IMAGIFY_VERSION' , '1.6.14.
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_FILE' , __FILE__ );
|
3 |
* Plugin Name: Imagify
|
4 |
* Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
* Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
|
6 |
+
* Version: 1.6.14.2
|
7 |
* Author: WP Media
|
8 |
* Author URI: https://wp-media.me/
|
9 |
* Licence: GPLv2
|
11 |
* Text Domain: imagify
|
12 |
* Domain Path: languages
|
13 |
*
|
14 |
+
* Copyright 2018 WP Media
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
+
define( 'IMAGIFY_VERSION' , '1.6.14.2' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_FILE' , __FILE__ );
|
inc/classes/class-imagify-assets.php
CHANGED
@@ -192,7 +192,7 @@ class Imagify_Assets {
|
|
192 |
|
193 |
$this->register_script( 'sweetalert', 'sweetalert2', array( 'promise-polyfill' ), '4.6.6' )->localize( 'imagifySwal' );
|
194 |
|
195 |
-
$this->register_script( 'chart', 'chart', array(), '2.7.1' );
|
196 |
|
197 |
$this->register_script( 'event-move', 'jquery.event.move', array( 'jquery' ), '2.0.1' );
|
198 |
|
192 |
|
193 |
$this->register_script( 'sweetalert', 'sweetalert2', array( 'promise-polyfill' ), '4.6.6' )->localize( 'imagifySwal' );
|
194 |
|
195 |
+
$this->register_script( 'chart', 'chart', array(), '2.7.1.0' );
|
196 |
|
197 |
$this->register_script( 'event-move', 'jquery.event.move', array( 'jquery' ), '2.0.1' );
|
198 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wp_media, GregLone
|
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.9.1
|
6 |
-
Stable tag: 1.6.14.
|
7 |
|
8 |
Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.
|
9 |
|
@@ -136,6 +136,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
|
|
136 |
3. Media Page
|
137 |
|
138 |
== Changelog ==
|
|
|
|
|
|
|
139 |
= 1.6.14.1 - 2018/01/11 =
|
140 |
* Bug Fix: no more conflicts between our script used for the charts and theme builders, or plugins that use an outdated version of this script.
|
141 |
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.9.1
|
6 |
+
Stable tag: 1.6.14.2
|
7 |
|
8 |
Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.
|
9 |
|
136 |
3. Media Page
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 1.6.14.2 - 2018/01/15 =
|
140 |
+
* Improvement: force browsers not to use the old version of our script for the charts.
|
141 |
+
|
142 |
= 1.6.14.1 - 2018/01/11 =
|
143 |
* Bug Fix: no more conflicts between our script used for the charts and theme builders, or plugins that use an outdated version of this script.
|
144 |
|