Version Description
- Update: Core was re-organized and cleaned. Ready for nice updates.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media Cleaner |
Version | 3.9.0 |
Comparing to | |
See all releases |
Code changes from version 3.8.0 to 3.9.0
- media-cleaner.php +2 -2
- readme.txt +2 -2
media-cleaner.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Media Cleaner
|
4 |
Plugin URI: http://meowapps.com
|
5 |
Description: Clean your Media Library, many options, trash system.
|
6 |
-
Version: 3.
|
7 |
Author: Jordy Meow
|
8 |
Author URI: http://meowapps.com
|
9 |
Text Domain: media-cleaner
|
@@ -19,7 +19,7 @@ Originally developed for two of my websites:
|
|
19 |
if ( is_admin() ) {
|
20 |
|
21 |
global $wpmc_version;
|
22 |
-
$wpmc_version = '3.
|
23 |
|
24 |
// Admin
|
25 |
require( 'wpmc_admin.php' );
|
3 |
Plugin Name: Media Cleaner
|
4 |
Plugin URI: http://meowapps.com
|
5 |
Description: Clean your Media Library, many options, trash system.
|
6 |
+
Version: 3.9.0
|
7 |
Author: Jordy Meow
|
8 |
Author URI: http://meowapps.com
|
9 |
Text Domain: media-cleaner
|
19 |
if ( is_admin() ) {
|
20 |
|
21 |
global $wpmc_version;
|
22 |
+
$wpmc_version = '3.9.0';
|
23 |
|
24 |
// Admin
|
25 |
require( 'wpmc_admin.php' );
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: management, admin, file, files, images, image, media, library, upload, clean, cleaning
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 3.
|
8 |
|
9 |
Clean your Media Library and Uploads directory. It has an internal trash and recovery features.
|
10 |
|
@@ -51,7 +51,7 @@ It re-creates the Media Cleaner table in the database. You will need to re-run t
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
-
= 3.
|
55 |
* Update: Core was re-organized and cleaned. Ready for nice updates.
|
56 |
|
57 |
= 3.7.0 =
|
4 |
Tags: management, admin, file, files, images, image, media, library, upload, clean, cleaning
|
5 |
Requires at least: 4.2
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 3.9.0
|
8 |
|
9 |
Clean your Media Library and Uploads directory. It has an internal trash and recovery features.
|
10 |
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 3.9.0 =
|
55 |
* Update: Core was re-organized and cleaned. Ready for nice updates.
|
56 |
|
57 |
= 3.7.0 =
|