Version Description
(2021/09/23) = * Add: Option to consider Attached Images as In Use. * Update: Sanitized output for admin. * Update: Admin 3.6.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media Cleaner |
Version | 6.2.4 |
Comparing to | |
See all releases |
Code changes from version 6.2.3 to 6.2.4
- 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: https://meowapps.com
|
5 |
Description: Clean your WordPress from unused or broken media entries and files.
|
6 |
-
Version: 6.2.
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: media-cleaner
|
@@ -14,7 +14,7 @@ Originally developed for two of my websites:
|
|
14 |
*/
|
15 |
|
16 |
if ( !defined( 'WPMC_VERSION' ) ) {
|
17 |
-
define( 'WPMC_VERSION', '6.2.
|
18 |
define( 'WPMC_PREFIX', 'wpmc' );
|
19 |
define( 'WPMC_DOMAIN', 'media-cleaner' );
|
20 |
define( 'WPMC_ENTRY', __FILE__ );
|
3 |
Plugin Name: Media Cleaner
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Clean your WordPress from unused or broken media entries and files.
|
6 |
+
Version: 6.2.4
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: media-cleaner
|
14 |
*/
|
15 |
|
16 |
if ( !defined( 'WPMC_VERSION' ) ) {
|
17 |
+
define( 'WPMC_VERSION', '6.2.4' );
|
18 |
define( 'WPMC_PREFIX', 'wpmc' );
|
19 |
define( 'WPMC_DOMAIN', 'media-cleaner' );
|
20 |
define( 'WPMC_ENTRY', __FILE__ );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://meowapps.com/donation/
|
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 7.0
|
8 |
-
Stable tag: 6.2.
|
9 |
|
10 |
Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
|
11 |
|
@@ -75,7 +75,7 @@ Better to be safe than sorry. This plugin deletes files! Therefore, backup is no
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
-
= 6.2.
|
79 |
* Add: Option to consider Attached Images as In Use.
|
80 |
* Update: Sanitized output for admin.
|
81 |
* Update: Admin 3.6.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.8.1
|
7 |
Requires PHP: 7.0
|
8 |
+
Stable tag: 6.2.4
|
9 |
|
10 |
Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
|
11 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 6.2.4 (2021/09/23) =
|
79 |
* Add: Option to consider Attached Images as In Use.
|
80 |
* Update: Sanitized output for admin.
|
81 |
* Update: Admin 3.6.
|