From f4dbbb822ef45ba6d96700c693b241c16b394f4e Mon Sep 17 00:00:00 2001 From: Git I Hate You Date: Thu, 9 Nov 2017 00:11:22 +0100 Subject: [PATCH] Hotfix: bumbed version to 1.6.13.1. --- imagify.php | 4 ++-- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/imagify.php b/imagify.php index 453b6e11f..3e6f561d1 100644 --- a/imagify.php +++ b/imagify.php @@ -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.13 + * Version: 1.6.13.1 * Author: WP Media * Author URI: https://wp-media.me/ * Licence: GPLv2 @@ -17,7 +17,7 @@ defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' ); // Imagify defines. -define( 'IMAGIFY_VERSION' , '1.6.13' ); +define( 'IMAGIFY_VERSION' , '1.6.13.1' ); define( 'IMAGIFY_SLUG' , 'imagify' ); define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' ); define( 'IMAGIFY_FILE' , __FILE__ ); diff --git a/package.json b/package.json index 69d71bafd..850a01d6a 100644 --- a/package.json +++ b/package.json @@ -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.13", + "version": "1.6.13.1", "homepage": "https://wordpress.org/plugins/imagify/", "license": "GPL-2.0", "private": true, diff --git a/readme.txt b/readme.txt index 0dcac37aa..54dc97c77 100755 --- a/readme.txt +++ b/readme.txt @@ -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.3 -Stable tag: 1.6.13 +Stable tag: 1.6.13.1 Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth. @@ -136,6 +136,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t 3. Media Page == Changelog == += 1.6.13.1 - 2017/11/08 = +* Bug Fix: fixed a php error with php 5.2. + = 1.6.13 - 2017/11/07 = * New: added links to the documentation in Imagify' settings and bulk optimization pages. * Improvement: better compatibility with NextGen Gallery plugin. Imagify no longer resizes NextGen images nor removes exif, to let NextGen Gallery do its job peacefully.