🔒 EXCLUSIVE: Changeset/ - HD Photos!

Changeset 3379908


Ignore:
Timestamp:
10/17/2025 07:00:32 AM (2 months ago)
Author:
aristath
Message:

Version 1.5.0

Location:
wordpress-reset
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-reset/trunk/readme.txt

    r3362324 r3379908  
    1 === WP Reset ===
     1=== WordPress Reset ===
    22Contributors: aristath, sivel
    33Donate Link: http://aristath.github.io/donate
    44Tags: wordpress-reset, reset, admin
    5 Requires at least: 2.8
     5Requires at least: 6.2
    66Tested up to: 6.8
    7 Stable tag: 1.4.3
     7Stable tag: 1.5.0
    88License: GPLv2 or later
    99License URI: http://gnu.org/licenses/gpl2.html
    1010
    1111
    12 Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
     12Resets the WordPress database back to its defaults. Deletes all customizations and content. Does not modify files only resets the database.
    1313
    1414== Description ==
    1515
    16 Resets the WordPress database back to it's defaults. Deletes all customizations and content. Does not modify files only resets the database.
     16Resets the WordPress database back to its defaults. Deletes all customizations and content. Does not modify files only resets the database.
    1717
    1818This plugin is very helpful for plugin and theme developers.
     
    2121
    2222The 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.
    2325
    2426== Installation ==
     
    4446`
    4547
     48= Does this plugin work with SQLite databases? =
     49
     50Yes! 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
    4652== Upgrade ==
    4753
     
    5662
    5763== Upgrade Notice ==
     64
     65= 1.5.0 =
     66Major update with SQLite database support, improved security, code modernization, and updated minimum requirements (WordPress 6.2+, PHP 7.4+)
    5867
    5968= 1.3.3 =