Skip to content

Commit 5eb958b

Browse files
Release 9.6.1, Ref: DEV-385
1 parent b7be75d commit 5eb958b

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

functions.php

Lines changed: 2 additions & 6 deletions
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.6.0' );
20+
define( 'AIR_LIGHT_VERSION', '9.6.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
@@ -158,11 +158,7 @@
158158
'core/table',
159159
'core/textColumns',
160160
],
161-
'page' => [
162-
// Demo blocks
163-
'air-light/latest-articles',
164-
'air-light/image-content',
165-
],
161+
'page' => [],
166162
// 'page' => [
167163
// 'all-acf-blocks',
168164
// 'core/paragraph',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "air-light",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy ([email protected])",
66
"devDependencies": {
@@ -74,4 +74,4 @@
7474
"reframe.js": "^4.0.0",
7575
"vnu-jar": "^24.10.17"
7676
}
77-
}
77+
}

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.8.2
15-
Stable tag: 9.6.0
15+
Stable tag: 9.6.1
1616
License: MIT License
1717
License URI: https://opensource.org/licenses/MIT
1818

style.css

Lines changed: 1 addition & 1 deletion
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.6.0
7+
Version: 9.6.1
88
99
------8<----------
1010
Please do this before your actual theme is ready to go live:

0 commit comments

Comments
 (0)