Skip to content

Commit b62fe74

Browse files
committed
Release 3.2.4
1 parent ae8c924 commit b62fe74

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
**Requires at least:** 3.5
99

10-
**Tested up to:** 6.5.3
10+
**Tested up to:** 6.7.1
1111

12-
**Stable tag:** 3.2.3
12+
**Stable tag:** 3.2.4
1313

1414

1515
## Description ##
@@ -58,6 +58,8 @@ And then you can choose if the image is displayed on the media insertion or not
5858
![](https://raw.githubusercontent.com/Rahe/Simple-image-sizes/master/screenshot-3.png)
5959

6060
## Changelog ##
61+
* 3.2.4
62+
* Security fix on image size name displayed into media page. Props JPCERT.
6163
* 3.2.3
6264
* Update minimum php version to 8.0
6365
* Fix vendor error with composer, case sensitive problems

readme.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: Rahe
33
Donate link: http://www.beapi.fr/donate/
44
Tags: images, image, custom sizes, custom images, thumbnail regenerate, thumbnail, regenerate
55
Requires at least: 3.5
6-
Tested up to: 6.5
7-
Stable tag: 3.2.3
6+
Tested up to: 6.7.1
7+
Stable tag: 3.2.4
88
Requires PHP: 8.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -49,6 +49,8 @@ And then you can choose if the image is displayed on the media insertion or not
4949
3. Choose the sizes to regenerate and regenerate them
5050

5151
== Changelog ==
52+
* 3.2.4
53+
* Security fix on image size name displayed into media page. Props JPCERT.
5254
* 3.2.3
5355
* Update minimum php version to 8.0
5456
* Fix vendor error with composer, case sensitive problems

simple_image_sizes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Simple Image Sizes
44
Plugin URI: https://github.com/Rahe/simple-image-sizes
55
Description: Add options in media setting page for images sizes
6-
Version: 3.2.3
6+
Version: 3.2.4
77
Author: Rahe
88
Author URI: http://nicolas-juen.fr
99
Text Domain: simple-image-sizes
@@ -35,7 +35,7 @@
3535

3636
define( 'SIS_URL', plugin_dir_url( __FILE__ ) );
3737
define( 'SIS_DIR', plugin_dir_path( __FILE__ ) );
38-
define( 'SIS_VERSION', '3.2.3' );
38+
define( 'SIS_VERSION', '3.2.4' );
3939
define( 'SIS_OPTION', 'custom_image_sizes' );
4040

4141
if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)