File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,25 @@ jobs:
1212 - name : Checkout code
1313 uses : actions/checkout@v4
1414
15+ - name : Setup Pnpm
16+ uses : pnpm/action-setup@v3
17+ with :
18+ version : 9
19+
20+ - name : Install dependencies
21+ run : pnpm install
22+
23+ - name : Build
24+ id : build
25+ uses : wpeverest/action-build@4.0.2
26+
1527 - name : Delete existing SVN tag if exists
1628 env :
1729 SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
1830 SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
1931 run : |
2032 sudo apt-get install -y subversion
21-
33+
2234 TAG_VERSION="${{ github.event.release.tag_name }}"
2335 TAG_VERSION="${TAG_VERSION#v}"
2436 SVN_TAG_URL="https://plugins.svn.wordpress.org/user-registration/tags/${TAG_VERSION}"
4557 env :
4658 SVN_USERNAME : ${{ secrets.SVN_USERNAME }}
4759 SVN_PASSWORD : ${{ secrets.SVN_PASSWORD }}
48- SLUG : user-registration
60+ SLUG : user-registration
Original file line number Diff line number Diff line change 1- = 5.1.3 - 2/24 /2026 =
1+ = 5.1.3 - 24/02 /2026 =
22* Enhance - Membership field not draggable when no membership plans created, notice is shown.
33* Fix - Missing Content restriction CSS file error.
44* Fix - Auto approval and auto login not working incase of PayPal payments.
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
264264
265265== Changelog ==
266266
267- = 5.1.3 - 2/24 /2026 =
267+ = 5.1.3 - 24/02 /2026 =
268268* Enhance - Membership field not draggable when no membership plans created, notice is shown.
269269* Fix - Missing Content restriction CSS file error.
270270* Fix - Auto approval and auto login not working incase of PayPal payments.
You can’t perform that action at this time.
0 commit comments