WP-Optimize - Version 1.8.9.10

Version Description

  • Security Patch - Update your plugin.
  • Security Patch provided by Dion at WordPress.org and Security report provided by http://planetzuda.com .
  • Language files update
Download this release

Release Info

Developer ruhanirabin
Plugin Icon 128x128 WP-Optimize
Version 1.8.9.10
Comparing to
See all releases

Code changes from version 1.8.9.9 to 1.8.9.10

Files changed (2) hide show
  1. readme.txt +3 -3
  2. wp-optimize.php +2 -2
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === WP-Optimize ===
2
  Contributors: ruhanirabin
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTCMF6JDX94QS
4
  Tags: comments, spam, optimize, database, revisions, users, posts, trash, schedule, automatic, clean, phpmyadmin, meta, postmeta, responsive, mobile
5
  Requires at least: 4
6
  Tested up to: 4.2
7
- Stable tag: 1.8.9.9
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -153,7 +153,7 @@ Please check your database for corrupted tables. That can happen, usually your w
153
 
154
  == Changelog ==
155
 
156
- = 1.8.9.9 =
157
  * Security Patch - Update your plugin.
158
  * Security Patch provided by Dion at WordPress.org and Security report provided by http://planetzuda.com .
159
  * Language files update
1
+ === WP-Optimize ===
2
  Contributors: ruhanirabin
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LTCMF6JDX94QS
4
  Tags: comments, spam, optimize, database, revisions, users, posts, trash, schedule, automatic, clean, phpmyadmin, meta, postmeta, responsive, mobile
5
  Requires at least: 4
6
  Tested up to: 4.2
7
+ Stable tag: 1.8.9.10
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
153
 
154
  == Changelog ==
155
 
156
+ = 1.8.9.10 =
157
  * Security Patch - Update your plugin.
158
  * Security Patch provided by Dion at WordPress.org and Security report provided by http://planetzuda.com .
159
  * Language files update
wp-optimize.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP-Optimize
4
  Plugin URI: http://wp-optimize.ruhanirabin.com/
5
  Description: This plugin helps you to keep your database clean by removing post revisions and spams in a blaze. Additionally it allows you to run optimize command on your WordPress core tables (use with caution).
6
- Version: 1.8.9.8
7
  Author: Ruhani Rabin
8
  Author URI: https://github.com/ruhanirabin/WP-Optimize
9
  Text Domain: wp-optimize
@@ -45,7 +45,7 @@ global $current_user;
45
  error_reporting( error_reporting() & ~E_NOTICE );
46
 
47
  if (! defined('WPO_VERSION'))
48
- define('WPO_VERSION', '1.8.9.9');
49
 
50
  if (! defined('WPO_PLUGIN_MAIN_PATH'))
51
  define('WPO_PLUGIN_MAIN_PATH', plugin_dir_path( __FILE__ ));
3
  Plugin Name: WP-Optimize
4
  Plugin URI: http://wp-optimize.ruhanirabin.com/
5
  Description: This plugin helps you to keep your database clean by removing post revisions and spams in a blaze. Additionally it allows you to run optimize command on your WordPress core tables (use with caution).
6
+ Version: 1.8.9.10
7
  Author: Ruhani Rabin
8
  Author URI: https://github.com/ruhanirabin/WP-Optimize
9
  Text Domain: wp-optimize
45
  error_reporting( error_reporting() & ~E_NOTICE );
46
 
47
  if (! defined('WPO_VERSION'))
48
+ define('WPO_VERSION', '1.8.9.10');
49
 
50
  if (! defined('WPO_PLUGIN_MAIN_PATH'))
51
  define('WPO_PLUGIN_MAIN_PATH', plugin_dir_path( __FILE__ ));