Enable Media Replace - Version 3.0.5

Version Description

  • Tested with WP 4.6.1
Download this release

Release Info

Developer MungoBBQ
Plugin Icon 128x128 Enable Media Replace
Version 3.0.5
Comparing to
See all releases

Code changes from version 3.0.4 to 3.0.5

Files changed (2) hide show
  1. enable-media-replace.php +1 -1
  2. readme.txt +4 -1
enable-media-replace.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Enable Media Replace
4
  Plugin URI: http://www.mansjonasson.se/enable-media-replace
5
  Description: Enable replacing media files by uploading a new file in the "Edit Media" section of the WordPress Media Library.
6
- Version: 3.0.4
7
  Author: Måns Jonasson
8
  Author URI: http://www.mansjonasson.se
9
 
3
  Plugin Name: Enable Media Replace
4
  Plugin URI: http://www.mansjonasson.se/enable-media-replace
5
  Description: Enable replacing media files by uploading a new file in the "Edit Media" section of the WordPress Media Library.
6
+ Version: 3.0.5
7
  Author: Måns Jonasson
8
  Author URI: http://www.mansjonasson.se
9
 
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: mungobbq
3
  Tags: admin, attachment, media, files
4
  Requires at least: 3.5
5
- Tested up to: 4.4.1
6
  Stable tag: trunk
7
 
8
  Enables replacing attachment files by simply uploading a new file in the media library edit view.
@@ -37,6 +37,9 @@ If you want more control over the format used to display the time, you can use t
37
 
38
  == Changelog ==
39
 
 
 
 
40
  = 3.0.4 =
41
  * Fixed typo in .pt translations (https://github.com/mansj/enable-media-replace/pull/18)
42
  * Fixed better error handling in modification date functions (https://github.com/mansj/enable-media-replace/pull/16)
2
  Contributors: mungobbq
3
  Tags: admin, attachment, media, files
4
  Requires at least: 3.5
5
+ Tested up to: 4.6.1
6
  Stable tag: trunk
7
 
8
  Enables replacing attachment files by simply uploading a new file in the media library edit view.
37
 
38
  == Changelog ==
39
 
40
+ = 3.0.5 =
41
+ * Tested with WP 4.6.1
42
+
43
  = 3.0.4 =
44
  * Fixed typo in .pt translations (https://github.com/mansj/enable-media-replace/pull/18)
45
  * Fixed better error handling in modification date functions (https://github.com/mansj/enable-media-replace/pull/16)