Version Description
- Bug fix, fixed typo in popup.php, thanks to Bill Dennen and others for pointing this out!
Download this release
Release Info
| Developer | MungoBBQ |
| Plugin | |
| Version | 2.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.1 to 2.2
- enable-media-replace.php +1 -1
- popup.php +1 -1
- readme.txt +3 -0
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: 2.
|
| 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: 2.2
|
| 7 |
Author: Måns Jonasson
|
| 8 |
Author URI: http://www.mansjonasson.se
|
| 9 |
|
popup.php
CHANGED
|
@@ -24,7 +24,7 @@ $current_filename = substr($current_filename, (strrpos($current_filename, "/") +
|
|
| 24 |
<?php
|
| 25 |
$formurl = get_bloginfo("wpurl") . "/wp-content/plugins/enable-media-replace/upload.php";
|
| 26 |
if (FORCE_SSL_ADMIN) {
|
| 27 |
-
$
|
| 28 |
}
|
| 29 |
?>
|
| 30 |
|
| 24 |
<?php
|
| 25 |
$formurl = get_bloginfo("wpurl") . "/wp-content/plugins/enable-media-replace/upload.php";
|
| 26 |
if (FORCE_SSL_ADMIN) {
|
| 27 |
+
$formurl = str_replace("http:", "https:", $formurl);
|
| 28 |
}
|
| 29 |
?>
|
| 30 |
|
readme.txt
CHANGED
|
@@ -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 |
= 2.1 =
|
| 41 |
* New shortcode - display file modification date on your site (see description for more info)
|
| 42 |
* A couple of bug fixes for final release of 3.0 - Thanks to Jim Isaacs for pointing them out!
|
| 37 |
|
| 38 |
== Changelog ==
|
| 39 |
|
| 40 |
+
= 2.2 =
|
| 41 |
+
* Bug fix, fixed typo in popup.php, thanks to Bill Dennen and others for pointing this out!
|
| 42 |
+
|
| 43 |
= 2.1 =
|
| 44 |
* New shortcode - display file modification date on your site (see description for more info)
|
| 45 |
* A couple of bug fixes for final release of 3.0 - Thanks to Jim Isaacs for pointing them out!
|
