Skip to content

Commit 57d741a

Browse files
Release 9.3.3
1 parent da8b97f commit 57d741a

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Fix JS error with link label not existing
1212
* Close navigation if anchor item is nav-link
1313
* Fix focus to target in anchors.js
14+
* Bump tested up WordPress version to 6.1.2
1415

1516
### 9.3.2: 2023-03-21
1617

README.md

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

256256
* PHP >= 7.4
257257
* Requires at least: WordPress 4.7.1
258-
* Tested up to WordPress 6.1.1
258+
* Tested up to WordPress 6.1.2
259259

260260
### Recommendations for development
261261

bin/tasks/additions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ chmod 777 ${PROJECT_PATH}/media
1010

1111
echo "${YELLOW}Generating default README.md...${TXTRESET}"
1212

13-
NEWEST_AIR_VERSION="9.3.2"
14-
NEWEST_WORDPRESS_VERSION="6.1.1"
13+
NEWEST_AIR_VERSION="9.3.3"
14+
NEWEST_WORDPRESS_VERSION="6.1.2"
1515
NEWEST_PHP_VERSION="7.4"
1616
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
1717
echo "# ${PROJECT_NAME}

functions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* own files under /inc and just require here.
77
*
88
* @Date: 2019-10-15 12:30:02
9-
* @Last Modified by: Timi Wahalahti
10-
* @Last Modified time: 2023-03-31 14:50:38
9+
* @Last Modified by: Roni Laukkarinen
10+
* @Last Modified time: 2023-05-18 17:39:55
1111
*
1212
* @package air-light
1313
*/
@@ -17,7 +17,7 @@
1717
/**
1818
* The current version of the theme.
1919
*/
20-
define( 'AIR_LIGHT_VERSION', '9.3.2' );
20+
define( 'AIR_LIGHT_VERSION', '9.3.3' );
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.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.3.2",
3+
"version": "9.3.3",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
66
"devDependencies": {

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Contributors: Digitoimisto Dude Oy
1111
Tags: one-column, accessibility-ready, translation-ready
1212

1313
Requires at least: 5.0
14-
Tested up to: 6.1.1
15-
Stable tag: 9.3.2
14+
Tested up to: 6.1.2
15+
Stable tag: 9.3.3
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.3.2
7+
Version: 9.3.3
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 2023-03-21
23+
@version 2023-05-18
2424
@since 2016-01-28
2525
26-
Tested up to: 6.1.1
26+
Tested up to: 6.1.2
2727
Requires PHP: 7.4
2828
License: MIT License
2929
License URI: LICENSE

0 commit comments

Comments
 (0)