forked from stuttter/wp-user-signups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
106 lines (72 loc) · 3.79 KB
/
readme.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
=== WP User Signups ===
Contributors: johnjamesjacoby, stuttter
Tags: users, signups, admin, multisite
Requires at least: 4.7
Tested up to: 4.8
Stable tag: 4.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
== Description ==
WP User Signups is the best way to manage user & site sign-ups in WordPress.
Use it to:
* View & manage user sign-ups the WordPress way
* Resend activation emails to users who haven't received theirs yet
* Manually edit & activate sign-ups for users who are having trouble
= Also checkout =
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Event Calendar](https://wordpress.org/plugins/wp-event-calendar/ "The best way to manage events in WordPress.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
* [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ "Metadata, for taxonomy terms.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
= Credits =
This plugin is largely inspired by:
* BuddyPress
* Unconfirmed
== Screenshots ==
1. Admin UI
2. Add New
3. Edit
== Installation ==
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your network admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
== Frequently Asked Questions ==
= Does this work with on single-site, multi-site, and multi-network installations? =
Yes. Yes. Yes.
= Does this work with BuddyPress, bbPress, and GlotPress? =
Yes. Yes. Yes.
= Does this work with other membership plugins? =
Ya know, I'm not really sure. Please test it with your favorite ones and let me know!
= Where can I get support? =
This plugin is free for anyone to use.
[Community support](https://wordpress.org/support/plugin/wp-user-signups) is provided for free by existing users.
[Priority support](https://chat.flox.io/support/channels/wp-user-signups) is available to paying customers & volunteer contributors.
If you require immediate assistance, please consider a paid support subscription.
= Where can I find documentation? =
http://github.com/stuttter/wp-user-signups
== Changelog ==
= [4.0.0] - 2017-04-11 =
* Database schema update
= [3.1.0] - 2017-04-03 =
* Signup meta support
= [3.0.0] - 2017-04-03 =
* Rebrand internally to WP Signups
= [2.0.0] - 2017-03-15 =
* Extend WP_DB_Table class
= [1.2.0] - 2017-03-03 =
* Fix bug with site column output
* Single-site implementation improvements
* Add descriptions to a few form fields
= [1.1.0] - 2016-11-18 =
* Caching improvements
= [1.0.0] - 2016-11-13 =
* Initial release