Version Description
- Bug Fix: Fixed the "Unknown error" during a bulk optimization.
Download this release
Release Info
Developer | wp_media |
Plugin | Imagify Image Optimizer |
Version | 1.6.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.7 to 1.6.7.1
- imagify.php +2 -2
- inc/3rd-party/amazon-s3-and-cloudfront/inc/classes/class-imagify-as3cf-attachment.php +0 -0
- inc/3rd-party/amazon-s3-and-cloudfront/inc/classes/class-imagify-as3cf.php +0 -0
- inc/3rd-party/nextgen-gallery/inc/admin/ajax.php +0 -0
- inc/3rd-party/nextgen-gallery/inc/admin/bulk.php +0 -0
- inc/3rd-party/nextgen-gallery/inc/admin/heartbeat.php +0 -0
- inc/3rd-party/nextgen-gallery/inc/functions/admin-stats.php +0 -0
- inc/functions/admin.php +2 -0
- readme.txt +5 -2
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.7
|
7 |
* Author: WP Media
|
8 |
* Author URI: http://wp-media.me
|
9 |
* Licence: GPLv2
|
@@ -17,7 +17,7 @@
|
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
-
define( 'IMAGIFY_VERSION' , '1.6.7' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
|
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.7.1
|
7 |
* Author: WP Media
|
8 |
* Author URI: http://wp-media.me
|
9 |
* Licence: GPLv2
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
+
define( 'IMAGIFY_VERSION' , '1.6.7.1' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
|
inc/3rd-party/amazon-s3-and-cloudfront/inc/classes/class-imagify-as3cf-attachment.php
CHANGED
File without changes
|
inc/3rd-party/amazon-s3-and-cloudfront/inc/classes/class-imagify-as3cf.php
CHANGED
File without changes
|
inc/3rd-party/nextgen-gallery/inc/admin/ajax.php
CHANGED
File without changes
|
inc/3rd-party/nextgen-gallery/inc/admin/bulk.php
CHANGED
File without changes
|
inc/3rd-party/nextgen-gallery/inc/admin/heartbeat.php
CHANGED
File without changes
|
inc/3rd-party/nextgen-gallery/inc/functions/admin-stats.php
CHANGED
File without changes
|
inc/functions/admin.php
CHANGED
@@ -258,6 +258,8 @@ function get_imagify_bulk_buffer_size() {
|
|
258 |
* )
|
259 |
*/
|
260 |
function imagify_get_wpdb_metas( $metas, $ids ) {
|
|
|
|
|
261 |
if ( ! $ids ) {
|
262 |
return array_fill_keys( array_keys( $metas ), array() );
|
263 |
}
|
258 |
* )
|
259 |
*/
|
260 |
function imagify_get_wpdb_metas( $metas, $ids ) {
|
261 |
+
global $wpdb;
|
262 |
+
|
263 |
if ( ! $ids ) {
|
264 |
return array_fill_keys( array_keys( $metas ), array() );
|
265 |
}
|
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.8.0
|
6 |
-
Stable tag: 1.6.7
|
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.7 =
|
140 |
* Improvement: Compatibility with the plugin WP Offload S3 Pro, and fixed a few things for both Lite and Pro versions.
|
141 |
* Improvement: Improved performance on the bulk optimization page for huge image libraries.
|
@@ -143,7 +146,7 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
|
|
143 |
* Improvement: Use cURL directly only to optimize an image. It helps when cURL is not available: less things will break in that case.
|
144 |
* Bug Fix: Fixed a bug with the plugin Screets Live Chat, prior to version 2.2.8.
|
145 |
* Regression fix: Fixed the buffer size on the bulk optimization page.
|
146 |
-
* Dev stuff: Added a hook allowing to filter arguments when doing a request to our API. It can be used to
|
147 |
|
148 |
= 1.6.6 =
|
149 |
* New: Compatibility with the plugin WP Offload S3 Lite. Your images now will be sent to Amazon S3 after being optimized. Also works when you store your images only on S3, not locally.
|
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.8.0
|
6 |
+
Stable tag: 1.6.7.1
|
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.7.1 =
|
140 |
+
* Bug Fix: Fixed the "Unknown error" during a bulk optimization.
|
141 |
+
|
142 |
= 1.6.7 =
|
143 |
* Improvement: Compatibility with the plugin WP Offload S3 Pro, and fixed a few things for both Lite and Pro versions.
|
144 |
* Improvement: Improved performance on the bulk optimization page for huge image libraries.
|
146 |
* Improvement: Use cURL directly only to optimize an image. It helps when cURL is not available: less things will break in that case.
|
147 |
* Bug Fix: Fixed a bug with the plugin Screets Live Chat, prior to version 2.2.8.
|
148 |
* Regression fix: Fixed the buffer size on the bulk optimization page.
|
149 |
+
* Dev stuff: Added a hook allowing to filter arguments when doing a request to our API. It can be used to increate the timeout value for example.
|
150 |
|
151 |
= 1.6.6 =
|
152 |
* New: Compatibility with the plugin WP Offload S3 Lite. Your images now will be sent to Amazon S3 after being optimized. Also works when you store your images only on S3, not locally.
|