PluginProbe
WP Reset / 1.83
WP Reset v1.83
trunk 1.0 1.1 1.11 1.20 1.25 1.30 1.35 1.40 1.45 1.50 1.55 1.60 1.65 1.70 1.75 1.77 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.90 All 42 releases
wp-reset / readme.txt

readme.txt in WP Reset 1.83, at readme.txt

274 lines 12.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === WP Reset - Most Advanced WordPress Reset Tool ===
2 Tags: wordpress reset, reset database, reset wordpress database, reset, advanced wordpress reset, restart wordpress, clean wordpress, default wp, default wordpress, reset wp, wp reset, developer, wp-cli, backup, database backup
3 Contributors: WebFactory
4 Requires at least: 4.0
5 Requires PHP: 5.2
6 Tested up to: 5.6
7 Stable tag: 1.83
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11 WP Reset resets the entire site or selected parts using advanced reset options to default values. 100% safe to use with built-in restore function.
12
13 == Description ==
14
15 <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=wp-reset-top">WP Reset</a> quickly resets the site's database to the default installation values without modifying any files. It deletes all customizations and content, or just chosen parts like theme settings. WP Reset is fast and safe to use thanks to the built-in snapshots which provide 1-click restore functionality. It has multiple fail-safe mechanisms so you can never accidentally lose data. WP Reset is extremely helpful for plugin and theme developers. It **speeds up testing & debugging** by providing a quick way to reset settings and re-test code. It's the only WP development tool for non-developers.
16
17 https://youtu.be/qMnkCW2PFoI?rel=0
18
19 For support please use the <a href="https://wordpress.org/support/plugin/wp-reset">official forum</a>, and if you need more information visit <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=wpreset.com">wpreset.com</a> and be sure to check out the <a href="https://wpreset.com/roadmap/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=roadmap">roadmap</a> for the list of upcoming features.
20
21 Access WP Reset admin page via the "Tools" menu.
22
23 Web accessibility is not an option in 2021! Making your site accessible to visitors with disabilities will save you from hefty fines and instantly grow your audience. That's why we've partnered with <a href="https://wordpress.org/plugins/accessibe/">accessiBe</a> - the fully automated AI service for web accessibility. Download their plugin, connect to the service, and make your site fully accessible in a few clicks.
24
25 **Please read carefully before proceeding to understand what WP Reset does, and remember to always create a snapshot**
26
27 #### Resetting will delete:
28
29 * all posts, pages, custom post types, comments, media entries, users
30 * all default WP database tables
31 * all custom database tables that have the same prefix table prefix as the one defined in _wp-config.php_ and used by default tables
32
33 #### Resetting will not delete or modify:
34
35 * media files - they remain in the _wp-uploads_ folder untouched but will no longer be listed under Media in admin
36 * no files are touched; plugins, themes, uploads - everything stays
37 * site title, WordPress address, site address, site language and search engine visibility settings
38 * currently logged in user will be restored with the current username and password
39
40 #### What happens when I click the Reset button?
41
42 * remember to always create a snapshot first or a full backup
43 * you will have to confirm the action one more time because there is NO UNDO
44 * everything will be reset; see bullets above for details
45 * site title, WordPress address, site address, site language, search engine visibility settings as well as the current user will be restored
46 * you will be logged out, automatically logged in and taken to the admin dashboard
47 * WP Reset plugin will be reactivated if that option is chosen in the post-reset options
48
49 #### Undoing a reset
50
51 Before doing a reset, create a snapshot. The button is located right next to the reset button and it takes less than 10 seconds to create a snapshot. After reset is done, if you need to undo it simply restore the snapshot and that's it.
52
53 #### WP-CLI support
54
55 WP Reset comes with full WP-CLI support. Help on our WP-CLI commands is available via _wp help reset_. By default the commands have to be confirmed but you can use the `--yes` option to skip confirmation. Instead of the active user, the first user with admin privileges found in the database will be restored after reset. Please be careful when using WP Reset with WP-CLI - as with using the GUI always make a snapshot or backup first.
56
57 Currently supported WP-CLI commands:
58
59 * `wp reset reset`
60 * `wp reset version`
61 * `wp reset delete`
62 * `wp reset snapshots`
63
64
65 #### Database Snapshots
66
67 Database snapshot is a copy of all WP database tables, standard and custom ones, saved in the currently used database (as set by _wp-config.php_). Files are not saved or included in snapshots in any way.
68 Snapshots are primarily a development tool. Although they can be used for backups (and downloaded as gzipped SQL dumps), we suggest finding a more suitable tool for doing backups of live sites. Use snapshots to find out what changes a plugin made to your database - what custom tables were created, modified, deleted or what changes were made to site's settings. Or use it to quickly restore the development environment after testing database related changes.
69 Restoring a snapshot does not affect other snapshots, or WP Reset settings. Snapshots can be compared to current database tables, restored (by overwriting current tables), exported ad gzipped SQL dumps, or deleted. Creating a snapshot on an average WordPress installation takes 1-2 seconds.
70
71 https://youtu.be/xBfMmS12vMY?rel=0
72
73 #### Multisite (WP-MU) Support
74
75 WP Reset has yet to be completely tested with multisite! Please be careful when using it with multisite enabled. We don't recommend to resetting the main site. Sub-sites should be OK. We're working on making WP Reset fully compatible with WP-MU. Till then please be careful. Thank you for understanding.
76
77 #### Partial Reset Tools
78
79 * Delete transients - deletes all transient related database entries. Including expired and non-expired transients, and orphaned timeout entries.
80 * Delete uploads - delete all files and folder in the /uploads/ folder.
81 * Delete plugins - deletes all plugins except WP Reset which remains active.
82 * Reset theme options - resets all options for all themes that use the WP theme mods API.
83 * Delete themes - deletes all themes.
84 * Empty or delete custom tables - empties (truncates) or deletes (drops) all custom database tables.
85 * Delete .htaccess file - deletes the .htaccess file. If you need to edit .htaccess without FTP use our free <a href="https://wordpress.org/plugins/wp-htaccess-editor/">WP Htaccess Editor</a> plugin.
86
87
88 #### Friends who helped us translate WP Reset
89
90 * French - <a href="https://www.infrenchtranslation.com/">Jeff Inho</a>
91
92
93 == Installation ==
94
95 Follow the usual routine;
96
97 1. Open WordPress admin, go to Plugins, click Add New
98 2. Enter "wp reset" in search and hit Enter
99 3. Plugin will show up as the first on the list (look for our black&red round logo), click "Install Now"
100 4. Activate & open plugin's settings page located under the Tools menu
101
102 Or if needed, upload manually;
103
104 1. Download the latest stable version from from <a href="https://downloads.wordpress.org/plugin/wp-reset.latest-stable.zip">downloads.wordpress.org/plugin/wp-reset.latest-stable.zip</a>
105 2. Unzip it and upload to _/wp-content/plugins/_
106 3. Open WordPress admin - Plugins and click "Activate" next to "WP Reset"
107 4. Open plugin's admin page located under the Tools menu
108
109
110 == Screenshots ==
111
112 1. WP Reset - main reset page
113 2. All reset actions have to be confirmed
114 3. Additional tools for resetting and deleting various WordPress objects
115 4. Database Snapshots enable 1-click restoring and testing
116 5. Use our 1-click backup feature before running any reset tools
117
118 == Changelog ==
119
120 = v1.83 =
121 * 2021/01/21
122 * added quick links button
123 * fixed some tooltips
124 * removed support for WP Webhooks
125
126 = v1.82 =
127 * 2020/10/27
128 * removed auto activation for PRO version
129
130 = v1.81 =
131 * 2020/10/07
132 * started adding better tooltips to all objects
133 * added promo campaign for WP 301 Redirects
134
135 = v1.80 =
136 * 2020/04/17
137 * new tool: Purge Cache
138 * new tool: Delete Local Data
139 * fixed "Delete all plugins" tool
140 * other minor bug fixes
141 * started selling WP Reset PRO
142 * 200,000 installs hit on 2020-03-07 with 1,560,000 downloads
143
144
145 = v1.77 =
146 * 2019/12/25
147 * minor bug fixes
148
149 = v1.75 =
150 * 2019/11/12
151 * bug fixes
152 * more GUI improvements
153 * updates for WP v5.3
154 * removed the 1-click backup tool in favor of snapshots - less confusing & same end result
155 * two huge bug fixes thanks to @markwill
156 * 1,241,470 downloads
157
158 = v1.70 =
159 * 2019/09/27
160 * bug fixes
161 * completely new GUI
162 * added .htaccess file to protect snapshots and backups folder
163 * added 1-click backup feature
164
165 = v1.65 =
166 * 2019/07/15
167 * bug fixes
168
169 = v1.60 =
170 * 2019/04/15
171 * bug fixes
172 * new tool: Reset theme options
173 * added Product Hunt banner
174 * added actions (hooks) to all tools and snapshot actions; all action names start with "wp-reset-"
175 * removed features survey
176 * announced plugin & theme collections
177
178 = v1.55 =
179 * 2019/03/25
180 * 100k users hit on 2019/01/15 with 560,300 downloads; 34 days for +10k & 71k downloads
181 * bug fixes
182 * support for WP Webhooks
183 * added features survey
184
185 = v1.50 =
186 * 2019/01/08
187 * new tool: delete .htaccess file
188 * new WP-CLI command: wp reset delete htaccess
189 * 90k users hit on 2018/12/12 with 489,100 downloads; 27 days for +10k & 58k downloads
190
191 = v1.45 =
192 * 2018/11/27
193 * new tool: truncate or drop custom DB tables
194 * truncate / drop tables tool added to WP-CLI
195 * all snapshot tools added to WP-CLI
196 * 80k users hit on 2018/11/15 with 430,800 downloads; 30 days for +10k & 57k downloads
197
198 = v1.40 =
199 * 2018/10/24
200 * new tool: DB Snapshots
201 * rewrote code documentation for most functions
202 * some parts of Snapshots need refactoring
203 * 70k users hit on 2018/10/16 with 373,300 downloads; 30 days for +10k & 50k downloads
204
205 = v1.35 =
206 * 2018/09/18
207 * sponsorship by IP Geolocation
208 * 60k users hit on 2018/09/16 with 323,300 downloads; 35 days for +10k
209 * added all tools to WP-CLI
210 * new tool: delete all files in uploads folder
211
212 = v1.30 =
213 * 2018/08/27
214 * more code clean-up
215 * added new reset params to WP-CLI
216 * big GUI changes
217 * started adding various tools; delete transients, delete all plugins, delete all themes
218 * we hit 50,000 installations on 2018/08/11 with 274,000 downloads
219
220 = v1.25 =
221 * 2018/07/30
222 * code clean-up
223 * post-reset options - reactivate plugin, themes & WP Reset
224 * added WP-MU warning till we make WP Reset fully compatible with it
225 * Tidy Repo notice
226 * added option to collapse boxes
227 * modified rating notice
228
229 = v1.20 =
230 * 2018/07/09
231 * we hit 40k installations on 2018/06/26
232 * WP-CLI support via "wp reset" command
233 * new logo
234 * ask for rating notice
235 * GUI improvements
236 * code clean up
237 * preparations for further development and new features
238
239 = v1.10 =
240 * 2018/05/09
241 * WebFactory took over development
242 * numerous bug fixes and improvements
243 * 30,000 installations; 199,000 downloads
244
245 = v1.0 =
246 * 2016/05/16
247 * Initial release
248
249 == Frequently Asked Questions ==
250
251 = Does WP Reset make backups? =
252
253 Automatically no, it does not. But we have "download backup" links besides every tool in the plugin so make sure you download a backup before running them. Backups only contain the database, no files!
254
255 = How can I log in after resetting? =
256
257 Use the same username and password you used while doing the reset. Only one user will be restored after resetting. The one you used at that time.
258
259 = Will any files be deleted or modified when I reset the site? =
260
261 No. All files are left untouched if you do a full reset. However, there are tool like "delete themes" that do delete files.
262
263 = Will I have to reconfigure wp-config.php? =
264
265 Absolutely not. No reconfiguration is needed. No files are modified.
266
267 = Do you support WP-CLI? =
268
269 We sure do! Just type "wp reset" in your shell to see the list of available commands and options.
270
271 = How long does it take for the reset operation to complete? =
272
273 On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.
274