PluginProbe
Database Reset / 3.0.1
Database Reset v3.0.1
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 3.0.1, at readme.txt

115 lines 4.5 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, reset, restore, setup, developer, theme, default, secure
5 License: GPL2
6 Requires at least: 3.0
7 Tested up to: 4.3.1
8 Stable tag: 3.0.1
9
10 A plugin that allows you to skip the 5 minute installation and reset WordPress's database back to its original state.
11
12 == Description ==
13
14 **Overview**
15
16 The WordPress Database Reset plugin allows you to reset the database back to its default settings without having to go through the WordPress 5 minute installation.
17
18 **Features**
19
20 * Extremely fast one click process to reset the WordPress database
21 * Choose to reset the entire database or specific database tables
22 * Secure and super simple to use
23 * Prefer the command line? Reset the database in one command
24 * Excellent for theme and plugin developers who need to clean the database of any unnecessary content
25
26 **Command Line**
27
28 Once activated, you can use the WordPress Database Reset plugin with [WordPress CLI](http://wp-cli.org/).
29 Full documentation for the commands can be found on [the code repository](https://github.com/chrisberthe/wordpress-database-reset#command-line)
30
31 **Support Forum**
32
33 Create a new post in the [WordPress Database Reset support forum](https://wordpress.org/support/plugin/wordpress-database-reset).
34
35 **Want to help out?**
36
37 * Provide new language translations - [read this tutorial](http://weblogtoolscollection.com/archives/2007/08/27/localizing-a-wordpress-plugin-using-poedit/) or use the [online PO Editor](https://poeditor.com/).
38 * Help develop the plugin by forking [the code repository](https://github.com/chrisberthe/wordpress-database-reset) on GitHub.
39 * Want to help others that might be having issues? [Answer questions on the support forum](https://wordpress.org/support/plugin/wordpress-database-reset).
40 * If you love this plugin and would like to make a donation: 1. You're awesome and 2. You can find the donate button on the plugin page.
41
42 == Screenshots ==
43 1. The WordPress Database Reset plugin page
44
45 == Changelog ==
46 = 3.0.1 =
47 * Fix plugin disabled after update, thanks to Ulrich Pogson
48 * Update the pot file
49
50 = 3.0.0 =
51 * Completely re-written from scratch
52 * Add extended WP_CLI command class
53 * Clean up admin interface
54 * Remove unnecessary help tabs
55 * Submit button is now deactivated until user inputs security code
56 * Add PayPal donation button
57 * Remove outdated localization files
58 * Update the text domain to match slug for translate.wordpress.org
59
60 = 2.3.2 =
61 * Add option to keep active theme, thanks to Ulrich Pogson
62 * Adhere to WordPress PHP coding syntax standards
63 * Delete the user session and recreate it
64 * Separate the backup_tables method into two new methods
65 * Reset only WP tables and not custom tables
66 * French language updates, thanks to Fx Benard
67 * Fix for undefined variable: backup_tables
68
69 = 2.3.1 =
70 * Fixed bug where reactivate plugins div was not displaying on 'options' table select
71
72 = 2.3 =
73 * Removed deprecated function $wpdb->escape(), replaced with esc_sql()
74 * Add German translation, thanks to Ulrich Pogson
75 * Updated screenshot-1.png
76 * Renamed default localization file
77 * Fixed broken if conditional during code clean up for version 2.2
78
79 = 2.2 =
80 * Fixed scripts and styles to only load on plugin page
81 * Formatted code to meet WordPress syntax standards
82
83 = 2.1 =
84 * Replaced 3.3 deprecated get_userdatabylogin() with get_user_by()
85 * Updated deprecated add_contextual_help() with add_help_tab()
86 * Small change in condition check for backup tables
87 * Removed custom _rand_string() with core wp_generate_password()
88 * Added Portuguese translation - thanks to Fernando Lopes
89
90 = 2.0 =
91 * Added functionality to be able to select which tables you want to reset, rather than having to reset the entire database.
92 * Added bsmSelect for the multiple select.
93 * Modified screenshot-1.png.
94 * Fixed redirect bug
95 * 'Reactivate current plugins after reset' only shows if the options table is selected from the dropdown.
96
97 = 1.4 =
98 * Made quite a few changes to the translation files
99 * Renamed french translation file for plugin format, not theme format
100 * Optimized (until potential version 2.0)
101
102 = 1.3 =
103 * Replaced reactivation option for all currently active plugins (not just this plugin)
104 * Updated language files
105
106 = 1.2 =
107 * Added capability to manually select whether or not plugin should be reactivated upon reset
108 * Modified class name to avoid potential conflicts with WordPress core
109 * Modified wp_mail override
110 * Removed deprecated user level for WordPress 3.0+
111 * Fixed small bug where if admin user did not have admin capabilities, it would tell the user they did
112
113 = 1.0 =
114 * First version
115