Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.17.4 #7208

Merged
merged 26 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5f1f0e8
Translate languages/rocket.pot in pt_PT
transifex-integration[bot] Nov 19, 2024
854edff
Translate languages/rocket.pot in tr_TR
transifex-integration[bot] Nov 19, 2024
978648e
Translate languages/rocket.pot in fa_IR
transifex-integration[bot] Nov 23, 2024
ab8eda8
Translate languages/rocket.pot in pt_PT
transifex-integration[bot] Nov 28, 2024
3a5c62a
Translate languages/rocket.pot in pt_PT
transifex-integration[bot] Nov 28, 2024
a8a5876
Closes #7123: Rules about get_subscribed_events (#7124)
Miraeld Nov 28, 2024
7b308ee
Closes #7136: Discourage use of update_option() (#7139)
Miraeld Nov 28, 2024
dd33f7b
Closes #7125: PHPStan: Ensure no hooks are present inside the ORM lo…
Miraeld Nov 28, 2024
3ee7877
Translate languages/rocket.pot in de_DE
transifex-integration[bot] Dec 3, 2024
9acceae
Closes #7153: Update plugin family package (#7154)
jeawhanlee Dec 19, 2024
f008e33
Multi tiers upgrade feature - Base PR (#7197)
wordpressfan Dec 30, 2024
432a68e
Update plugin family to fix rankmath custom download url (#7207)
wordpressfan Dec 30, 2024
15947c3
Close #6863 Add termly compatibility (#7198)
Khadreal Dec 30, 2024
59debf1
change the version to 3.17.4-alpha1
wordpressfan Dec 30, 2024
e3d009f
update dynamic lists
wordpressfan Dec 30, 2024
483a083
Merge branch 'trunk' into develop
wordpressfan Dec 30, 2024
156809d
Merge develop into transifex
wordpressfan Dec 30, 2024
7bcb00d
Prepare transifex before alpha release
Dec 30, 2024
81c98d4
Merge transifex into develop
wordpressfan Dec 30, 2024
7d0fb33
Translate languages/rocket.pot in fr_FR
transifex-integration[bot] Dec 30, 2024
d2f87bd
Translate languages/rocket.pot in fr_FR
transifex-integration[bot] Dec 30, 2024
fda0cc6
change the version to 3.17.4-alpha2
wordpressfan Dec 30, 2024
40b0854
Merge develop into transifex
wordpressfan Dec 30, 2024
c549e46
Prepare transifex before alpha release
Dec 30, 2024
a0862ab
Merge transifex into develop
wordpressfan Dec 30, 2024
dfe5a7a
change the version to 3.17.4
wordpressfan Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 143 additions & 11 deletions assets/css/wpr-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,9 @@ a:focus, button:focus {

.wpr-Popin-Upgrade .wpr-Popin-flex {
justify-content: space-between;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 15px;
}

.wpr-Popin-Upgrade .wpr-Popin-flex > div {
Expand All @@ -1016,13 +1019,10 @@ a:focus, button:focus {
border-radius: 24px;
display: flex;
flex-direction: column;
margin: 0 16px 0 0;
padding: 24px;
text-align: center;
width: 50%;
}
.wpr-Popin-Upgrade .wpr-Popin-flex > div:last-child {
margin-right: 0;
flex: 0.5;
margin: 0;
}
@media (max-width: 783px) {
.wpr-Popin-Upgrade .wpr-Popin-flex > div {
Expand All @@ -1031,7 +1031,7 @@ a:focus, button:focus {
}
}

.wpr-Upgrade-Plus .wpr-upgrade-title::before {
.wpr-upgrade-item:first-child .wpr-upgrade-title::before {
content: url(../img/plus.svg);
display: block;
width: 117px;
Expand All @@ -1042,7 +1042,7 @@ a:focus, button:focus {
transform: translateX(-50%);
}

.wpr-Upgrade-Infinite .wpr-upgrade-title::before {
.wpr-upgrade-item:nth-child(2) .wpr-upgrade-title::before {
content: url(../img/infinite.svg);
display: block;
width: 48px;
Expand Down Expand Up @@ -1099,14 +1099,20 @@ div.wpr-upgrade-websites {
line-height: 1;
font-weight: bold;
margin: 0 0 24px 0;
width: 100%;
}
div.wpr-upgrade-websites.notstacked {
padding: 16px 0;
margin: 0 0 16px;
}

.wpr-upgrade-link {
background: #fff;
border: 1px solid #F56F46;
border-radius: 800px;
color: #F56F46;
display: block;
display: flex;
align-items: center;
font-size: 1rem;
line-height: 1.125;
font-weight: bold;
Expand All @@ -1117,10 +1123,17 @@ div.wpr-upgrade-websites {
background: #F56F46;
color: #fff;
}
.wpr-upgrade-link:hover:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.2 2.8a.8.8 0 00-1.3 1L12.6 7h-11a.8.8 0 100 1.7h11L10 12a.8.8 0 101.3 1L15 8.6a.8.8 0 000-1.2l-3.8-4.5z'/%3E%3C/svg%3E");
}
.wpr-upgrade-link::after {
content: "→";
font-weight: normal;
margin-left: 8px;
content: "";
display: inline-block;
margin: 0 0 0 0.89em;
height: 16px;
width: 16px;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F56F46'%3E%3Cpath d='M11.2 2.8a.8.8 0 00-1.3 1L12.6 7h-11a.8.8 0 100 1.7h11L10 12a.8.8 0 101.3 1L15 8.6a.8.8 0 000-1.2l-3.8-4.5z'/%3E%3C/svg%3E");
vertical-align: -10%;
}

/*-----------------------------------------------*\
Expand Down Expand Up @@ -3147,4 +3160,123 @@ div.wpr-tutorial-item {
.wpr-field--categorizedmultiselect {
padding-right: 80px;
}
}
.custom-select {
position: relative;
width: 60%;
max-width: 100%;
color: #000;
margin: 0 auto !important;
}

.select-button {
width: 100%;
background-color: #fff;
padding: 0.65rem;
border: 1px solid #caced1;
border-radius: 1rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}

.selected-value {
text-align: center;
flex: 1;
}

.custom-select-arrow {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 6px solid #000;
transition: transform ease-in-out 0.3s;
}

.select-dropdown {
position: absolute;
z-index: 1;
list-style: none;
width: 100%;
border: 1px solid #caced1;
padding: 10px 0;
margin-top: 10px;
max-height: 200px;
overflow-y: auto;
opacity: 0;
visibility: hidden;
border-radius: 16px;
background-color: #fff;
transition: all 0.5s ease;
transform: translateY(-20px);
box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.15);
font-weight: normal;
}

.select-dropdown:focus-within {
box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.select-dropdown li {
position: relative;
cursor: pointer;
display: flex;
gap: 1rem;
align-items: center;
justify-content: center;
}
.select-dropdown li:last-child {
margin-bottom: 0;
}

.select-dropdown li label {
width: 100%;
padding: 8px 10px;
cursor: pointer;
display: flex;
gap: 1rem;
align-items: center;
text-align: center;
flex: 1;
justify-content: center;
}

.select-dropdown::-webkit-scrollbar {
width: 7px;
}

.select-dropdown::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 25px;
}

.select-dropdown::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 25px;
}

.select-dropdown li:hover,
.select-dropdown li.active,
.select-dropdown input:checked ~ label {
background-color: #f2f2f2;
}

.select-dropdown input:focus ~ label {
background-color: #dfdfdf;
}

.select-dropdown input[type=radio] {
position: absolute;
left: 0;
opacity: 0;
}

.custom-select.active .custom-select-arrow {
transform: rotate(180deg);
}

.custom-select.active .select-dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
2 changes: 1 addition & 1 deletion assets/css/wpr-admin.min.css

Large diffs are not rendered by default.

Loading
Loading