Skip to content

Commit b67ee9a

Browse files
committed
Release 9.5.1
1 parent 5afa183 commit b67ee9a

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
### 9.5.1: 2025-05-23
3+
* Fix inconsistent heading variables, T-25878
4+
* Fix anchors.js not working with #hash in url, DEV-262
5+
16
### 9.5.0: 2025-02-26
27

38
* Disable core/code block by default, T-25121

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.5.0"
9+
NEWEST_AIR_VERSION="9.5.1"
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.5.0' );
20+
define( 'AIR_LIGHT_VERSION', '9.5.1' );
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.5.0",
3+
"version": "9.5.1",
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.2
15-
Stable tag: 9.5.0
15+
Stable tag: 9.5.1
1616
License: MIT License
1717
License URI: https://opensource.org/licenses/MIT
1818

0 commit comments

Comments
 (0)