Skip to content

Commit a43cc12

Browse files
committed
Final version bump to 5.1.6 for public release
Changelogs- = 5.1.6 - 27/04/2026 = * Enhance - Logger structure. * Fix - Stripe payment bypass. * Fix - Admin approval bypass. * Fix - Hide comments for restricted posts. * Fix - User created even when payments fails. * Fix - Open redirect security issue on logout. * Fix - Fatal error while updating profile details. * Fix - Registration submitted without card details. * Fix - Country not displaying in WordPress users menu. * Fix - HCaptcha loads reCAPTCHA and endless intervals. * Fix - Payment history page reflects unescaped action parameter value. * Fix - Duplicate transaction id issue when using 3D secure card in stripe. * Fix - Export Members causes fatal memory exhaustion on large user datasets. * Fix - Sanitize OrdersRepository::get_all() query params to prevent SQL injection. * Fix - File upload data synced to admin profile during user approval or media access. * Fix - Handle array value from get_user_meta for country field in edit profile template. * Fix - Cloudflare turnstile error appears on second form submission after validation failure. * Fix - Stripe card mode validation to prevent test or live card mismatch during registration. * Fix - Payment stuck on 'Invalid Request' and network error after successful Stripe subscription.
1 parent 8346d4b commit a43cc12

47 files changed

Lines changed: 3763 additions & 2659 deletions

Some content is hidden

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

.github/workflows/UR-pr-Automation.yaml

Lines changed: 0 additions & 82 deletions
This file was deleted.

CHANGELOG.txt

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
1+
= 5.1.6 - 27/04/2026 =
2+
3+
* Enhance - Logger structure.
4+
5+
* Fix - Stripe payment bypass.
6+
* Fix - Admin approval bypass.
7+
* Fix - Hide comments for restricted posts.
8+
* Fix - User created even when payments fails.
9+
* Fix - Open redirect security issue on logout.
10+
* Fix - Fatal error while updating profile details.
11+
* Fix - Registration submitted without card details.
12+
* Fix - Country not displaying in WordPress users menu.
13+
* Fix - HCaptcha loads reCAPTCHA and endless intervals.
14+
* Fix - Payment history page reflects unescaped action parameter value.
15+
* Fix - Duplicate transaction id issue when using 3D secure card in stripe.
16+
* Fix - Export Members causes fatal memory exhaustion on large user datasets.
17+
* Fix - Sanitize OrdersRepository::get_all() query params to prevent SQL injection.
18+
* Fix - File upload data synced to admin profile during user approval or media access.
19+
* Fix - Handle array value from get_user_meta for country field in edit profile template.
20+
* Fix - Cloudflare turnstile error appears on second form submission after validation failure.
21+
* Fix - Stripe card mode validation to prevent test or live card mismatch during registration.
22+
* Fix - Payment stuck on 'Invalid Request' and network error after successful Stripe subscription.
23+
124
= 5.1.5 - 18/3/2026 =
225

326
* Feature - Feature to show bank details directly within the form.
427
* Feature - Payment fetch cron added for better subscription sync with Stripe.
528

629
* Enhance - Better search for addons page.
7-
* Enhance - Better UI/UX for the Membership field.
30+
* Enhance - Better UI/UX for the Membership field.
831
* Enhance - Addition of Members Directory to the content rules.
932
* Enhance - Addition of navigational UI to better find plugin features.
1033
* Enhance - Improved price transparency for prorated membership upgrades.
@@ -52,7 +75,7 @@
5275
* Fix - Duplicate order created in payment history after successful payment with stripe.
5376
* Fix - Fatal error when upgrading from one-time payment to subscription plan with stripe.
5477
* Fix - Legacy my account dashboard content visible in profile details tab on some old instances.
55-
* Fix - Upon reactivation of stripe subscription, the cancel at expiry is not being removed in stripe.
78+
* Fix - Upon reactivation of stripe subscription, the cancel at expiry is not being removed in stripe.
5679

5780
= 5.1.4 - 25/02/2026 =
5881
* Fix - Updated .org deploy code

0 commit comments

Comments
 (0)