Skip to content

Commit b8a36a8

Browse files
author
deployment_bot
committed
Recompile WordPress major and beta versions
1 parent 8ab16da commit b8a36a8

Some content is hidden

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

47 files changed

+2073
-2110
lines changed

packages/playground/wordpress-builds/public/wp-6.8/wordpress-remote-asset-paths

Lines changed: 1789 additions & 1789 deletions
Large diffs are not rendered by default.
Binary file not shown.

packages/playground/wordpress-builds/public/wp-6.8/wp-admin/css/revisions-rtl.css

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,28 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
573573
}
574574
}
575575

576+
@media screen and (max-width: 600px) {
577+
.revisions-meta .author-card:not(.comparing-two-revisions .author-card) {
578+
display: flex;
579+
flex-direction: column;
580+
width: fit-content;
581+
gap: 16px;
582+
}
583+
584+
.comparing-two-revisions .revisions-meta .restore-revision {
585+
margin-top: 16px;
586+
}
587+
588+
.revisions-controls {
589+
padding-top: 0;
590+
}
591+
592+
.revision-toggle-compare-mode {
593+
position: relative;
594+
padding: 1rem 0;
595+
}
596+
}
597+
576598
@media screen and (max-width: 782px) {
577599
#diff-next-revision,
578600
#diff-previous-revision {
@@ -586,14 +608,18 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
586608

587609
.revisions-controls,
588610
.comparing-two-revisions .revisions-controls {
589-
height: 170px;
611+
height: fit-content;
590612
}
591613

592614
.revisions-tooltip {
593-
bottom: 130px;
615+
bottom: 155px;
594616
z-index: 2;
595617
}
596618

619+
.comparing-two-revisions .revisions-tooltip {
620+
bottom: 200px;
621+
}
622+
597623
.diff-meta {
598624
overflow: hidden;
599625
}

packages/playground/wordpress-builds/public/wp-6.8/wp-admin/css/revisions-rtl.min.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.

packages/playground/wordpress-builds/public/wp-6.8/wp-admin/css/revisions.css

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,28 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
572572
}
573573
}
574574

575+
@media screen and (max-width: 600px) {
576+
.revisions-meta .author-card:not(.comparing-two-revisions .author-card) {
577+
display: flex;
578+
flex-direction: column;
579+
width: fit-content;
580+
gap: 16px;
581+
}
582+
583+
.comparing-two-revisions .revisions-meta .restore-revision {
584+
margin-top: 16px;
585+
}
586+
587+
.revisions-controls {
588+
padding-top: 0;
589+
}
590+
591+
.revision-toggle-compare-mode {
592+
position: relative;
593+
padding: 1rem 0;
594+
}
595+
}
596+
575597
@media screen and (max-width: 782px) {
576598
#diff-next-revision,
577599
#diff-previous-revision {
@@ -585,14 +607,18 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
585607

586608
.revisions-controls,
587609
.comparing-two-revisions .revisions-controls {
588-
height: 170px;
610+
height: fit-content;
589611
}
590612

591613
.revisions-tooltip {
592-
bottom: 130px;
614+
bottom: 155px;
593615
z-index: 2;
594616
}
595617

618+
.comparing-two-revisions .revisions-tooltip {
619+
bottom: 200px;
620+
}
621+
596622
.diff-meta {
597623
overflow: hidden;
598624
}

packages/playground/wordpress-builds/public/wp-6.8/wp-admin/css/revisions.min.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.

packages/playground/wordpress-builds/public/wp-6.8/wp-content/themes/twentytwentyfive/readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg
33
Requires at least: 6.7
44
Tested up to: 6.8
55
Requires PHP: 7.2
6-
Stable tag: 1.2
6+
Stable tag: 1.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -14,6 +14,11 @@ Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible de
1414

1515
== Changelog ==
1616

17+
= 1.3 =
18+
* Released: July 15, 2025
19+
20+
https://wordpress.org/documentation/article/twenty-twenty-five-changelog/#Version_1.3
21+
1722
= 1.2 =
1823
* Released: April 15, 2025
1924

packages/playground/wordpress-builds/public/wp-6.8/wp-content/themes/twentytwentyfive/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offer
77
Requires at least: 6.7
88
Tested up to: 6.8
99
Requires PHP: 7.2
10-
Version: 1.2
10+
Version: 1.3
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: twentytwentyfive

packages/playground/wordpress-builds/public/wp-6.8/wp-includes/blocks/button/style-rtl.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
display:inline-block;
66
height:100%;
77
text-align:center;
8-
width:100%;
98
word-break:break-word;
109
}
1110
.wp-block-button__link.aligncenter{

packages/playground/wordpress-builds/public/wp-6.8/wp-includes/blocks/button/style-rtl.min.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.

0 commit comments

Comments
 (0)