Skip to content

Commit

Permalink
Update version to 1.6.2 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Nov 22, 2016
1 parent 3fbc72c commit d621c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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 bandwith using Imagify, the new most advanced image optimization tool.
Version: 1.6.1
Version: 1.6.2
Author: WP Media
Author URI: http://wp-media.me
Licence: GPLv2
Expand All @@ -17,7 +17,7 @@
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );

// Imagify defines
define( 'IMAGIFY_VERSION' , '1.6.1' );
define( 'IMAGIFY_VERSION' , '1.6.2' );
define( 'IMAGIFY_SLUG' , 'imagify' );
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wp_media
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.6.1
Stable tag: 1.6.1
Stable tag: 1.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==
= 1.6.1 =
* Bug Fix
* Correctly display the modal when clicking on the plan suggestion button on bulk optimisation page

= 1.6.1 =
* Bug Fix
* Better offer suggestion when your medias library is bigger than 3GB
Expand Down

0 comments on commit d621c32

Please sign in to comment.