Skip to content

Commit

Permalink
Fixed #91.
Browse files Browse the repository at this point in the history
  • Loading branch information
Screenfeed committed Jul 13, 2017
1 parent bee3487 commit 1d54eb7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Imagify
* Plugin URI: https://wordpress.org/plugins/imagify/
* 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.
* Version: 1.6.7
* Version: 1.6.7.1
* Author: WP Media
* Author URI: http://wp-media.me
* Licence: GPLv2
Expand All @@ -17,7 +17,7 @@
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );

// Imagify defines.
define( 'IMAGIFY_VERSION' , '1.6.7' );
define( 'IMAGIFY_VERSION' , '1.6.7.1' );
define( 'IMAGIFY_SLUG' , 'imagify' );
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
Expand Down
2 changes: 2 additions & 0 deletions inc/functions/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ function get_imagify_bulk_buffer_size() {
* )
*/
function imagify_get_wpdb_metas( $metas, $ids ) {
global $wpdb;

if ( ! $ids ) {
return array_fill_keys( array_keys( $metas ), array() );
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "imagify",
"description": "Imagify Image Optimizer. Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.",
"version": "1.6.7",
"version": "1.6.7.1",
"homepage": "https://wordpress.org/plugins/imagify/",
"license": "GPL-2.0",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wp_media, GregLone
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
Requires at least: 3.7.0
Tested up to: 4.8.0
Stable tag: 1.6.7
Stable tag: 1.6.7.1

Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.

Expand Down Expand Up @@ -136,6 +136,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
3. Media Page

== Changelog ==
= 1.6.7.1 =
* Bug Fix: Fixed the "Unknown error" during a bulk optimization.

= 1.6.7 =
* Improvement: Compatibility with the plugin WP Offload S3 Pro, and fixed a few things for both Lite and Pro versions.
* Improvement: Improved performance on the bulk optimization page for huge image libraries.
Expand Down

0 comments on commit 1d54eb7

Please sign in to comment.