Enable Media Replace - Version 3.1

Version Description

  • Got rid of some pesky old code, and added some better filtering options, thanks to GitHub users speerface, aaemnnosttv, and ururk
  • Brand new, shiny code to replace other image sizes in embeded media, thanks to GitHub user ianmjones!
  • Tested with WP 4.8
Download this release

Release Info

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

Code changes from version 3.0.6 to 3.1

assets/banner-1544x500.jpg ADDED
Binary file
assets/banner-772x250.jpg ADDED
Binary file
assets/icon-128x128.png ADDED
Binary file
assets/icon-256x256.png ADDED
Binary file
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.6
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.1
7
  Author: Måns Jonasson
8
  Author URI: http://www.mansjonasson.se
9
 
popup.php CHANGED
@@ -2,8 +2,8 @@
2
  /**
3
  * Uploadscreen for selecting and uploading new media file
4
  *
5
- * @author M�ns Jonasson <http://www.mansjonasson.se>
6
- * @copyright M�ns Jonasson 13 sep 2010
7
  * @version $Revision: 2303 $ | $Date: 2010-09-13 11:12:35 +0200 (ma, 13 sep 2010) $
8
  * @package wordpress
9
  * @subpackage enable-media-replace
2
  /**
3
  * Uploadscreen for selecting and uploading new media file
4
  *
5
+ * @author Måns Jonasson <http://www.mansjonasson.se>
6
+ * @copyright Måns Jonasson 13 sep 2010
7
  * @version $Revision: 2303 $ | $Date: 2010-09-13 11:12:35 +0200 (ma, 13 sep 2010) $
8
  * @package wordpress
9
  * @subpackage enable-media-replace
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: mungobbq
3
  Tags: admin, attachment, media, files
4
  Requires at least: 4.0
5
- Tested up to: 4.7.2
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,11 @@ If you want more control over the format used to display the time, you can use t
37
 
38
  == Changelog ==
39
 
 
 
 
 
 
40
  = 3.0.6 =
41
  * Tested with WP 4.7.2
42
  * New PT translations (thanks Pedro Mendonca! https://github.com/mansj/enable-media-replace/commit/b6e63b9a8a3ae46b3a6664bd5bbf19b2beaf9d3f)
2
  Contributors: mungobbq
3
  Tags: admin, attachment, media, files
4
  Requires at least: 4.0
5
+ Tested up to: 4.8
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.1 =
41
+ * Got rid of some pesky old code, and added some better filtering options, thanks to GitHub users speerface, aaemnnosttv, and ururk
42
+ * Brand new, shiny code to replace other image sizes in embeded media, thanks to GitHub user ianmjones!
43
+ * Tested with WP 4.8
44
+
45
  = 3.0.6 =
46
  * Tested with WP 4.7.2
47
  * New PT translations (thanks Pedro Mendonca! https://github.com/mansj/enable-media-replace/commit/b6e63b9a8a3ae46b3a6664bd5bbf19b2beaf9d3f)