Skip to content

Commit 3846f05

Browse files
committed
Bump to 5.0.1.
1 parent 739d834 commit 3846f05

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.1 (2021-03-21)
2+
* Improved PHP 7.4 support
3+
14
## 5.0.0 (2020-05-05)
25
* PHP 7.3 support
36
* Rename text domain back to match WordPress.org plugin slug

readme.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
=== WP User Signups ===
2-
Contributors: johnjamesjacoby, stuttter
3-
Tags: users, signups, admin, multisite
2+
Contributors: johnjamesjacoby, stuttter
3+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
4+
License: GNU General Public License v2 or later
5+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
6+
Tags: users, signups, admin, multisite
7+
Requires PHP: 7.0.0
48
Requires at least: 5.0
5-
Tested up to: 5.3
6-
Stable tag: 5.0.0
7-
License: GPLv2 or later
8-
License URI: https://www.gnu.org/licenses/gpl-2.0.html
9-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
9+
Tested up to: 5.7
10+
Stable tag: 5.0.1
1011

1112
== Description ==
1213

@@ -78,6 +79,9 @@ http://github.com/stuttter/wp-user-signups
7879

7980
== Changelog ==
8081

82+
= [5.0.1] - 2021-03-21 =
83+
* Improved PHP 7.4 support
84+
8185
= [5.0.0] - 2020-05-05 =
8286
* PHP 7.3 support
8387
* Rename text domain back to match WordPress.org plugin slug

wp-user-signups.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* Plugin Name: WP Signups
55
* Plugin URI: https://wordpress.org/plugins/wp-user-signups/
66
* Author: John James Jacoby
7-
* Author URI: https://profiles.wordpress.org/johnjamesjacoby/
7+
* Author URI: https://jjj.blog
88
* License: GPLv2 or later
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Description: Signup management for WordPress
11-
* Version: 5.0.0
11+
* Version: 5.0.1
1212
* Text Domain: wp-user-signups
1313
* Domain Path: /wp-user-signups/assets/languages/
1414
*/
@@ -99,5 +99,5 @@ function wp_signups_get_plugin_url() {
9999
* @return int
100100
*/
101101
function wp_signups_get_asset_version() {
102-
return 202005050001;
102+
return 202103210001;
103103
}

0 commit comments

Comments
 (0)