From f7de7a27b3201f6ecbd1e355364cc4a0a8b05e84 Mon Sep 17 00:00:00 2001 From: Git I Hate You Date: Thu, 16 May 2019 14:28:33 +0200 Subject: [PATCH] Hotfix: bump to version 1.9.2 + changelog --- imagify.php | 4 ++-- package.json | 2 +- readme.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/imagify.php b/imagify.php index b350296fc..a5d1c1aea 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.9.1 + * Version: 1.9.2 * Requires PHP: 5.4 * Author: WP Media * Author URI: https://wp-media.me/ @@ -20,7 +20,7 @@ defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); // Imagify defines. -define( 'IMAGIFY_VERSION', '1.9.1' ); +define( 'IMAGIFY_VERSION', '1.9.2' ); define( 'IMAGIFY_SLUG', 'imagify' ); define( 'IMAGIFY_FILE', __FILE__ ); define( 'IMAGIFY_PATH', realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' ); diff --git a/package.json b/package.json index b4a77422a..ba23f7b89 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.9.1", + "version": "1.9.2", "homepage": "https://wordpress.org/plugins/imagify/", "license": "GPL-2.0", "private": true, diff --git a/readme.txt b/readme.txt index e0f5cecb2..1f1879cae 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: 4.0.0 Tested up to: 5.2 -Stable tag: 1.9.1 +Stable tag: 1.9.2 Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth. @@ -139,7 +139,7 @@ When the plugin is disabled, your existing images remain optimized. Backups of t == Changelog == = 1.9.2 - 2019/05/16 = -* Fix: Don't display Intercom anymore +* Fix: don’t display support bubble anymore. = 1.9.1 - 2019/05/09 = * Improvement: prevent "Generating missing webp versions" being stuck at 0% in the settings page by displaying a "done/total" label instead.