Skip to content

Commit db9cec9

Browse files
committed
Final version bump to v5.2.0 for public release.
1 parent 0e540d1 commit db9cec9

69 files changed

Lines changed: 2271 additions & 1382 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/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113

114114
- name: Setup pnpm
115-
uses: pnpm/action-setup@v4
115+
uses: pnpm/action-setup@v3
116116
with:
117117
version: 9
118118

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* Fix - Update success message icon and cookie settings for pro version activation.
2525
* Fix - Emails not being sent if the registration success state is not broadcasted properly.
2626
* Fix - Stripe Credit card details reset when switching membership plans in registration forms.
27+
* Fix - Members table showing Membership and Subscription status even when membership is not used.
2728
* Fix - Prevented PayPal payment status from being changed from pending to completed without a successful payment.
2829
* Fix - Content restriction only applied to the main content area, leaving page titles and featured images visible in Elementor.
2930

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: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,11 @@ body {
10491049
opacity: 1;
10501050
box-shadow: none;
10511051
border-color: $border_color;
1052+
background: none;
1053+
}
1054+
1055+
&[type="checkbox"]:checked {
1056+
background: none;
10521057
}
10531058
}
10541059

@@ -1693,7 +1698,7 @@ body {
16931698

16941699
.ur-builder-wrapper-footer {
16951700
.button.button-style-customizer {
1696-
bottom: 124px;
1701+
bottom: 124px !important;
16971702
}
16981703
}
16991704
}
@@ -2091,6 +2096,7 @@ body {
20912096
height: 32px;
20922097
text-align: center;
20932098
font-family: inherit;
2099+
border-radius: 3px;
20942100

20952101
&::before {
20962102
width: 16px;
@@ -3776,6 +3782,9 @@ a.button.ur-smart-tags-list-button {
37763782
color: $grey-400;
37773783
border-radius: $border_radius_3;
37783784

3785+
min-height: 30px;
3786+
line-height: 2.3 !important;
3787+
37793788
&:has(span) {
37803789
width: 33px;
37813790
height: 33px;
@@ -3831,6 +3840,11 @@ a.button.ur-smart-tags-list-button {
38313840
background: $primary_color;
38323841
font-size: 14px;
38333842

3843+
border-radius: 3px;
3844+
min-height: 32px;
3845+
margin-bottom: 0px;
3846+
line-height: 2.3;
3847+
38343848
&:hover {
38353849
background: $primary_dark;
38363850
border-color: $primary_dark;
@@ -3929,6 +3943,8 @@ a.button.ur-smart-tags-list-button {
39293943
font-size: 14px;
39303944
color: $grey-400;
39313945
border-radius: $border_radius_3;
3946+
min-height: 30px;
3947+
line-height: 2.3 !important;
39323948

39333949
&:has(span) {
39343950
width: 33px;
@@ -3974,6 +3990,9 @@ a.button.ur-smart-tags-list-button {
39743990
.button-primary {
39753991
background: $primary_color;
39763992
font-size: 14px;
3993+
min-height: 32px;
3994+
margin-bottom: 0px;
3995+
line-height: 2.3 !important;
39773996

39783997
&:hover {
39793998
background: $primary_dark;
@@ -6063,6 +6082,11 @@ body.user-registration {
60636082

60646083
input[type="radio"] {
60656084
height: 1rem;
6085+
6086+
background: none;
6087+
&:focus {
6088+
box-shadow: none !important;
6089+
}
60666090
}
60676091

60686092
label {
@@ -6688,6 +6712,9 @@ body {
66886712
font-size: 14px !important;
66896713
color: #383838 !important;
66906714
border-radius: 3px !important;
6715+
min-height: 32px !important;
6716+
line-height: 2.3 !important;
6717+
font-weight: 400 !important;
66916718
}
66926719

66936720
.embed-form-swl-container {
@@ -9470,6 +9497,7 @@ body.user-registration-page {
94709497
input[type="radio"] {
94719498
margin: 0;
94729499
margin-top: 1px;
9500+
background: none;
94739501

94749502
&::before {
94759503
width: 8px;
@@ -10117,6 +10145,10 @@ body.user-registration-page {
1011710145
}
1011810146

1011910147
input[type="radio"] {
10148+
&:focus {
10149+
box-shadow: none !important;
10150+
}
10151+
1012010152
&:checked::before {
1012110153
background: $primary_color;
1012210154
}
@@ -10186,6 +10218,14 @@ body.user-registration-page {
1018610218
}
1018710219
}
1018810220

10221+
.user-registration-part-delete {
10222+
min-height: 30px !important;
10223+
font-size: 14px;
10224+
line-height: 2.15 !important;
10225+
border-radius: 3px !important;
10226+
}
10227+
10228+
@import "components/wp7-compat";
1018910229
#user-registration-base-list-table-page.ur-tax-region-layout {
1019010230
.user-registration-base-list-table-heading {
1019110231
position: relative;

0 commit comments

Comments
 (0)