Version Description
Download this release
Release Info
Developer | GamerZ |
Plugin | WP-Sweep |
Version | 1.0.12 |
Comparing to | |
See all releases |
Code changes from version 1.0.11 to 1.0.12
- readme.txt +2 -2
- wp-sweep.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://lesterchan.net/site/donation/
|
|
4 |
Tags: sweep, clean, cleanup, clean up, optimize, orphan, unused, duplicated, posts, post meta, comments, comment meta, users, user meta, terms, term meta, term relationships, revisions, auto drafts, transient, database, tables, oembed
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -65,7 +65,7 @@ WP-Sweep is not compatible with the following plugins:
|
|
65 |
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
|
66 |
|
67 |
## Changelog
|
68 |
-
### 1.0.
|
69 |
* NEw: Bump to WordPress 4.9
|
70 |
* NEW: Update README to incompatible plugins
|
71 |
|
4 |
Tags: sweep, clean, cleanup, clean up, optimize, orphan, unused, duplicated, posts, post meta, comments, comment meta, users, user meta, terms, term meta, term relationships, revisions, auto drafts, transient, database, tables, oembed
|
5 |
Requires at least: 4.4
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.0.12
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
65 |
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
|
66 |
|
67 |
## Changelog
|
68 |
+
### 1.0.12
|
69 |
* NEw: Bump to WordPress 4.9
|
70 |
* NEW: Update README to incompatible plugins
|
71 |
|
wp-sweep.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP-Sweep
|
4 |
Plugin URI: https://lesterchan.net/portfolio/programming/php/
|
5 |
Description: WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It cleans up revisions, auto drafts, unapproved comments, spam comments, trashed comments, orphan post meta, orphan comment meta, orphan user meta, orphan term relationships, unused terms, duplicated post meta, duplicated comment meta, duplicated user meta and transient options. It also optimizes your database tables.
|
6 |
-
Version: 1.0.
|
7 |
Author: Lester 'GaMerZ' Chan
|
8 |
Author URI: https://lesterchan.net
|
9 |
Text Domain: wp-sweep
|
@@ -32,7 +32,7 @@ License: GPL2
|
|
32 |
*
|
33 |
* @since 1.0.0
|
34 |
*/
|
35 |
-
define( 'WP_SWEEP_VERSION', '1.0.
|
36 |
|
37 |
/**
|
38 |
* WP-Sweep class
|
3 |
Plugin Name: WP-Sweep
|
4 |
Plugin URI: https://lesterchan.net/portfolio/programming/php/
|
5 |
Description: WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It cleans up revisions, auto drafts, unapproved comments, spam comments, trashed comments, orphan post meta, orphan comment meta, orphan user meta, orphan term relationships, unused terms, duplicated post meta, duplicated comment meta, duplicated user meta and transient options. It also optimizes your database tables.
|
6 |
+
Version: 1.0.12
|
7 |
Author: Lester 'GaMerZ' Chan
|
8 |
Author URI: https://lesterchan.net
|
9 |
Text Domain: wp-sweep
|
32 |
*
|
33 |
* @since 1.0.0
|
34 |
*/
|
35 |
+
define( 'WP_SWEEP_VERSION', '1.0.12' );
|
36 |
|
37 |
/**
|
38 |
* WP-Sweep class
|