Skip to content

Commit

Permalink
Update the readme file and version numbers for the 4.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobrescu committed Sep 22, 2023
1 parent 46ab46b commit 93b2f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.3
* Version: 4.1.4
* 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.3' );
define( 'EMR_VERSION', '4.1.4' );

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: replace, attachment, media, files, replace image, remove background, repla
Requires at least: 4.9.7
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 4.1.3
Stable tag: 4.1.4

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,11 @@ If you want more control over the format in which the time is shown, you can use

== Changelog ==

= 4.1.4 =

Release date: September 22, 2023
* Fix: The latest security fix was breaking the replacements made with Beaver Builder (and possibly other builders);

= 4.1.3 =

Release date: September 14, 2023
Expand Down

0 comments on commit 93b2f0b

Please sign in to comment.