PluginProbe
Database Reset / 1.4
Database Reset v1.4
2.3.2 3.0 3.0.1 3.0.2 3.1 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 trunk 1.0 1.2 1.2.1 1.2.2 1.3 1.4 2.0 2.1 All 27 releases
wordpress-database-reset / readme.txt

readme.txt in Database Reset 1.4, at readme.txt

52 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === WordPress Database Reset ===
2
3 Contributors: mousesports
4 Tags: wordpress, database, database-reset, default-settings, default, wp-reset, security, secure
5 License: GPL2
6 Requires at least: 3.0
7 Tested up to: 3.2.1
8 Stable tag: 1.4
9
10 A secure and easy way to reinitialize the WordPress database to its default settings.
11
12 == Description ==
13
14 WordPress Database Reset is a secure and easy way to reinitialize your WordPress database back to its default settings without actually having to reinstall WordPress yourself.
15
16 This plugin will come in handy for both theme and plugin developers. There are different use case scenarios - one of which is being able to easily erase excess junk in the wp_options table that accumulates over time. Another would be to simply obtain a fresh install of the WordPress database after experimenting with various back-end options.
17
18 == Installation ==
19
20 Copy the wp-reset folder and its contents to your wp-content/plugins directory,
21 then activate the plugin. You could also use the built-in Add New Plugin
22 feature within WordPress. After activating, you will automatically be redirected
23 to the plugin page.
24
25 == Frequently Asked Questions ==
26
27 = Why reset the database? =
28
29 I wanted a simple and painless way to obtain a fresh clean database without actually having to reinstall WordPress. Plus, 9 times out of 10 I get tons of excess junk in the wp_options table after installing plugins and themes that do not clean up after themselves.
30
31 == Screenshots ==
32 1. The plugin page - a more secure way of resetting your database.
33
34 == Changelog ==
35 = 1.4 =
36 * Made quite a few changes to the translation files
37 * Renamed french translation file for plugin format, not theme format
38 * Optimized (until potential version 2.0)
39
40 = 1.3 =
41 * Replaced reactivation option for all currently active plugins (not just this plugin)
42 * Updated language files
43
44 = 1.2 =
45 * Added capability to manually select whether or not plugin should be reactivated upon reset
46 * Modified class name to avoid potential conflicts with WordPress core
47 * Modified wp_mail override
48 * Removed deprecated user level for WordPress 3.0+
49 * Fixed small bug where if admin user did not have admin capabilities, it would tell the user they did
50
51 = 1.0 =
52 * First version