Skip to content

Commit 27f1c5c

Browse files
committed
Bump to 5.0.0.
1 parent 0de31ac commit 27f1c5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: johnjamesjacoby, stuttter
33
Tags: users, signups, admin, multisite
44
Requires at least: 5.0
55
Tested up to: 5.3
6-
Stable tag: 4.1.0
6+
Stable tag: 5.0.0
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
@@ -78,7 +78,7 @@ http://github.com/stuttter/wp-user-signups
7878

7979
== Changelog ==
8080

81-
= [5.0.0] - 2019-01-20 =
81+
= [5.0.0] - 2020-05-05 =
8282
* PHP 7.3 support
8383
* Rename text domain back to match WordPress.org plugin slug
8484

wp-user-signups.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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: 4.1.0
11+
* Version: 5.0.0
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 202001200001;
102+
return 202005050001;
103103
}

0 commit comments

Comments
 (0)