forked from seb86/users-by-date-registered
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
59 lines (37 loc) · 2.43 KB
/
readme.txt
File metadata and controls
59 lines (37 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== Users by Date Registered ===
Version: 1.0.2
Author URI: https://sebastiendumont.com
Author: Sébastien Dumont
Contributors: sebd86
Donate link: https://sebastiendumont.com/product/users-date-registered/
Tags: users, date, filter, admin
Requires at least: 4.5
Tested up to 4.7.3
Stable Tag: 1.0.2
Displays a new column displaying the date the user registered and allows you to filter the users by date.
== Description ==
Displays a new column displaying the date the user registered and allows you to filter the users by date.
= Contributing and reporting bugs =
You can contribute code to this plugin via GitHub: [https://github.com/seb86/Users-by-Date-Registered](https://github.com/seb86/Users-by-Date-Registered)
= Support =
Use the WordPress.org forums for community support - I cannot offer support directly for free. If you spot a bug, you can of course log it on [Github](https://github.com/seb86/Users-by-Date-Registered) instead where I can act upon it more efficiently.
= Reviews =
I like stars. Just a simple review from you will help me gain more stars. It only takes a moment of your time.
== Installation ==
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
In the search field type "Users by Date Registered" and click Search Plugins. Once you've found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by clicking _Install Now_.
= Manual installation =
The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.
* Download the plugin file to your computer and unzip it
* Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory.
* Activate the plugin from the Plugins menu within the WordPress admin.
== Changelog ==
= v1.0.2 - 17th March 2017
* CORRECTED - Textdomain to match plugin slug.
* FIXED - Compatibility with PHP 7.
* FIXED - Filter button to identify if the table was filtered from the top or bottom of the table.
= 1.0.1 - 14th December 2014 =
* FIXED - Query issue by removing $wpdb->prepare
= 1.0.0 - 16th August 2014 =
* Initial release