Skip to content

Commit 8bf5b23

Browse files
committed
Final version bump to v5.2.5 for public release.
1 parent 77e55ca commit 8bf5b23

56 files changed

Lines changed: 1466 additions & 1035 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/sync-file-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wpeverest/user-registration-pro@master:
1+
wpeverest/user-registration-pro@UR-4615-cancellation-revokes-access-immediately-instead-of-at-period-end:
22
- assets
33
- includes
44
- modules

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Files To Pro
22
on:
33
push:
44
branches:
5-
- master
5+
- UR-4615-cancellation-revokes-access-immediately-instead-of-at-period-end
66
workflow_dispatch:
77
jobs:
88
sync:

CHANGELOG.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
= 5.2.5 - 07/07/2026 =
2+
* Enhance - Defer expiry to period end.
3+
* Enhance - Pin Stripe subscription payment method for reliable renewals.
4+
* Fix - Payment fail case for paypal.
5+
* Fix - Lost Password Carrot adjustment.
6+
* Fix - Unnecessary payment retry checks.
7+
* Fix - Required Nonce Error on registration.
8+
* Fix - Setup wizard membership duration issue.
9+
* Fix - Loader timing issue during registration.
10+
* Fix - Unwanted settings showing up in free version.
11+
* Fix - Prevent formula injection in user CSV export.
12+
* Fix - Remove unwanted fields from payment confirmed email.
13+
* Fix - Pending subscription blocked the user from logging in.
14+
* Fix - Design issues in promotional notices after WordPress v7.0.
15+
* Fix - Use server membership state for multiple-membership policy.
16+
* Fix - Stripe payment and nonce validation failed on Membership form.
17+
* Fix - Check coupon eligibility before discount on public membership purchase.
18+
* Fix - Super admin bypass missing for admin content access in membership rules.
19+
* Fix - Check PayPal payment is complete before activating one-time memberships.
20+
121
= 5.2.4 - 25/06/2026 =
222
* Enhance - User role overwritten on new membership assignment.
323
* Enhance - Add customizable membership registration success message in settings.

assets/css/admin-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8071,6 +8071,10 @@ body.user-registration {
80718071
.status-inactive {
80728072
color: $pending_user;
80738073
}
8074+
8075+
.status-pending {
8076+
color: #374151;
8077+
}
80748078
}
80758079
}
80768080
}
@@ -9479,6 +9483,14 @@ body.user-registration-page {
94799483
color: $deny_color;
94809484
}
94819485

9486+
.user-subscription-canceling,
9487+
.user-registration-badge.urm-canceling-badge {
9488+
color: #374151;
9489+
display: inline-flex;
9490+
align-items: center;
9491+
gap: 4px;
9492+
}
9493+
94829494
.ur-admin-template {
94839495
.ur-field {
94849496
&[data-field-key="membership"] {

assets/css/modules/membership/user-registration-membership-subscription.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
color: #d63638;
129129
background: #fcefef;
130130
}
131+
.ur-subscription__badge--status-canceling {
132+
color: #374151;
133+
background: #ffffff;
134+
border: 1px solid #d1d5db;
135+
border-radius: 999px;
136+
}
131137
.ur-subscription__badge--status-refunded {
132138
color: #8c8f94;
133139
background: #f5f5f5;

assets/css/modules/membership/user-registration-membership-subscription.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@
151151
background: #fcefef;
152152
}
153153

154+
&--status-canceling {
155+
color: #374151;
156+
background: #ffffff;
157+
border: 1px solid #d1d5db;
158+
border-radius: 999px;
159+
}
160+
154161
&--status-refunded {
155162
color: #8c8f94;
156163
background: #f5f5f5;

assets/css/my-account-layout-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/my-account-layout.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)