Skip to content

Commit b0582b0

Browse files
Release 9.4.8, T-23374
1 parent b098c00 commit b0582b0

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Fix cssnano stripping out font-family declarations
66
* Remove root font-size 62.5% from editor styles, T-24605
77
* Add limited amount of core blocks for articles by default, remove extra embed blocks, T-25121
8+
* Bump tested up to WordPress 6.7.1
89

910
### 9.4.7: 2024-12-04
1011

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github.
247247

248248
* PHP >= 8.3
249249
* Requires at least: WordPress 4.7.1
250-
* Tested up to WordPress 6.6.2
250+
* Tested up to WordPress 6.7.1
251251

252252
### Recommendations for development
253253

bin/tasks/additions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ chmod 777 ${PROJECT_PATH}/media
66

77
echo "${YELLOW}Generating default README.md...${TXTRESET}"
88

9-
NEWEST_AIR_VERSION="9.4.7"
9+
NEWEST_AIR_VERSION="9.4.8"
1010
NEWEST_WORDPRESS_VERSION="6.7.0"
1111
NEWEST_PHP_VERSION="8.3"
1212
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The current version of the theme.
1919
*/
20-
define( 'AIR_LIGHT_VERSION', '9.4.7' );
20+
define( 'AIR_LIGHT_VERSION', '9.4.8' );
2121

2222
// We need to have some defaults as comments or empties so let's allow this:
2323
// phpcs:disable Squiz.Commenting.InlineComment.SpacingBefore, WordPress.Arrays.ArrayDeclarationSpacing.SpaceInEmptyArray

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "air-light",
3-
"version": "9.4.7",
3+
"version": "9.4.8",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy ([email protected])",
66
"devDependencies": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Tags: one-column, accessibility-ready, translation-ready
1212

1313
Requires at least: 5.0
1414
Tested up to: 6.7.1
15-
Stable tag: 9.4.7
15+
Stable tag: 9.4.8
1616
License: MIT License
1717
License URI: https://opensource.org/licenses/MIT
1818

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air-light
44
Author: Digitoimisto Dude Oy
55
Author URI: https://www.dude.fi
66
Description: Hi. I'm a starter theme called <code>Air-light</code>, or <em>air</em>, 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 <em>Parent Theme</em> as-is. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
7-
Version: 9.4.7
7+
Version: 9.4.8
88
99
------8<----------
1010
Please do this before your actual theme is ready to go live:
@@ -20,10 +20,10 @@ If you see this, contact the site admin.
2020
/*---------------------------------------------------------------
2121
>>> Air-light theme version information, only for AIR developers
2222
-----------------------------------------------------------------
23-
@version 2024-12-04
23+
@version 2025-02-03
2424
@since 2016-01-28
2525
26-
Tested up to: 6.6.2
26+
Tested up to: 6.7.1
2727
Requires PHP: 8.3
2828
License: MIT License
2929
License URI: LICENSE

0 commit comments

Comments
 (0)