Version Description
- Fix: Little issue when inserting the serial key for the first time.
- Update: Compliance with the WordPress.org rules, new licensing system.
- Update: Moved assets.
- Info: There will be an important warning showing up during this update. It is an important annoucement.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media Cleaner |
Version | 3.7.0 |
Comparing to | |
See all releases |
Code changes from version 3.6.9 to 3.7.0
- media-cleaner.php +3 -3
- 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
|
@@ -37,7 +37,7 @@ register_uninstall_hook( __FILE__, 'wpmc_uninstall' );
|
|
37 |
require( 'wpmc_admin.php' );
|
38 |
|
39 |
global $wpmc_admin, $wpmc_debug, $wpmc_exclude_dir, $wpmc_version;
|
40 |
-
$wpmc_version = '3.
|
41 |
$wpmc_debug = false;
|
42 |
$disable_meowapps = false;
|
43 |
$wpmc_admin = new Meow_MediaCleaner_Admin();
|
@@ -1004,7 +1004,7 @@ function wpmc_uninstall () {
|
|
1004 |
|
1005 |
function wpmc_wp_enqueue_scripts () {
|
1006 |
wp_enqueue_style( 'media-cleaner-css', plugins_url( '/media-cleaner.css', __FILE__ ) );
|
1007 |
-
wp_enqueue_script( 'media-cleaner', plugins_url( '/media-cleaner.js', __FILE__ ), array( 'jquery' ), "3.
|
1008 |
}
|
1009 |
|
1010 |
/*******************************************************************************
|
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.0
|
7 |
Author: Jordy Meow
|
8 |
Author URI: http://meowapps.com
|
9 |
Text Domain: media-cleaner
|
37 |
require( 'wpmc_admin.php' );
|
38 |
|
39 |
global $wpmc_admin, $wpmc_debug, $wpmc_exclude_dir, $wpmc_version;
|
40 |
+
$wpmc_version = '3.7.0';
|
41 |
$wpmc_debug = false;
|
42 |
$disable_meowapps = false;
|
43 |
$wpmc_admin = new Meow_MediaCleaner_Admin();
|
1004 |
|
1005 |
function wpmc_wp_enqueue_scripts () {
|
1006 |
wp_enqueue_style( 'media-cleaner-css', plugins_url( '/media-cleaner.css', __FILE__ ) );
|
1007 |
+
wp_enqueue_script( 'media-cleaner', plugins_url( '/media-cleaner.js', __FILE__ ), array( 'jquery' ), "3.7.0", true );
|
1008 |
}
|
1009 |
|
1010 |
/*******************************************************************************
|
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 |
|
@@ -53,7 +53,7 @@ It re-creates the Media Cleaner table in the database. You will need to re-run t
|
|
53 |
|
54 |
== Changelog ==
|
55 |
|
56 |
-
= 3.
|
57 |
* Fix: Little issue when inserting the serial key for the first time.
|
58 |
* Update: Compliance with the WordPress.org rules, new licensing system.
|
59 |
* Update: Moved assets.
|
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.7.0
|
8 |
|
9 |
Clean your Media Library and Uploads directory. It has an internal trash and recovery features.
|
10 |
|
53 |
|
54 |
== Changelog ==
|
55 |
|
56 |
+
= 3.7.0 =
|
57 |
* Fix: Little issue when inserting the serial key for the first time.
|
58 |
* Update: Compliance with the WordPress.org rules, new licensing system.
|
59 |
* Update: Moved assets.
|