Skip to content

Commit 4fec1b7

Browse files
committed
Final version bump to v5.1.4 for public release.
1 parent a6531c5 commit 4fec1b7

5 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
= 5.1.4 - 25/02/2026 =
2+
* Fix - Updated .org deploy code
3+
14
= 5.1.3 - 24/02/2026 =
25
* Enhance - Membership field not draggable when no membership plans created, notice is shown.
36
* Fix - Missing Content restriction CSS file error.

languages/user-registration.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the User Registration & Membership plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: User Registration & Membership 5.1.3\n"
5+
"Project-Id-Version: User Registration & Membership 5.1.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/user-registration\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-02-24T11:48:14+00:00\n"
12+
"POT-Creation-Date: 2026-02-25T07:24:14+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.12.0\n"
1515
"X-Domain: user-registration\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "user-registration",
33
"title": "User Registration",
4-
"version": "5.1.3",
4+
"version": "5.1.4",
55
"homepage": "https://wpuserregistration.com/",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: membership, subscription, content restriction, user profile, user registra
44
Requires at least: 5.5
55
Requires PHP: 7.4
66
Tested up to: 6.9.1
7-
Stable tag: 5.1.3
7+
Stable tag: 5.1.4
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -264,6 +264,10 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
264264

265265
== Changelog ==
266266

267+
268+
= 5.1.4 - 25/02/2026 =
269+
* Fix - Updated .org deploy code
270+
267271
= 5.1.3 - 24/02/2026 =
268272
* Enhance - Membership field not draggable when no membership plans created, notice is shown.
269273
* Fix - Missing Content restriction CSS file error.

user-registration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: User Registration & Membership
55
* Plugin URI: https://wpuserregistration.com/
66
* Description: The most flexible User Registration and Membership plugin for WordPress.
7-
* Version: 5.1.3
7+
* Version: 5.1.4
88
* Author: WPEverest
99
* Author URI: https://wpuserregistration.com
1010
* Text Domain: user-registration
@@ -37,7 +37,7 @@ final class UserRegistration {
3737
*
3838
* @var string
3939
*/
40-
public $version = '5.1.3';
40+
public $version = '5.1.4';
4141

4242
/**
4343
* Session instance.

0 commit comments

Comments
 (0)