Skip to content

Commit e1fa4fa

Browse files
Release 9.0.6
1 parent 5cfccf3 commit e1fa4fa

File tree

6 files changed

+47
-36
lines changed

6 files changed

+47
-36
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 9.0.6: 2022-06-30
2+
3+
* Upgrade to [devpackages 2.4.7](https://github.com/digitoimistodude/devpackages/releases/tag/2.4.7)
4+
* Remove air_helper_custom_settings_post_ids hook that is no longer used (kudos to latenssi @ wpfi Slack for spotting it!)
5+
16
### 9.0.5: 2022-06-09
27

38
* Prevent mobile navigation flickering before JS has been loaded

bin/tasks/additions.sh

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

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

13-
NEWEST_AIR_VERSION="9.0.5"
13+
NEWEST_AIR_VERSION="9.0.6"
1414
NEWEST_WORDPRESS_VERSION="6.0.0"
1515
NEWEST_PHP_VERSION="7.4"
1616
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @Date: 2019-10-15 12:30:02
99
* @Last Modified by: Roni Laukkarinen
10-
* @Last Modified time: 2022-06-09 14:36:15
10+
* @Last Modified time: 2022-06-30 16:36:48
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.0.5' );
20+
define( 'AIR_LIGHT_VERSION', '9.0.6' );
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

inc/hooks.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<?php
22
/**
3+
* Hooks
4+
*
35
* All hooks that are run in the theme are listed here
46
*
7+
* @Author: Roni Laukkarinen
8+
* @Date: 2022-06-30 16:24:47
9+
* @Last Modified by: Roni Laukkarinen
10+
* @Last Modified time: 2022-06-30 16:36:05
11+
*
512
* @package air-light
613
*/
714

@@ -22,7 +29,6 @@
2229
*/
2330
require get_theme_file_path( 'inc/hooks/general.php' );
2431
add_action( 'widgets_init', __NAMESPACE__ . '\widgets_init' );
25-
add_filter( 'air_helper_custom_settings_post_ids', __NAMESPACE__ . '\custom_settings_post_ids' );
2632

2733
/**
2834
* Scripts and styles associated hooks

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "air-light",
3-
"version": "9.0.5",
3+
"version": "9.0.6",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
66
"devDependencies": {
7-
"@babel/core": "^7.17.9",
8-
"@babel/eslint-parser": "^7.17.0",
9-
"@hint/hint-axe": "^4.4.9",
10-
"@hint/hint-button-type": "^3.0.11",
11-
"@hint/hint-compat-api": "^4.4.8",
7+
"@babel/core": "^7.18.6",
8+
"@babel/eslint-parser": "^7.18.2",
9+
"@hint/hint-axe": "^4.4.13",
10+
"@hint/hint-button-type": "^3.0.15",
11+
"@hint/hint-compat-api": "^4.4.12",
1212
"@ronilaukkarinen/gulp-stylelint": "^14.0.6",
1313
"@ronilaukkarinen/stylelint-a11y": "^1.2.4",
1414
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^3.0.1",
15-
"autoprefixer": "^10.4.4",
16-
"babel-loader": "^8.2.4",
15+
"autoprefixer": "^10.4.7",
16+
"babel-loader": "^8.2.5",
1717
"babel-preset-airbnb": "^5.0.0",
18-
"browser-sync": "^2.27.9",
19-
"caniuse-lite": "^1.0.30001327",
20-
"cssnano": "^5.1.7",
21-
"cssnano-preset-advanced": "^5.3.3",
22-
"eslint": "^8.13.0",
18+
"browser-sync": "^2.27.10",
19+
"caniuse-lite": "^1.0.30001361",
20+
"cssnano": "^5.1.12",
21+
"cssnano-preset-advanced": "^5.3.8",
22+
"eslint": "^8.18.0",
2323
"eslint-config-airbnb": "^19.0.4",
2424
"eslint-plugin-import": "^2.26.0",
25-
"eslint-plugin-jsx-a11y": "^6.5.1",
26-
"eslint-plugin-react": "^7.29.4",
27-
"eslint-plugin-react-hooks": "^4.4.0",
25+
"eslint-plugin-jsx-a11y": "^6.6.0",
26+
"eslint-plugin-react": "^7.30.1",
27+
"eslint-plugin-react-hooks": "^4.6.0",
2828
"gulp": "4.0.2",
29-
"gulp-eslint-new": "^1.4.2",
29+
"gulp-eslint-new": "^1.5.1",
3030
"gulp-exec": "^5.0.0",
3131
"gulp-notify": "^4.0.0",
3232
"gulp-phpcs": "^3.1.0",
@@ -35,40 +35,40 @@
3535
"gulp-sass": "^5.1.0",
3636
"gulp-size": "^4.0.1",
3737
"gulp-sourcemaps": "^3.0.0",
38-
"hint": "^6.1.11",
39-
"npm-check-updates": "^12.5.8",
40-
"postcss": "^8.4.12",
38+
"hint": "^7.0.1",
39+
"npm-check-updates": "^14.1.1",
40+
"postcss": "^8.4.14",
4141
"postcss-calc": "^8.2.4",
4242
"postcss-colormin": "^5.3.0",
4343
"postcss-discard-empty": "^5.1.1",
4444
"postcss-discard-unused": "^5.1.0",
45-
"postcss-merge-longhand": "^5.1.4",
46-
"postcss-merge-rules": "^5.1.1",
45+
"postcss-merge-longhand": "^5.1.6",
46+
"postcss-merge-rules": "^5.1.2",
4747
"postcss-minify-font-values": "^5.1.0",
4848
"postcss-minify-gradients": "^5.1.1",
49-
"postcss-normalize-positions": "^5.1.0",
49+
"postcss-normalize-positions": "^5.1.1",
5050
"postcss-normalize-url": "^5.1.0",
5151
"postcss-unique-selectors": "^5.1.1",
5252
"postcss-zindex": "^5.1.0",
53-
"sass": "^1.50.0",
54-
"stylelint": "^14.6.1",
55-
"stylelint-config-recommended": "^7.0.0",
53+
"sass": "^1.53.0",
54+
"stylelint": "^14.9.1",
55+
"stylelint-config-recommended": "^8.0.0",
5656
"stylelint-config-recommended-scss": "^6.0.0",
57-
"stylelint-config-standard-scss": "^3.0.0",
57+
"stylelint-config-standard-scss": "^4.0.0",
5858
"stylelint-declaration-strict-value": "^1.8.0",
5959
"stylelint-order": "^5.0.0",
6060
"stylelint-scss": "^4.2.0",
61-
"terser-webpack-plugin": "^5.3.1",
61+
"terser-webpack-plugin": "^5.3.3",
6262
"vinyl-named": "^1.1.0",
63-
"webpack": "^5.72.0",
63+
"webpack": "^5.73.0",
6464
"webpack-stream": "^7.0.0"
6565
},
6666
"dependencies": {
6767
"airbnb-browser-shims": "^3.3.0",
6868
"hamburgers": "^1.2.1",
6969
"moveto": "^1.8.2",
70-
"reframe.js": "^3.0.3",
70+
"reframe.js": "^4.0.0",
7171
"sanitize.css": "git+https://github.com/csstools/sanitize.css.git",
72-
"what-input": "^5.2.10"
72+
"what-input": "^5.2.12"
7373
}
7474
}

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

0 commit comments

Comments
 (0)