| @@ -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.24 | |
| 7 | - Tested up to: 6.8 | |
| 6 | + Version: 3.21 | |
| 8 | 7 | Author: WebFactory Ltd |
| 9 | 8 | Author URI: https://www.webfactoryltd.com/ |
| 10 | 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.23' ); | |
| 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' ); |