Changeset 3379908
- Timestamp:
- 10/17/2025 07:00:32 AM (2 months ago)
- Location:
- wordpress-reset
- Files:
-
- 19 added
- 2 edited
-
tags/1.5.0 (added)
-
tags/1.5.0/LICENSE (added)
-
tags/1.5.0/assets (added)
-
tags/1.5.0/assets/css (added)
-
tags/1.5.0/assets/css/wordpress-reset-admin.css (added)
-
tags/1.5.0/assets/js (added)
-
tags/1.5.0/assets/js/wordpress-reset.js (added)
-
tags/1.5.0/includes (added)
-
tags/1.5.0/includes/class-wpre-reset.php (added)
-
tags/1.5.0/readme.txt (added)
-
tags/1.5.0/wordpress-reset.php (added)
-
trunk/LICENSE (added)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/wordpress-reset-admin.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/wordpress-reset.js (added)
-
trunk/includes (added)
-
trunk/includes/class-wpre-reset.php (added)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/wordpress-reset.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-reset/trunk/readme.txt
r3362324 r3379908 1 === W PReset ===1 === WordPress Reset === 2 2 Contributors: aristath, sivel 3 3 Donate Link: http://aristath.github.io/donate 4 4 Tags: wordpress-reset, reset, admin 5 Requires at least: 2.85 Requires at least: 6.2 6 6 Tested up to: 6.8 7 Stable tag: 1. 4.37 Stable tag: 1.5.0 8 8 License: GPLv2 or later 9 9 License URI: http://gnu.org/licenses/gpl2.html 10 10 11 11 12 Resets the WordPress database back to it 's defaults. Deletes all customizations and content. Does not modify files only resets the database.12 Resets the WordPress database back to its defaults. Deletes all customizations and content. Does not modify files only resets the database. 13 13 14 14 == Description == 15 15 16 Resets the WordPress database back to it 's defaults. Deletes all customizations and content. Does not modify files only resets the database.16 Resets the WordPress database back to its defaults. Deletes all customizations and content. Does not modify files only resets the database. 17 17 18 18 This plugin is very helpful for plugin and theme developers. … … 21 21 22 22 The plugin will add an entry to the Admin Bar under the site title and has the ability to reactivate itself and other plugins after the reset. 23 24 **Database Compatibility:** This plugin supports both MySQL/MariaDB and SQLite databases. For SQLite installations, the reset process will delete the database file and redirect you to the WordPress installation screen. 23 25 24 26 == Installation == … … 44 46 ` 45 47 48 = Does this plugin work with SQLite databases? = 49 50 Yes! For SQLite databases, the plugin will delete the database file and redirect you to the WordPress installation screen. This means you'll need to set up WordPress from scratch after the reset, unlike MySQL/MariaDB installations where your admin user is automatically recreated. 51 46 52 == Upgrade == 47 53 … … 56 62 57 63 == Upgrade Notice == 64 65 = 1.5.0 = 66 Major update with SQLite database support, improved security, code modernization, and updated minimum requirements (WordPress 6.2+, PHP 7.4+) 58 67 59 68 = 1.3.3 = … …