From fc0a79914946dac00ccd51b1aacffe267de7210e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:22 +0200 Subject: Merging upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- .../themes/twentytwentythree/parts/header.html | 6 +++++- .../twentytwentythree/patterns/call-to-action.php | 1 + .../twentytwentythree/patterns/footer-default.php | 1 + .../themes/twentytwentythree/patterns/post-meta.php | 1 + wp-content/themes/twentytwentythree/readme.txt | 9 +++++++-- wp-content/themes/twentytwentythree/screenshot.png | Bin 74030 -> 81654 bytes wp-content/themes/twentytwentythree/style.css | 4 ++-- .../themes/twentytwentythree/styles/aubergine.json | 2 +- .../themes/twentytwentythree/templates/archive.html | 4 ++-- .../themes/twentytwentythree/templates/home.html | 4 ++-- .../themes/twentytwentythree/templates/search.html | 4 ++-- wp-content/themes/twentytwentythree/theme.json | 2 +- 12 files changed, 25 insertions(+), 13 deletions(-) (limited to 'wp-content/themes/twentytwentythree') diff --git a/wp-content/themes/twentytwentythree/parts/header.html b/wp-content/themes/twentytwentythree/parts/header.html index 8e4f17b..8a94130 100644 --- a/wp-content/themes/twentytwentythree/parts/header.html +++ b/wp-content/themes/twentytwentythree/parts/header.html @@ -3,7 +3,11 @@
- + +
+ +
+
diff --git a/wp-content/themes/twentytwentythree/patterns/call-to-action.php b/wp-content/themes/twentytwentythree/patterns/call-to-action.php index 119677d..1542790 100644 --- a/wp-content/themes/twentytwentythree/patterns/call-to-action.php +++ b/wp-content/themes/twentytwentythree/patterns/call-to-action.php @@ -5,6 +5,7 @@ * Categories: featured * Keywords: Call to action * Block Types: core/buttons + * Description: Left-aligned text with a CTA button and a separator. */ ?> diff --git a/wp-content/themes/twentytwentythree/patterns/footer-default.php b/wp-content/themes/twentytwentythree/patterns/footer-default.php index d197bf5..e382724 100644 --- a/wp-content/themes/twentytwentythree/patterns/footer-default.php +++ b/wp-content/themes/twentytwentythree/patterns/footer-default.php @@ -4,6 +4,7 @@ * Slug: twentytwentythree/footer-default * Categories: footer * Block Types: core/template-part/footer + * Description: Footer with site title and powered by WordPress. */ ?> diff --git a/wp-content/themes/twentytwentythree/patterns/post-meta.php b/wp-content/themes/twentytwentythree/patterns/post-meta.php index b704064..a1a9226 100644 --- a/wp-content/themes/twentytwentythree/patterns/post-meta.php +++ b/wp-content/themes/twentytwentythree/patterns/post-meta.php @@ -5,6 +5,7 @@ * Categories: query * Keywords: post meta * Block Types: core/template-part/post-meta + * Description: Post meta information with separator on the top. */ ?> diff --git a/wp-content/themes/twentytwentythree/readme.txt b/wp-content/themes/twentytwentythree/readme.txt index c845ea5..3eef248 100644 --- a/wp-content/themes/twentytwentythree/readme.txt +++ b/wp-content/themes/twentytwentythree/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Three === Contributors: wordpressdotorg Requires at least: 6.1 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 1.4 +Stable tag: 1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -15,6 +15,11 @@ Whether you want to build a complex or incredibly simple website, you can do it == Changelog == += 1.5 = +* Released: July 16, 2024 + +https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.5 + = 1.4 = * Released: April 2, 2024 diff --git a/wp-content/themes/twentytwentythree/screenshot.png b/wp-content/themes/twentytwentythree/screenshot.png index dee93e4..417d979 100644 Binary files a/wp-content/themes/twentytwentythree/screenshot.png and b/wp-content/themes/twentytwentythree/screenshot.png differ diff --git a/wp-content/themes/twentytwentythree/style.css b/wp-content/themes/twentytwentythree/style.css index 273c757..94a23fc 100644 --- a/wp-content/themes/twentytwentythree/style.css +++ b/wp-content/themes/twentytwentythree/style.css @@ -5,9 +5,9 @@ Author: the WordPress team Author URI: https://wordpress.org Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself. Requires at least: 6.1 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 5.6 -Version: 1.4 +Version: 1.5 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html Text Domain: twentytwentythree diff --git a/wp-content/themes/twentytwentythree/styles/aubergine.json b/wp-content/themes/twentytwentythree/styles/aubergine.json index 235b04b2..485eaf5 100644 --- a/wp-content/themes/twentytwentythree/styles/aubergine.json +++ b/wp-content/themes/twentytwentythree/styles/aubergine.json @@ -11,7 +11,7 @@ "slug": "secondary-base" }, { - "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)", + "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 clamp(10vh, 24rem, 14vh), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)", "name": "Base to Secondary to Base", "slug": "base-secondary-base" }, diff --git a/wp-content/themes/twentytwentythree/templates/archive.html b/wp-content/themes/twentytwentythree/templates/archive.html index 74a8a5c..c09d1b9 100644 --- a/wp-content/themes/twentytwentythree/templates/archive.html +++ b/wp-content/themes/twentytwentythree/templates/archive.html @@ -18,8 +18,8 @@ - - + + diff --git a/wp-content/themes/twentytwentythree/templates/home.html b/wp-content/themes/twentytwentythree/templates/home.html index 9b84d2b..23fc5cf 100644 --- a/wp-content/themes/twentytwentythree/templates/home.html +++ b/wp-content/themes/twentytwentythree/templates/home.html @@ -20,8 +20,8 @@ - - + + diff --git a/wp-content/themes/twentytwentythree/templates/search.html b/wp-content/themes/twentytwentythree/templates/search.html index c80325d..53ec6ba 100644 --- a/wp-content/themes/twentytwentythree/templates/search.html +++ b/wp-content/themes/twentytwentythree/templates/search.html @@ -18,8 +18,8 @@ - - + + diff --git a/wp-content/themes/twentytwentythree/theme.json b/wp-content/themes/twentytwentythree/theme.json index 32eb7ed..4ac5ac8 100644 --- a/wp-content/themes/twentytwentythree/theme.json +++ b/wp-content/themes/twentytwentythree/theme.json @@ -1,5 +1,5 @@ { - "$schema": "https://schemas.wp.org/trunk/theme.json", + "$schema": "https://schemas.wp.org/wp/6.5/theme.json", "version": 2, "customTemplates": [ { -- cgit v1.2.3