Media Cleaner - Version 6.1.6

Version Description

(2021/02/23) = * Add: Support for Smart Slider.

Download this release

Release Info

Developer TigrouMeow
Plugin Icon 128x128 Media Cleaner
Version 6.1.6
Comparing to
See all releases

Code changes from version 6.1.5 to 6.1.6

Files changed (3) hide show
  1. classes/support.php +4 -0
  2. media-cleaner.php +2 -2
  3. readme.txt +6 -3
classes/support.php CHANGED
@@ -84,6 +84,10 @@ class Meow_WPMC_Support {
84
  array_push( $unsupported, 'Advanced Ads' );
85
  }
86
 
 
 
 
 
87
  return $unsupported;
88
  }
89
  }
84
  array_push( $unsupported, 'Advanced Ads' );
85
  }
86
 
87
+ if ( function_exists( 'smart_slider_3_plugins_loaded' ) ) {
88
+ array_push( $unsupported, 'Smart Slider' );
89
+ }
90
+
91
  return $unsupported;
92
  }
93
  }
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.5
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.5' );
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.6
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.6' );
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.5
9
 
10
  Clean your WordPress Website from unused or broken media entries and files.
11
 
@@ -46,7 +46,7 @@ With the Filesystem Analysis, [Media Cleaner Pro](https://meowapps.com/plugin/me
46
  - Oxygen Builder
47
  - Slider Revolution
48
  - Avia Framework
49
- - And more (Theme X, ZipList Recipe, WP Residence, WCFM MarketPlace, UberMenu...)
50
 
51
  The Live Site option will analyze the online version of your website, which might enhance the accuracy of the Cleaner in edge-cases.
52
 
@@ -75,8 +75,11 @@ Better to be safe than sorry. This plugin deletes files! Therefore, backup is no
75
 
76
  == Changelog ==
77
 
 
 
 
78
  = 6.1.5 (2021/02/13) =
79
- * Add: Suppport for video tags (also used by the Gutenberg block).
80
  * Fix: WebP should be checked even though the content is not being checked.
81
  * Fix: Avoid scan to stop if a warning is sent by the server when using Live Scan.
82
 
5
  Requires at least: 5.0
6
  Tested up to: 5.6
7
  Requires PHP: 5.6
8
+ Stable tag: 6.1.6
9
 
10
  Clean your WordPress Website from unused or broken media entries and files.
11
 
46
  - Oxygen Builder
47
  - Slider Revolution
48
  - Avia Framework
49
+ - And more (Theme X, YooTheme, WP Residence, WCFM MarketPlace, UberMenu, Justified Image Grid, ZipList Recipe, SmartSlider...)
50
 
51
  The Live Site option will analyze the online version of your website, which might enhance the accuracy of the Cleaner in edge-cases.
52
 
75
 
76
  == Changelog ==
77
 
78
+ = 6.1.6 (2021/02/23) =
79
+ * Add: Support for Smart Slider.
80
+
81
  = 6.1.5 (2021/02/13) =
82
+ * Add: Support for video tags (also used by the Gutenberg block).
83
  * Fix: WebP should be checked even though the content is not being checked.
84
  * Fix: Avoid scan to stop if a warning is sent by the server when using Live Scan.
85