From 051318188c02cce0db031082491b085dfec67e86 Mon Sep 17 00:00:00 2001 From: Git I Hate You Date: Mon, 15 Jan 2018 14:52:42 +0100 Subject: [PATCH] Hotfix: bump version to 1.2.14.2 + changelog. --- imagify.php | 6 +++--- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/imagify.php b/imagify.php index 365cf4c9b..b65fecb72 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.14.1 + * Version: 1.6.14.2 * Author: WP Media * Author URI: https://wp-media.me/ * Licence: GPLv2 @@ -11,13 +11,13 @@ * Text Domain: imagify * Domain Path: languages * - * Copyright 2017 WP Media + * Copyright 2018 WP Media */ defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' ); // Imagify defines. -define( 'IMAGIFY_VERSION' , '1.6.14.1' ); +define( 'IMAGIFY_VERSION' , '1.6.14.2' ); define( 'IMAGIFY_SLUG' , 'imagify' ); define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' ); define( 'IMAGIFY_FILE' , __FILE__ ); diff --git a/package.json b/package.json index 5ca0a5637..72d5bea9f 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.14.1", + "version": "1.6.14.2", "homepage": "https://wordpress.org/plugins/imagify/", "license": "GPL-2.0", "private": true, diff --git a/readme.txt b/readme.txt index d8dda4e88..ee301263a 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.9.1 -Stable tag: 1.6.14.1 +Stable tag: 1.6.14.2 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.14.2 - 2018/01/15 = +* Improvement: force browsers not to use the old version of our script for the charts. + = 1.6.14.1 - 2018/01/11 = * 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.