Media Cleaner - Version 6.4.9

Version Description

(2022/10/24) = * Fix: Improved (and fixed) the accuracy of the explanation displayed before the scan. * Note: Please try my new Database Cleaner! You'll love it!

Download this release

Release Info

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

Code changes from version 6.4.8 to 6.4.9

Files changed (2) hide show
  1. media-cleaner.php +2 -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.4.7
7
  Author: Jordy Meow
8
  Author URI: https://jordymeow.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.4.7' );
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.4.9
7
  Author: Jordy Meow
8
  Author URI: https://jordymeow.com
9
  Text Domain: media-cleaner
14
  */
15
 
16
  if ( !defined( 'WPMC_VERSION' ) ) {
17
+ define( 'WPMC_VERSION', '6.4.9' );
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: 6.0.1
7
  Requires PHP: 7.0
8
- Stable tag: 6.4.8
9
 
10
  Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
11
 
@@ -84,7 +84,7 @@ To make everything perfect, you will also need to clean and optimize your databa
84
 
85
  == Changelog ==
86
 
87
- = 6.4.8 (2022/10/24) =
88
  * Fix: Improved (and fixed) the accuracy of the explanation displayed before the scan.
89
  * Note: Please try my new [Database Cleaner](https://wordpress.org/plugins/database-cleaner/)! You'll love it!
90
 
5
  Requires at least: 5.0
6
  Tested up to: 6.0.1
7
  Requires PHP: 7.0
8
+ Stable tag: 6.4.9
9
 
10
  Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
11
 
84
 
85
  == Changelog ==
86
 
87
+ = 6.4.9 (2022/10/24) =
88
  * Fix: Improved (and fixed) the accuracy of the explanation displayed before the scan.
89
  * Note: Please try my new [Database Cleaner](https://wordpress.org/plugins/database-cleaner/)! You'll love it!
90