-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
117 lines (83 loc) · 4.35 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
107
108
109
110
111
112
113
114
115
116
117
=== WP User Signups ===
Author: Triple J Software, Inc.
Author URI: https://jjj.software
Donate link: https://buy.stripe.com/7sI3cd2tK1Cy2lydQR
Plugin URI: https://wordpress.org/plugins/wp-user-signups/
License URI: https://www.gnu.org/licenses/gpl-2.0.html
License: GPLv2 or later
Contributors: johnjamesjacoby
Tags: user, signups, admin, multisite
Requires PHP: 7.2
Requires at least: 5.2
Tested up to: 5.8
Stable tag: 5.0.2
== 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
= Recommended Plugins =
If you like this plugin, you'll probably like these!
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
* [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.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Signups](https://wordpress.org/plugins/wp-user-signups/ "The best way to manage user & site sign-ups in WordPress.")
* [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 Families](https://wordpress.org/plugins/wp-term-families/ "Associate taxonomy terms with other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Images](https://wordpress.org/plugins/wp-term-images/ "Pretty images for categories, tags, and other taxonomy terms.")
* [WP Term Locks](https://wordpress.org/plugins/wp-term-locks/ "Protect categories, tags, and other taxonomy terms from being edited or deleted.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
= Credits =
This plugin is largely inspired by:
* BuddyPress
* Unconfirmed
== Screenshots ==
1. List Tables
2. Add New/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? =
I'm not really sure! Please test it with your favorite ones and let me know!
= Where can I get support? =
* Community: https://wordpress.org/support/plugin/wp-user-signups
* Development: https://github.com/stuttter/wp-user-signups/discussions
== Changelog ==
= [5.0.2] - 2021-05-29 =
* Update author info
* Add sponsor link
= [5.0.1] - 2021-03-21 =
* Improved PHP 7.4 support
= [5.0.0] - 2020-05-05 =
* PHP 7.3 support
* Rename text domain back to match WordPress.org plugin slug
= [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