diff --git a/imagify.php b/imagify.php index be30a0a2d..68910c7ac 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.8.0.1 + * Version: 1.8.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.8.0.1' ); +define( 'IMAGIFY_VERSION' , '1.8.1' ); define( 'IMAGIFY_WP_MIN' , '4.0' ); define( 'IMAGIFY_SLUG' , 'imagify' ); define( 'IMAGIFY_FILE' , __FILE__ ); diff --git a/package.json b/package.json index 0fe81fc5a..5e39bc4e1 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.8.0.1", + "version": "1.8.1", "homepage": "https://wordpress.org/plugins/imagify/", "license": "GPL-2.0", "private": true, diff --git a/readme.txt b/readme.txt index ca09dfed6..224cd5355 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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: 4.9.6 -Stable tag: 1.8.0.1 +Tested up to: 4.9.7 +Stable tag: 1.8.1 Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth. @@ -138,6 +138,13 @@ When the plugin is disabled, your existing images remain optimized. Backups of t 4. Other Media Page == Changelog == += 1.8.1 - 2018/07/18 = +* Imagify now requires WordPress 4.0 at least! This value may increase in the future, like required php version. +* Bug Fix: improved support of sites having the "wp-content" folder outside WordPress folder. +* Bug Fix: improved the plan recommendation tool: better choices, and pre-select only what is needed. +* Bug fix: fixed a wrong color on a quota bar. +* Lots of various small fixes and code improvements. + = 1.8.0.1 - 2018/06/19 = * Bug Fix: issue on some sites displaying a "no php extension available".