Reset WP - Version 1.51

Version Description

  • 2019/01/14
  • effort to move people to WP Reset continues
Download this release

Release Info

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

Code changes from version 1.50 to 1.51

Files changed (2) hide show
  1. readme.txt +9 -5
  2. reset-wp.php +4 -4
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: 5.0
6
  Requires PHP: 5.2
7
- Stable tag: 1.50
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,10 +12,10 @@ Reset WordPress is no longer maintained. Please use WP Reset instead (the one wi
12
 
13
  == Description ==
14
 
15
- **This plugin has a new home in the WordPress repo - <a href="https://wordpress.org/plugins/wp-reset/">wordpress.org/plugins/wp-reset/</a> - Please download it from there. Thank you!** More info about this change is available on the <a href="https://wpreset.com/rebranding-reset-wp/?utm_source=wordpressorg&utm_medium=content&utm_campaign=reset-wp&utm_term=wp%20reset%20blog">WP Reset blog</a>. Please use WP Reset as this plugin is no longer maintained.
16
 
17
 
18
- <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=reset-wp&utm_term=reset%20wordpress">Reset WordPress</a> resets the WP database back to the default installation values without deleting or modifying any files. It's fast and safe to use and an ideal tool for testing during WP development.
19
 
20
  * plugin's page is accessed through the Tools menu or via the main home menu
21
  * no files are touched; plugins, themes, uploads, content - everything stays as is
@@ -24,7 +24,7 @@ Reset WordPress is no longer maintained. Please use WP Reset instead (the one wi
24
  * takes less than 5 seconds to reset even the largest sites
25
  * 2 fail-safe mechanisms are built-in so you can't "reset accidentally"
26
  * very handy for plugin and theme developers
27
- * more info is available on <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=reset-wp&utm_term=wpreset.com">WPreset.com</a>
28
 
29
  Usage :
30
 
@@ -56,6 +56,10 @@ Or if needed, upload manually;
56
 
57
  == Changelog ==
58
 
 
 
 
 
59
  = 1.50 =
60
  * 2018/11/13
61
  * dropped to 30k installations on 2018/11/02
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
 
12
 
13
  == Description ==
14
 
15
+ **This plugin has a new home in the WordPress repo - <a href="https://wordpress.org/plugins/wp-reset/">wordpress.org/plugins/wp-reset/</a> - Please download it from there. Thank you!** More info about this change is available on the <a href="https://wpreset.com/rebranding-reset-wp/">WP Reset blog</a>. Please use WP Reset as this plugin is no longer maintained.
16
 
17
 
18
+ <a href="https://wpreset.com/">Reset WordPress</a> resets the WP database back to the default installation values without deleting or modifying any files. It's fast and safe to use and an ideal tool for testing during WP development.
19
 
20
  * plugin's page is accessed through the Tools menu or via the main home menu
21
  * no files are touched; plugins, themes, uploads, content - everything stays as is
24
  * takes less than 5 seconds to reset even the largest sites
25
  * 2 fail-safe mechanisms are built-in so you can't "reset accidentally"
26
  * very handy for plugin and theme developers
27
+ * more info is available on <a href="https://wpreset.com/">WPreset.com</a>
28
 
29
  Usage :
30
 
56
 
57
  == Changelog ==
58
 
59
+ = 1.51 =
60
+ * 2019/01/14
61
+ * effort to move people to WP Reset continues
62
+
63
  = 1.50 =
64
  * 2018/11/13
65
  * dropped to 30k installations on 2018/11/02
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.50
7
  Author: WebFactory Ltd
8
  Author URI: https://www.webfactoryltd.com/
9
  Text Domain: reset-wp
@@ -145,9 +145,9 @@ class ResetWP {
145
  return;
146
  }
147
 
148
- echo '<div id="message" class="error" style="display: table;"><p><strong>Important! You are using an old &amp; unmaintained plugin - Reset WP</strong><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></p>';
150
- echo '<p><a href="#" id="upgrade-wp-reset" class="button button-primary">Upgrade &amp; switch to WP Reset 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() {
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
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() {