From 8272e97fd74797eb96f85a21d1d3718f0f090c5b Mon Sep 17 00:00:00 2001 From: KafleG Date: Thu, 24 Aug 2023 19:56:24 +0545 Subject: [PATCH 1/2] Update Style CSS header --- style.css | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/style.css b/style.css index 41827b18..93c2633f 100644 --- a/style.css +++ b/style.css @@ -1,30 +1,17 @@ /* -Theme Name: Twenty Twenty Four -Theme URI: https://github.com/Automattic/themes/tree/trunk/twentytwentyfour -Author: Automattic -Author URI: https://automattic.com/ +Theme Name: Twenty Twenty-Four +Theme URI: https://wordpress.org/themes/twentytwentyfour +Author: the WordPress team +Author URI: https://wordpress.org Description: Twenty Twenty Four is a simple theme that supports full-site editing. It comes with a set of minimal templates and design settings that can be manipulated through Global Styles. Use it to build something beautiful. Requires at least: 6.0 -Tested up to: 6.0 +Tested up to: 6.3 Requires PHP: 5.7 -Version: 0.0.28 +Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentyfour -Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, auto-loading-homepage - -Twenty Twenty Four WordPress Theme, (C) 2022 Automattic, Inc. -Twenty Twenty Four is distributed under the terms of the GNU GPL. - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news */ /* @@ -45,4 +32,4 @@ GNU General Public License for more details. a { text-decoration-thickness: .0625em !important; text-underline-offset: .15em; -} +} \ No newline at end of file From ebd9336d52dca7535065cc8d6d639bf03b0c1f10 Mon Sep 17 00:00:00 2001 From: KafleG Date: Thu, 24 Aug 2023 20:53:26 +0545 Subject: [PATCH 2/2] Update requires php to 7.0 --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 93c2633f..d0156df4 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ Author URI: https://wordpress.org Description: Twenty Twenty Four is a simple theme that supports full-site editing. It comes with a set of minimal templates and design settings that can be manipulated through Global Styles. Use it to build something beautiful. Requires at least: 6.0 Tested up to: 6.3 -Requires PHP: 5.7 +Requires PHP: 7.0 Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html