From 51cf1a89d76a9f6130ab225dcba5b9b2d31d5d68 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Thu, 31 Oct 2024 15:26:40 -0400 Subject: [PATCH] Bump tested up to version to 6.7 (#919) --- README.md | 2 +- changelog.txt | 4 ++++ docs/child-theme/style.css | 2 +- docs/design-styles/example/functions.php | 2 +- readme.txt | 6 +++--- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95a10d47..12bfbd8b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Github Test Workflow - WordPress Versions + WordPress Versions PHP Versions diff --git a/changelog.txt b/changelog.txt index 01c41b4a..fb0bcc57 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ += 1.8.12 / 2024-10-31 = +### Updates +- Bump the tested up to version to 6.7. [#919](https://github.com/godaddy-wordpress/go/pull/919) + = 1.8.11 / 2024-07-16 = ### Updates - Bump the tested up to version to 6.6. [#914](https://github.com/godaddy-wordpress/go/pull/914) diff --git a/docs/child-theme/style.css b/docs/child-theme/style.css index 78bd2c5d..718f3426 100644 --- a/docs/child-theme/style.css +++ b/docs/child-theme/style.css @@ -6,7 +6,7 @@ * Author: GoDaddy * Author URI: https://www.godaddy.com * Version: 1.0.0 - * Tested up to: 6.5 + * Tested up to: 6.7 * Requires PHP: 5.6 * License: GPL-2.0 * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/docs/design-styles/example/functions.php b/docs/design-styles/example/functions.php index 6f16fa4f..2b17be56 100755 --- a/docs/design-styles/example/functions.php +++ b/docs/design-styles/example/functions.php @@ -6,7 +6,7 @@ * Author: GoDaddy * Version: 1.22.0 * Text Domain: go - * Tested up to: 6.5 + * Tested up to: 6.7 * * @package Go */ diff --git a/readme.txt b/readme.txt index e9654b55..fe38d0b0 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: godaddy, richtabor, eherman24, jrtashjian, kopepasah, olivierlafleur Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, one-column, theme-options, threaded-comments, translation-ready, wide-blocks Requires at least: 5.0 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 5.6 Stable tag: 1.8.11 License: GPL-2.0-only @@ -108,6 +108,6 @@ List of bespoke icons: - Comments icon == Changelog == -= 1.8.10 / 2024-04-02 = += 1.8.12 / 2024-10-31 = ### Updates -- Bump the tested up to version to 6.5. [#909](https://github.com/godaddy-wordpress/go/pull/909) \ No newline at end of file +- Bump the tested up to version to 6.7. [#919](https://github.com/godaddy-wordpress/go/pull/919)