Version Description
Download this release
Release Info
Developer | MungoBBQ |
Plugin | Enable Media Replace |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- popup.php +1 -1
- readme.txt +3 -1
popup.php
CHANGED
@@ -23,7 +23,7 @@ $current_filename = substr($current_filename, (strrpos($current_filename, "/") +
|
|
23 |
|
24 |
?><html>
|
25 |
<head>
|
26 |
-
<title><?=__("Replace media upload")?></
|
27 |
|
28 |
<link rel='stylesheet' href='<?=get_bloginfo("wpurl");?>/wp-admin/css/global.css?ver=20081210' type='text/css' media='all' />
|
29 |
<link rel='stylesheet' href='<?=get_bloginfo("wpurl");?>/wp-admin/wp-admin.css?ver=20081210' type='text/css' media='all' />
|
23 |
|
24 |
?><html>
|
25 |
<head>
|
26 |
+
<title><?=__("Replace media upload")?></title>
|
27 |
|
28 |
<link rel='stylesheet' href='<?=get_bloginfo("wpurl");?>/wp-admin/css/global.css?ver=20081210' type='text/css' media='all' />
|
29 |
<link rel='stylesheet' href='<?=get_bloginfo("wpurl");?>/wp-admin/wp-admin.css?ver=20081210' type='text/css' media='all' />
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: mungobbq
|
3 |
Tags: admin, attachment, media, files
|
4 |
Requires at least: 2.7
|
5 |
-
Tested up to: 2.
|
6 |
Stable tag: 1.0
|
7 |
|
8 |
Enables replacing attachment files by simply uploading a new file in the media library edit view.
|
@@ -22,6 +22,8 @@ This plugin is very powerful and a must-have for any larger sites built with Wor
|
|
22 |
|
23 |
Changes:
|
24 |
|
|
|
|
|
25 |
1.0 First stable version of plugin.
|
26 |
|
27 |
== Installation ==
|
2 |
Contributors: mungobbq
|
3 |
Tags: admin, attachment, media, files
|
4 |
Requires at least: 2.7
|
5 |
+
Tested up to: 2.8.2
|
6 |
Stable tag: 1.0
|
7 |
|
8 |
Enables replacing attachment files by simply uploading a new file in the media library edit view.
|
22 |
|
23 |
Changes:
|
24 |
|
25 |
+
1.1 Minor bugfix, now working with IE8 too!
|
26 |
+
|
27 |
1.0 First stable version of plugin.
|
28 |
|
29 |
== Installation ==
|