Reset WP - Version 1.55

Version Description

  • 2019/02/19
  • effort to move people to WP Reset continues
  • dropped to 20k installations on 2019/01/21
Download this release

Release Info

Developer WebFactory
Plugin Icon 128x128 Reset WP
Version 1.55
Comparing to
See all releases

Code changes from version 1.51 to 1.55

Files changed (2) hide show
  1. readme.txt +7 -2
  2. reset-wp.php +7 -7
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: WebFactory, WPreset, underconstructionpage, googlemapswidget, securityninja
3
  Tags: reset wp, reset wordpress, wordpress reset, wp reset, reset, restart wordpress, clean wordpress, clean database, restart, reset database, default wordpress, developer
4
  Requires at least: 4.0
5
- Tested up to: 4.9
6
  Requires PHP: 5.2
7
- Stable tag: 1.51
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -56,6 +56,11 @@ Or if needed, upload manually;
56
 
57
  == Changelog ==
58
 
 
 
 
 
 
59
  = 1.51 =
60
  * 2019/01/14
61
  * effort to move people to WP Reset continues
2
  Contributors: WebFactory, WPreset, underconstructionpage, googlemapswidget, securityninja
3
  Tags: reset wp, reset wordpress, wordpress reset, wp reset, reset, restart wordpress, clean wordpress, clean database, restart, reset database, default wordpress, developer
4
  Requires at least: 4.0
5
+ Tested up to: 5.1
6
  Requires PHP: 5.2
7
+ Stable tag: 1.55
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
56
 
57
  == Changelog ==
58
 
59
+ = 1.55 =
60
+ * 2019/02/19
61
+ * effort to move people to WP Reset continues
62
+ * dropped to 20k installations on 2019/01/21
63
+
64
  = 1.51 =
65
  * 2019/01/14
66
  * effort to move people to WP Reset continues
reset-wp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Reset WP
4
  Plugin URI: https://wpreset.com
5
  Description: Reset the WordPress database to the default installation values including all content and customizations. This plugin will soon be removed from the WP repository and replaced with WP Reset.
6
- Version: 1.51
7
  Author: WebFactory Ltd
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: reset-wp
@@ -28,7 +28,7 @@ if ( is_admin() ) {
28
  define( 'REACTIVATE_THE_RESET_WP', true );
29
 
30
  class ResetWP {
31
- static $version = 1.45;
32
 
33
  function __construct() {
34
  add_action( 'admin_menu', array( $this, 'add_page' ) );
@@ -145,9 +145,9 @@ class ResetWP {
145
  return;
146
  }
147
 
148
- echo '<div id="message" class="error" style="display: table; margin: 35px 0; padding: 10px; border: 4px solid #dc3232;"><p><strong>Important! You are using an old &amp; unmaintained plugin - Reset WP</strong><br><br>';
149
- echo 'This is not an advertisement, or a pro upgrade nag. We no longer maintain Reset WP and you should stop using it.<br>Please switch to WP Reset which is fully compatible with your version of WP. It is a one-click action, nothing else is required; <a href="' . admin_url( 'tools.php?page=reset-wp' ) . '">read more.</a><br><br></p>';
150
- echo '<p><a href="#" id="upgrade-wp-reset" class="button button-primary">Update to a stable &amp; maintained plugin NOW</a> <i>This notice will go away once you stop using Reset WP.</i></p></div>';
151
  } // admin_notices_upgrade
152
 
153
  function upgrade_footer() {
@@ -278,8 +278,8 @@ class ResetWP {
278
  </tr>
279
  <tr>
280
  <td>number of users</td>
281
- <td>30,000</td>
282
- <td>60,000+</td>
283
  </tr>
284
  <tr>
285
  <td>site reset function</td>
3
  Plugin Name: Reset WP
4
  Plugin URI: https://wpreset.com
5
  Description: Reset the WordPress database to the default installation values including all content and customizations. This plugin will soon be removed from the WP repository and replaced with WP Reset.
6
+ Version: 1.55
7
  Author: WebFactory Ltd
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: reset-wp
28
  define( 'REACTIVATE_THE_RESET_WP', true );
29
 
30
  class ResetWP {
31
+ static $version = 1.55;
32
 
33
  function __construct() {
34
  add_action( 'admin_menu', array( $this, 'add_page' ) );
145
  return;
146
  }
147
 
148
+ echo '<div id="message" class="error" style="display: table; margin: 50px auto; padding: 30px; border: 4px solid #dc3232;"><p style="font-size:16px;"><strong style="font-size: 17px;">Important! This is NOT an ad! We\'re not selling anything. You are using an old &amp; unmaintained plugin - Reset WP</strong><br><br>';
149
+ echo 'This is not an advertisement, or a pro upgrade nag. Reset WP is no longer maintained and you have to stop using it.<br>Please switch to <a href="https://wordpress.org/plugins/wp-reset/" target="_blank">WP Reset</a> <span class="dashicons dashicons-external"></span> which is fully compatible with your version of WP. It is a one-click action, nothing else is required; <a href="' . admin_url( 'tools.php?page=reset-wp' ) . '">read more.</a><br><br></p>';
150
+ echo '<p style="font-size:16px;"><a href="#" style="font-size:16px;" id="upgrade-wp-reset" class="button button-primary">Update to a stable &amp; maintained plugin NOW</a> <i>This notice will go away once you stop using Reset WP.</i></p></div>';
151
  } // admin_notices_upgrade
152
 
153
  function upgrade_footer() {
278
  </tr>
279
  <tr>
280
  <td>number of users</td>
281
+ <td>20,000</td>
282
+ <td>100,000+</td>
283
  </tr>
284
  <tr>
285
  <td>site reset function</td>