Skip to content

Commit 6fe162e

Browse files
committed
Merge branch 'master' into develop
2 parents cb23161 + e491426 commit 6fe162e

10 files changed

Lines changed: 1863 additions & 3593 deletions

File tree

.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@develop:
1+
themegrill/user-registration-pro@develop:
22
- source: assets
33
exclude: |
44
js/divi-vb-modules.js

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Build
129129
id: build
130-
uses: wpeverest/action-build@4.0.2
130+
uses: themegrill/action-build@4.0.3
131131
with:
132132
generate-zip: true
133133

.github/workflows/pr-build-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
public-base-url: https://themegrill-pr-artifacts.s3.amazonaws.com
2626
s3-region: us-east-1
2727
# Cross-org call: this repo actually lives in themegrill (transferred
28-
# from wpeverest), and the reusable workflow lives in wpeverest/.github --
28+
# from wpeverest), and the reusable workflow lives in themegrill/.github --
2929
# `secrets: inherit` cannot reach across that boundary reliably (same
3030
# issue confirmed on user-registration-pro: worked briefly right after
3131
# the transfer, then started failing with "Secret BOT_TOKEN is required,

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build
2323
id: build
24-
uses: wpeverest/action-build@4.0.2
24+
uses: themegrill/action-build@4.0.3
2525

2626
- name: Delete existing SVN tag if exists
2727
env:

.github/workflows/staging-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
mkdir python-code
128128
cd python-code
129129
git init
130-
git remote add origin git@github.com:wpeverest/UR-Automation.git
130+
git remote add origin git@github.com:themegrill/UR-Automation.git
131131
git pull origin test-ur-free
132132
pip install -r requirements.txt
133133
chmod +x test_ur_free.sh

CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
= 5.2.8 - 09/09/2026 =
2+
* Fix - Content restriction bypassed via WordPress core REST API. Thanks Patchstack.
3+
* Fix - Standardized outbound UTM parameters and invalid campaign keys.
4+
* Fix - Users could be redirected to an outside website after logging in.
5+
* Fix - Membership thank you page exposed another member's account details. Thanks Karthik Ramakrishnan.
6+
* Fix - Team Membership: scoped Edit Team form nonce to the team being edited.
7+
* Fix - Use timing-safe comparison for email confirmation and approval tokens.
8+
* Fix - Stripe payment could be replayed to renew a membership without paying. Thanks Patchstack.
9+
* Fix - Privilege escalation via membership role and open redirect after login. Thanks Baikuya and Sai Praneeth Koti.
10+
* Add - `{{force_logout_url}}` smart tag for Pro's prevent concurrent login email.
11+
* Fix - Expired membership could be renewed by replaying an earlier Stripe payment. Thanks MYUNGYONG LEE.
12+
* Fix - Deactivate License button did nothing when pro-activation transient was set.
13+
* Fix - Registration forms not validating publish status or restricting assigned roles. Thanks Ananda Dhakal.
14+
115
= 5.2.7 - 11/08/2026 =
216
* Fix - Payment related issues for tax & others
317
* Fix - User login after invalid failed payment.

0 commit comments

Comments
 (0)