diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d401c38..9f051fde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-### Unreleased
+### 9.4.6: 2024-11-19
* Demo: Prevent spaces in theme-info link
* Fix newtheme-popos.sh script location detection
@@ -8,6 +8,7 @@
* Make black truly black
* Add Mona Sans variable font
* Re-design placeholder content
+* Remove root font-size 62.5%, add rem-over-px formula, Fixes #192
### 9.4.5: 2024-10-25
diff --git a/bin/tasks/additions.sh b/bin/tasks/additions.sh
index a56cdd96..1a93c4f8 100644
--- a/bin/tasks/additions.sh
+++ b/bin/tasks/additions.sh
@@ -6,8 +6,8 @@ chmod 777 ${PROJECT_PATH}/media
echo "${YELLOW}Generating default README.md...${TXTRESET}"
-NEWEST_AIR_VERSION="9.4.5"
-NEWEST_WORDPRESS_VERSION="6.6.2"
+NEWEST_AIR_VERSION="9.4.6"
+NEWEST_WORDPRESS_VERSION="6.7.0"
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 642b4a33..bb3fb717 100644
--- a/functions.php
+++ b/functions.php
@@ -17,7 +17,7 @@
/**
* The current version of the theme.
*/
-define( 'AIR_LIGHT_VERSION', '9.4.5' );
+define( 'AIR_LIGHT_VERSION', '9.4.6' );
// 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 32048fc9..4bc2ca29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "air-light",
- "version": "9.4.5",
+ "version": "9.4.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "air-light",
- "version": "9.4.5",
+ "version": "9.4.6",
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"moveto": "^1.8.2",
@@ -26250,4 +26250,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 26baf1c7..2e6b9d9a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "air-light",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
@@ -69,4 +69,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 61f9cdfa..bac8f66a 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.6.2
-Stable tag: 9.4.5
+Tested up to: 6.7.0
+Stable tag: 9.4.6
License: MIT License
License URI: https://opensource.org/licenses/MIT
diff --git a/style.css b/style.css
index 02320c20..243e17fd 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.5
+Version: 9.4.6
------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-10-25
+@version 2024-11-19
@since 2016-01-28
Tested up to: 6.6.2