PluginProbe
Database Reset / 3.21
Database Reset v3.21
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
← All changes | wp-reset.php +3 -3 3.203.21 View file →
@@ -2,15 +2,15 @@
2 2 /*
3 3 Plugin Name: WP Database Reset
4 4 Plugin URI: https://wordpress.org/plugins/wordpress-database-reset/
5 5 Description: Reset all or some WP database tables back to their original state.
6 - Version: 3.20
6 + Version: 3.21
7 7 Author: WebFactory Ltd
8 8 Author URI: https://www.webfactoryltd.com/
9 9 License: GNU General Public License
10 10 Text-domain: wordpress-database-reset
11 11
12 - Copyright 2011 - 2021 WebFactory Ltd (email: support@webfactoryltd.com)
12 + Copyright 2011 - 2022 WebFactory Ltd (email: support@webfactoryltd.com)
13 13
14 14 This program is free software; you can redistribute it and/or modify
15 15 it under the terms of the GNU General Public License, version 2, as
16 16 published by the Free Software Foundation.
@@ -24,9 +24,9 @@
24 24 along with this program; if not, write to the Free Software
25 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26 26 */
27 27
28 -define( 'DB_RESET_VERSION', '3.20' );
28 +define( 'DB_RESET_VERSION', '3.21' );
29 29 define( 'DB_RESET_PATH', dirname( __FILE__ ) );
30 30 define( 'DB_RESET_NAME', basename( DB_RESET_PATH ) );
31 31 define( 'DB_RESET_FILE', __FILE__ );
32 32 define( 'AUTOLOADER', DB_RESET_PATH . '/lib/class-plugin-autoloader.php' );