Skip to content

Commit d74e96b

Browse files
committed
Final version bump to v5.2.6 for internal release.
1 parent 88d8eb4 commit d74e96b

106 files changed

Lines changed: 5382 additions & 2067 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
wpeverest/user-registration-pro@develop:
2-
- assets
2+
- source: assets
3+
exclude: |
4+
js/divi-vb-modules.js
35
- includes
46
- modules
57
- src

CHANGELOG.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
= 5.2.6 - 22/07/2026 =
2+
* Enhance - Compatibility with divi 5.
3+
* Enhance - Allow 100% discount coupons on memberships.
4+
* Enhance - Redirect hint links to Enable Custom Redirect setting.
5+
* Fix - Local currency bugs.
6+
* Fix - Double Charge on Upgrade.
7+
* Fix - Updated authorize net card design.
8+
* Fix - Remove the payment tabs from admin side.
9+
* Fix - Cancel previous subscription on upgrade.
10+
* Fix - Added spinner on Membership Reactivation.
11+
* Fix - Validation for lost password n Pages Setting.
12+
* Fix - Delete User button not working on member view page.
13+
* Fix - User Registration css loading when elementor active.
14+
* Fix - Prevent privilege escalation in login settings save.
15+
* Fix - Reset password smart tag validation in email content.
16+
* Fix - Checkbox values not appearing when exporting members.
17+
* Fix - Payment Before Login not enforced for pending payments.
18+
* Fix - Can not create new subscription in safari from admin menu.
19+
* Fix - Membership cancellation failures now show a clear message.
20+
* Fix - Field options not displayed when configuring content rules.
21+
* Fix - Content restriction being applied for inactive memberships.
22+
* Fix - Membership field blank in form builder with selected group.
23+
* Fix - Store actual PayPal transaction id instead of subscription id.
24+
* Fix - Stripe registration now displays the configured success message.
25+
* Fix - Conditional Logic on Payments not working for normal registration.
26+
* Fix - Fatal error when saving Stripe plan with yearly billing over 3 years.
27+
* Fix - Upgrade prompt for Plus-gated membership group toggles on lower plans.
28+
* Fix - {{user_ip_address}} smart tag returned empty for IPv6 visitor addresses.
29+
* Fix - Block shortcode injection via smart tags in Content Restriction messages.
30+
* Fix - Stripe membership "Payment Confirmed" email sent before payment completes.
31+
* Fix - Membership emails not using saved custom content for preview and delivery.
32+
* Fix - Local Currency pricing zones not saving when added from the payment settings.
33+
* Fix - Misleading "missing membership field" notice on registration page with no memberships field.
34+
* Fix - Redirects and lost-password/2FA links now use the correct translated page on multilingual sites.
35+
136
= 5.2.5 - 08/07/2026 =
237
* Enhance - Defer expiry to period end.
338
* Enhance - Pin Stripe subscription payment method for reliable renewals.

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10256,7 +10256,8 @@ body.user-registration-page {
1025610256
}
1025710257

1025810258
@import "components/wp7-compat";
10259-
#user-registration-base-list-table-page.ur-tax-region-layout {
10259+
#user-registration-base-list-table-page.ur-tax-region-layout,
10260+
#user-registration-base-list-table-page.ur-pricing-zone-layout {
1026010261
.user-registration-base-list-table-heading {
1026110262
position: relative;
1026210263
margin-bottom: 16px;

assets/css/urcr-content-access-restriction-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/urcr-content-access-restriction.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/urcr-shared-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/urcr-shared.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/urcr-shared.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,28 @@ $border-color_6: #475bb2;
309309
}
310310

311311
.button {
312+
display: inline-flex !important;
313+
align-items: center;
314+
justify-content: center;
312315
width: 28px !important;
313316
min-width: 28px !important;
314317
min-height: 26px !important;
315318
background: #eeeeee !important;
316319

320+
.dashicons {
321+
display: flex !important;
322+
align-items: center;
323+
justify-content: center;
324+
width: 20px !important;
325+
height: 20px !important;
326+
line-height: 20px !important;
327+
328+
&::before {
329+
font-size: 18px !important;
330+
line-height: 20px !important;
331+
}
332+
}
333+
317334
&.urcr-remove-field-button {
318335
margin-left: 0;
319336

0 commit comments

Comments
 (0)