diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8198e15a..3d2ecc81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-### Unreleased
+### 9.4.5: 2024-10-25
* Add global variable for current block during `render_acf_block` (T-17629)
* Add default styles for 404.scss
diff --git a/bin/tasks/additions.sh b/bin/tasks/additions.sh
index 417a28d2..a56cdd96 100644
--- a/bin/tasks/additions.sh
+++ b/bin/tasks/additions.sh
@@ -6,7 +6,7 @@ chmod 777 ${PROJECT_PATH}/media
echo "${YELLOW}Generating default README.md...${TXTRESET}"
-NEWEST_AIR_VERSION="9.4.4"
+NEWEST_AIR_VERSION="9.4.5"
NEWEST_WORDPRESS_VERSION="6.6.2"
NEWEST_PHP_VERSION="8.3"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
diff --git a/functions.php b/functions.php
index 67c3b74d..642b4a33 100644
--- a/functions.php
+++ b/functions.php
@@ -17,7 +17,7 @@
/**
* The current version of the theme.
*/
-define( 'AIR_LIGHT_VERSION', '9.4.4' );
+define( 'AIR_LIGHT_VERSION', '9.4.5' );
// 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 32793302..cd670bcf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "air-light",
- "version": "9.4.4",
+ "version": "9.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "air-light",
- "version": "9.4.4",
+ "version": "9.4.5",
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"moveto": "^1.8.2",
diff --git a/package.json b/package.json
index 904e4f4e..5bde0b1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "air-light",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
diff --git a/readme.txt b/readme.txt
index 645a2447..61f9cdfa 100644
--- a/readme.txt
+++ b/readme.txt
@@ -12,7 +12,7 @@ Tags: one-column, accessibility-ready, translation-ready
Requires at least: 5.0
Tested up to: 6.6.2
-Stable tag: 9.4.4
+Stable tag: 9.4.5
License: MIT License
License URI: https://opensource.org/licenses/MIT
diff --git a/style.css b/style.css
index 64eac14d..02320c20 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.4
+Version: 9.4.5
------8<----------
Please do this before your actual theme is ready to go live:
@@ -20,7 +20,7 @@ If you see this, contact the site admin.
/*---------------------------------------------------------------
>>> Air-light theme version information, only for AIR developers
-----------------------------------------------------------------
-@version 2024-09-13
+@version 2024-10-25
@since 2016-01-28
Tested up to: 6.6.2