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