Version Description
(2021/02/13) = * Fix: WebP should be checked even though the content is not being checked. * Fix: Avoid scan to stop if a warning is sent by the server when using Live Scan.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media Cleaner |
Version | 6.1.4 |
Comparing to | |
See all releases |
Code changes from version 6.1.3 to 6.1.4
- media-cleaner.php +2 -2
- readme.txt +5 -1
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.1.
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: media-cleaner
|
@@ -13,7 +13,7 @@ Originally developed for two of my websites:
|
|
13 |
- Haikyo (https://haikyo.org)
|
14 |
*/
|
15 |
|
16 |
-
define( 'WPMC_VERSION', '6.1.
|
17 |
define( 'WPMC_PREFIX', 'wpmc' );
|
18 |
define( 'WPMC_DOMAIN', 'media-cleaner' );
|
19 |
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.1.4
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: media-cleaner
|
13 |
- Haikyo (https://haikyo.org)
|
14 |
*/
|
15 |
|
16 |
+
define( 'WPMC_VERSION', '6.1.4' );
|
17 |
define( 'WPMC_PREFIX', 'wpmc' );
|
18 |
define( 'WPMC_DOMAIN', 'media-cleaner' );
|
19 |
define( 'WPMC_ENTRY', __FILE__ );
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://commerce.coinbase.com/checkout/d047546a-77a8-41c8-9ea9-4a95
|
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.6
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 6.1.
|
9 |
|
10 |
Clean your WordPress Website from unused or broken media entries and files.
|
11 |
|
@@ -75,6 +75,10 @@ Better to be safe than sorry. This plugin deletes files! Therefore, backup is no
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
|
|
78 |
= 6.1.3 (2021/01/13) =
|
79 |
* Add: Title of the Media Entry in the Cleaner Dashboard.
|
80 |
* Add: Link to Image directly from Dashboard for a quick check.
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 5.6
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 6.1.4
|
9 |
|
10 |
Clean your WordPress Website from unused or broken media entries and files.
|
11 |
|
75 |
|
76 |
== Changelog ==
|
77 |
|
78 |
+
= 6.1.4 (2021/02/13) =
|
79 |
+
* Fix: WebP should be checked even though the content is not being checked.
|
80 |
+
* Fix: Avoid scan to stop if a warning is sent by the server when using Live Scan.
|
81 |
+
|
82 |
= 6.1.3 (2021/01/13) =
|
83 |
* Add: Title of the Media Entry in the Cleaner Dashboard.
|
84 |
* Add: Link to Image directly from Dashboard for a quick check.
|