diff --git a/CHANGELOG.md b/CHANGELOG.md
index 289b8fb9..300268aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-### [Unreleased]
+### 9.3.4: 2023-09-07
* Fix focus to item when pressing back to top indicator
* Fix Gutenberg admin to use the correct variable font
diff --git a/README.md b/README.md
index 7c8b759d..bff461b7 100644
--- a/README.md
+++ b/README.md
@@ -255,7 +255,7 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github.
* PHP >= 7.4
* Requires at least: WordPress 4.7.1
-* Tested up to WordPress 6.2.1
+* Tested up to WordPress 6.3.1
### Recommendations for development
diff --git a/bin/tasks/additions.sh b/bin/tasks/additions.sh
index 7c0ca6c6..7001484d 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.3.3"
-NEWEST_WORDPRESS_VERSION="6.2.1"
+NEWEST_AIR_VERSION="9.3.4"
+NEWEST_WORDPRESS_VERSION="6.3.1"
NEWEST_PHP_VERSION="7.4"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
echo "# ${PROJECT_NAME}
diff --git a/functions.php b/functions.php
index ae8a572e..03e14894 100644
--- a/functions.php
+++ b/functions.php
@@ -7,7 +7,7 @@
*
* @Date: 2019-10-15 12:30:02
* @Last Modified by: Roni Laukkarinen
- * @Last Modified time: 2023-05-18 17:39:55
+ * @Last Modified time: 2023-09-07 13:14:34
*
* @package air-light
*/
@@ -17,7 +17,7 @@
/**
* The current version of the theme.
*/
-define( 'AIR_LIGHT_VERSION', '9.3.3' );
+define( 'AIR_LIGHT_VERSION', '9.3.4' );
// 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.json b/package.json
index 124e2db6..98a506dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "air-light",
- "version": "9.3.3",
+ "version": "9.3.4",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
@@ -73,4 +73,4 @@
"moveto": "^1.8.2",
"reframe.js": "^4.0.0"
}
-}
+}
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
index 21032deb..298bb7b2 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.2.1
-Stable tag: 9.3.3
+Tested up to: 6.3.1
+Stable tag: 9.3.4
License: MIT License
License URI: https://opensource.org/licenses/MIT
diff --git a/style.css b/style.css
index e1f4e248..74470147 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.3.3
+Version: 9.3.4
------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 2023-05-18
+@version 2023-09-07
@since 2016-01-28
-Tested up to: 6.2.1
+Tested up to: 6.3.1
Requires PHP: 7.4
License: MIT License
License URI: LICENSE