Skip to content

Commit

Permalink
Bump to 5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Mar 22, 2021
1 parent 739d834 commit 3846f05
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
Expand Down
18 changes: 11 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
=== WP User Signups ===
Contributors: johnjamesjacoby, stuttter
Tags: users, signups, admin, multisite
Contributors: johnjamesjacoby, stuttter
License URI: https://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v2 or later
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
Tags: users, signups, admin, multisite
Requires PHP: 7.0.0
Requires at least: 5.0
Tested up to: 5.3
Stable tag: 5.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
Tested up to: 5.7
Stable tag: 5.0.1

== Description ==

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

== Changelog ==

= [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
Expand Down
6 changes: 3 additions & 3 deletions wp-user-signups.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin Name: WP Signups
* Plugin URI: https://wordpress.org/plugins/wp-user-signups/
* Author: John James Jacoby
* Author URI: https://profiles.wordpress.org/johnjamesjacoby/
* Author URI: https://jjj.blog
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Description: Signup management for WordPress
* Version: 5.0.0
* Version: 5.0.1
* Text Domain: wp-user-signups
* Domain Path: /wp-user-signups/assets/languages/
*/
Expand Down Expand Up @@ -99,5 +99,5 @@ function wp_signups_get_plugin_url() {
* @return int
*/
function wp_signups_get_asset_version() {
return 202005050001;
return 202103210001;
}

0 comments on commit 3846f05

Please sign in to comment.