Version Description
(2022/08/03) = * Fix: Tiny UI issues in Safari.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Media Cleaner |
Version | 6.4.2 |
Comparing to | |
See all releases |
Code changes from version 6.4.1 to 6.4.2
- media-cleaner.php +2 -2
- readme.txt +4 -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.4.
|
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.
|
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.2
|
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.2' );
|
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
|
7 |
Requires PHP: 7.0
|
8 |
-
Stable tag: 6.4.
|
9 |
|
10 |
Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
|
11 |
|
@@ -79,6 +79,9 @@ To make everything perfect, you will also need to clean and optimize your databa
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
82 |
= 6.4.1 (2022/07/25) =
|
83 |
* Add: Select a range of items by using shift.
|
84 |
* Info: New plugin the the family! 🎉 It is simply called Database Cleaner, and it aims to be... the best Database Cleaner! You can find it [here](https://wordpress.org/plugins/database-cleaner).
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.0
|
8 |
+
Stable tag: 6.4.2
|
9 |
|
10 |
Clean your WordPress from unused files, broken media entries. Powerful engine and beautiful UI!
|
11 |
|
79 |
|
80 |
== Changelog ==
|
81 |
|
82 |
+
= 6.4.2 (2022/08/03) =
|
83 |
+
* Fix: Tiny UI issues in Safari.
|
84 |
+
|
85 |
= 6.4.1 (2022/07/25) =
|
86 |
* Add: Select a range of items by using shift.
|
87 |
* Info: New plugin the the family! 🎉 It is simply called Database Cleaner, and it aims to be... the best Database Cleaner! You can find it [here](https://wordpress.org/plugins/database-cleaner).
|