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 +4 -5 trunk3.21 View file →
@@ -2,16 +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.25
7 - Tested up to: 6.8
6 + Version: 3.21
8 7 Author: WebFactory Ltd
9 8 Author URI: https://www.webfactoryltd.com/
10 - License: GPLv2 or later
9 + License: GNU General Public License
11 10 Text-domain: wordpress-database-reset
12 11
13 - Copyright 2011 - 2025 WebFactory Ltd (email: support@webfactoryltd.com)
12 + Copyright 2011 - 2022 WebFactory Ltd (email: support@webfactoryltd.com)
14 13
15 14 This program is free software; you can redistribute it and/or modify
16 15 it under the terms of the GNU General Public License, version 2, as
17 16 published by the Free Software Foundation.
@@ -25,9 +24,9 @@
25 24 along with this program; if not, write to the Free Software
26 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 26 */
28 27
29 -define( 'DB_RESET_VERSION', '3.25' );
28 +define( 'DB_RESET_VERSION', '3.21' );
30 29 define( 'DB_RESET_PATH', dirname( __FILE__ ) );
31 30 define( 'DB_RESET_NAME', basename( DB_RESET_PATH ) );
32 31 define( 'DB_RESET_FILE', __FILE__ );
33 32 define( 'AUTOLOADER', DB_RESET_PATH . '/lib/class-plugin-autoloader.php' );