Skip to content

Commit

Permalink
Update readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gioxx committed Nov 28, 2024
1 parent 4c5b741 commit e535c1e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: gioxx
Tags: maintenance, email, user, cleaning, csv
Donate link: https://ko-fi.com/gioxx
Requires at least: 6.0
Tested up to: 6.6.1
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 1.5
Stable tag: 1.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -16,6 +16,7 @@ The plugin provides the administrator with a convenient maintenance page, called
From the E-mail User Cleaner page you will be able to:
- generate and download a CSV file containing a complete list of registered users on the WordPress instance.
- Specify one or more e-mail addresses (one address per line), corresponding to registered users on the WordPress instance, to be deleted from the system.
- Identify duplicated users (based on criteria that checks first name, last name and e-mail address) and decide to select and delete them, also referring to the last login date to the WordPress installation.

== Installation ==
Install the plugin and activate it. You will find the E-mail User Cleaner entry in the sidebar of your WordPress Administrative Dashboard.
Expand All @@ -27,5 +28,9 @@ Install the plugin and activate it. You will find the E-mail User Cleaner entry
4. The plugin reports that the user corresponding to the administrator's e-mail address has not been deleted for security reasons.

== Changelog ==
= 1.6=
* You can now identify duplicated users (based on criteria that checks first name, last name and e-mail address) and decide to select and delete them, also referring to the last login date to the WordPress installation.
* You can use, for your tests, the Python script generateRandomCSV.py (found in the tools folder of the plugin's GitHub repository) which is able to generate CSVs of fake users complete with first name, last name, email address, which you can import into WordPress (test environment) to play around with this plugin and verify that everything is working properly (you can find two ready-made files already, example_include-names.csv and example_simple.csv).

= 1.5 =
* Initial release published in the WordPress plugin directory.

0 comments on commit e535c1e

Please sign in to comment.