Skip to content

Commit

Permalink
Update to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahe committed May 9, 2019
1 parent de83e7a commit c418441
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

**Tested up to:** 4.9.1

**Stable tag:** 3.2.0
**Stable tag:** 3.2.1


## Description ##
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions simple_image_sizes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' ) ) {
Expand Down

0 comments on commit c418441

Please sign in to comment.