Skip to content

Commit

Permalink
Update the readme file and version numbers for the 4.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobrescu committed Sep 14, 2023
1 parent 7bc7bab commit df8aa5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions enable-media-replace.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Enable Media Replace
* Plugin URI: https://wordpress.org/plugins/enable-media-replace/
* Description: Enable replacing media files by uploading a new file in the "Edit Media" section of the WordPress Media Library.
* Version: 4.1.2
* Version: 4.1.3
* Author: ShortPixel
* Author URI: https://shortpixel.com
* GitHub Plugin URI: https://github.com/short-pixel-optimizer/enable-media-replace
Expand All @@ -25,7 +25,7 @@
*
*/

define( 'EMR_VERSION', '4.1.2' );
define( 'EMR_VERSION', '4.1.3' );

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: ShortPixel
Donate link: https://www.paypal.me/resizeImage
Tags: replace, attachment, media, files, replace image, remove background, replace jpg, change media, replace media, image, file
Requires at least: 4.9.7
Tested up to: 6.2
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 4.1.2
Stable tag: 4.1.3

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

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

== Changelog ==

= 4.1.3 =

Release date: September 14, 2023
* Fix: A possible PHP Object Injection was patched, which could be exploited under certain conditions;
* Fix: ShortPixel Image Optimizer handles offloading when both plugins are used with WP Offload Media.

= 4.1.2 =

Release date: April 24, 2023
Expand Down

0 comments on commit df8aa5f

Please sign in to comment.