Skip to content

Commit df8aa5f

Browse files
committed
Update the readme file and version numbers for the 4.1.3 release
1 parent 7bc7bab commit df8aa5f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

enable-media-replace.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Enable Media Replace
44
* Plugin URI: https://wordpress.org/plugins/enable-media-replace/
55
* Description: Enable replacing media files by uploading a new file in the "Edit Media" section of the WordPress Media Library.
6-
* Version: 4.1.2
6+
* Version: 4.1.3
77
* Author: ShortPixel
88
* Author URI: https://shortpixel.com
99
* GitHub Plugin URI: https://github.com/short-pixel-optimizer/enable-media-replace
@@ -25,7 +25,7 @@
2525
*
2626
*/
2727

28-
define( 'EMR_VERSION', '4.1.2' );
28+
define( 'EMR_VERSION', '4.1.3' );
2929

3030
if ( ! defined( 'ABSPATH' ) ) {
3131
exit; // Exit if accessed directly.

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: ShortPixel
33
Donate link: https://www.paypal.me/resizeImage
44
Tags: replace, attachment, media, files, replace image, remove background, replace jpg, change media, replace media, image, file
55
Requires at least: 4.9.7
6-
Tested up to: 6.2
6+
Tested up to: 6.3
77
Requires PHP: 5.6
8-
Stable tag: 4.1.2
8+
Stable tag: 4.1.3
99

1010
Easily replace any attached image/file by simply uploading a new file in the Media Library edit view - a real time saver!
1111

@@ -69,6 +69,12 @@ If you want more control over the format in which the time is shown, you can use
6969

7070
== Changelog ==
7171

72+
= 4.1.3 =
73+
74+
Release date: September 14, 2023
75+
* Fix: A possible PHP Object Injection was patched, which could be exploited under certain conditions;
76+
* Fix: ShortPixel Image Optimizer handles offloading when both plugins are used with WP Offload Media.
77+
7278
= 4.1.2 =
7379

7480
Release date: April 24, 2023

0 commit comments

Comments
 (0)