WordPress Reset - Version 1.4.2

Version Description

= 1.3.3 = Fix an issue where a user does not have a user_level

= 1.3.2 = Support PHP versions below 5.3.0, by not using lambda function creation in add_action for admin_notices

= 1.3.1 = Fix sql query, so that _ isn't being used as a single character match

= 1.3 =

Fixes a deprecated notice in WordPress 3.3, removed the $auto_reactivate variable, and look for REACTIVATE_WP_RESET to be defined in wp-config.php, as well as the ability to activate additional plugins using a global $reactivate_wp_reset_additional array defined in wp-config.php

Download this release

Release Info

Developer aristath
Plugin Icon WordPress Reset
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

Files changed (2) hide show
  1. readme.txt +2 -2
  2. wordpress-reset.php +1 -1
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: aristath, sivel
3
  Donate Link: http://aristath.github.io/donate
4
  Tags: wordpress-reset, wordpress, reset, admin
5
  Requires at least: 2.8
6
- Tested up to: 4.9
7
- Stable tag: 1.4.1
8
 
9
  Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
10
 
3
  Donate Link: http://aristath.github.io/donate
4
  Tags: wordpress-reset, wordpress, reset, admin
5
  Requires at least: 2.8
6
+ Tested up to: 5.3
7
+ Stable tag: 1.4.2
8
 
9
  Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
10
 
wordpress-reset.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://sivel.net/wordpress/wordpress-reset/
5
  * Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
6
  * Author: Aristeides Stathopoulos, Matt Martz
7
- * Version: 1.4.1
8
  * Author URI: https://aristeides.com
9
  *
10
  * WordPress Reset is released under the GNU General Public License (GPL)
4
  * Plugin URI: http://sivel.net/wordpress/wordpress-reset/
5
  * Description: Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
6
  * Author: Aristeides Stathopoulos, Matt Martz
7
+ * Version: 1.4.2
8
  * Author URI: https://aristeides.com
9
  *
10
  * WordPress Reset is released under the GNU General Public License (GPL)