diff --git a/readme.md b/readme.md index 348b671..a3f2a75 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ **Tested up to:** 4.9.1 -**Stable tag:** 3.2.0 +**Stable tag:** 3.2.1 ## Description ## @@ -64,6 +64,9 @@ And then you can choose if the image is displayed on the media insertion or not ](http://s.wordpress.org/extend/plugins/simple-image-sizes/screenshot-3.png) ## Changelog ## +* 3.2.1 + * Remove the .git file + * Add phpcs file * 3.2.0 * Compatibility to 4.9.X * Reformat code and improve maintenability diff --git a/readme.txt b/readme.txt index 84cc225..d084cab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.beapi.fr/donate/ Tags: images, image, custom sizes, custom images, thumbnail regenerate, thumbnail, regenerate Requires at least: 3.5 Tested up to: 4.9.1 -Stable tag: 3.2.0 +Stable tag: 3.2.1 Requires PHP: 5.6.33 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -49,6 +49,9 @@ And then you can choose if the image is displayed on the media insertion or not 3. Choose the sizes to regenerate and regenerate them == Changelog == +* 3.2.1 + * Remove the .git file + * Add phpcs file * 3.2.0 * Compatibility to 4.9.X * Reformat and clean some code and improve maintenability diff --git a/simple_image_sizes.php b/simple_image_sizes.php index ffe49c6..e8b8d2b 100644 --- a/simple_image_sizes.php +++ b/simple_image_sizes.php @@ -3,7 +3,7 @@ Plugin Name: Simple Image Sizes Plugin URI: https://github.com/Rahe/simple-image-sizes Description: Add options in media setting page for images sizes -Version: 3.2.0 +Version: 3.2.1 Author: Rahe Author URI: http://nicolas-juen.fr Text Domain: simple-image-sizes @@ -30,7 +30,7 @@ define( 'SIS_URL', plugin_dir_url( __FILE__ ) ); define( 'SIS_DIR', plugin_dir_path( __FILE__ ) ); -define( 'SIS_VERSION', '3.2.0' ); +define( 'SIS_VERSION', '3.2.1' ); define( 'SIS_OPTION', 'custom_image_sizes' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {