From 0c0fcf10fc88e211171998c26567aae43deb5655 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Thu, 13 Jun 2024 12:24:42 +0300 Subject: [PATCH] Release 9.4.2 --- CHANGELOG.md | 1 + README.md | 2 +- bin/tasks/additions.sh | 4 ++-- functions.php | 2 +- package-lock.json | 2 +- readme.txt | 4 ++-- style.css | 6 +++--- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cde5a0f..539524c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Fix typos #216 (thanks @szepeviktor!) * Add is-external-link helper class to external links +* Bump tested WordPress version to 6.5.4 ### 9.4.1: 2024-04-18 diff --git a/README.md b/README.md index 43c13535..c5f641ba 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github. * PHP >= 8.3 * Requires at least: WordPress 4.7.1 -* Tested up to WordPress 6.5.2 +* Tested up to WordPress 6.5.4 ### Recommendations for development diff --git a/bin/tasks/additions.sh b/bin/tasks/additions.sh index 7bcb1a06..0ba71f93 100644 --- a/bin/tasks/additions.sh +++ b/bin/tasks/additions.sh @@ -10,8 +10,8 @@ chmod 777 ${PROJECT_PATH}/media echo "${YELLOW}Generating default README.md...${TXTRESET}" -NEWEST_AIR_VERSION="9.4.1" -NEWEST_WORDPRESS_VERSION="6.5.2" +NEWEST_AIR_VERSION="9.4.2" +NEWEST_WORDPRESS_VERSION="6.5.4" NEWEST_PHP_VERSION="8.3" CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_'); echo "# ${PROJECT_NAME} diff --git a/functions.php b/functions.php index 1c9fd2d7..f48b20c8 100644 --- a/functions.php +++ b/functions.php @@ -17,7 +17,7 @@ /** * The current version of the theme. */ -define( 'AIR_LIGHT_VERSION', '9.4.1' ); +define( 'AIR_LIGHT_VERSION', '9.4.2' ); // We need to have some defaults as comments or empties so let's allow this: // phpcs:disable Squiz.Commenting.InlineComment.SpacingBefore, WordPress.Arrays.ArrayDeclarationSpacing.SpaceInEmptyArray diff --git a/package-lock.json b/package-lock.json index da968676..336cfb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "air-light", - "version": "9.4.1", + "version": "9.4.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/readme.txt b/readme.txt index 3ba2e13b..ad58cb9a 100644 --- a/readme.txt +++ b/readme.txt @@ -11,8 +11,8 @@ Contributors: Digitoimisto Dude Oy Tags: one-column, accessibility-ready, translation-ready Requires at least: 5.0 -Tested up to: 6.5.2 -Stable tag: 9.4.1 +Tested up to: 6.5.4 +Stable tag: 9.4.2 License: MIT License License URI: https://opensource.org/licenses/MIT diff --git a/style.css b/style.css index dd0f256b..b8ff7905 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air-light Author: Digitoimisto Dude Oy Author URI: https://www.dude.fi Description: Hi. I'm a starter theme called Air-light, or air, if you like. I'm a theme based on Automattic's underscores and I'm meant for hacking so don't use me as a Parent Theme as-is. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for. -Version: 9.4.1 +Version: 9.4.2 ------8<---------- Please do this before your actual theme is ready to go live: @@ -20,10 +20,10 @@ If you see this, contact the site admin. /*--------------------------------------------------------------- >>> Air-light theme version information, only for AIR developers ----------------------------------------------------------------- -@version 2024-04-18 +@version 2024-06-13 @since 2016-01-28 -Tested up to: 6.5.2 +Tested up to: 6.5.4 Requires PHP: 8.3 License: MIT License License URI: LICENSE