Skip to content

Commit 9f9fb23

Browse files
Update .stylelintrc from devpackages 2.5.3, release 9.2.9
1 parent 1354d47 commit 9f9fb23

File tree

7 files changed

+19
-58
lines changed

7 files changed

+19
-58
lines changed

.stylelintrc

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -71,74 +71,26 @@
7171
"alpha-value-notation": "number",
7272
"declaration-block-no-redundant-longhand-properties": null,
7373
"custom-property-empty-line-before": "never",
74-
"block-closing-brace-empty-line-before": "never",
75-
"property-case": "lower",
7674
"color-no-invalid-hex": true,
77-
"color-hex-case": "lower",
7875
"color-hex-length": "short",
79-
"selector-pseudo-element-case": "lower",
8076
"selector-type-case": "lower",
81-
"selector-pseudo-class-parentheses-space-inside": "never",
82-
"function-parentheses-space-inside": "never",
8377
"function-name-case": "lower",
84-
"function-max-empty-lines": 0,
85-
"max-empty-lines": 1,
86-
"max-line-length": null,
87-
"unit-case": "lower",
88-
"selector-pseudo-class-case": "lower",
89-
"selector-attribute-brackets-space-inside": "never",
9078
"selector-attribute-quotes": "always",
91-
"selector-combinator-space-after": "always",
92-
"selector-combinator-space-before": "always",
93-
"selector-descendant-combinator-no-non-space": true,
9479
"comment-whitespace-inside": "always",
95-
"indentation": 2,
96-
"linebreaks": "unix",
9780
"selector-max-specificity": "0,4,4",
9881
"block-no-empty": true,
9982
"declaration-empty-line-before": null,
100-
"number-leading-zero": "never",
101-
"number-no-trailing-zeros": true,
102-
"value-list-comma-newline-after": "never-multi-line",
103-
"selector-list-comma-newline-after": "always",
104-
"declaration-colon-space-before": "never",
105-
"declaration-block-trailing-semicolon": "always",
106-
"no-eol-whitespace": true,
107-
"no-empty-first-line": true,
108-
"no-missing-end-of-source-newline": true,
109-
"block-opening-brace-newline-after": "always",
110-
"block-closing-brace-newline-after": [
111-
"always-multi-line",
112-
{
113-
"ignoreAtRules": [
114-
"if",
115-
"else"
116-
]
117-
}
118-
],
119-
"string-quotes": null,
120-
"media-feature-colon-space-after": "always",
121-
"media-feature-colon-space-before": "never",
122-
"media-feature-parentheses-space-inside": "never",
123-
"media-feature-range-operator-space-after": "always",
124-
"media-feature-range-operator-space-before": "always",
125-
"media-query-list-comma-newline-after": "never-multi-line",
126-
"media-feature-name-case": "lower",
12783
"font-family-no-missing-generic-family-keyword": true,
12884
"font-family-name-quotes": "always-where-required",
12985
"at-rule-no-unknown": null,
13086
"no-invalid-position-at-import-rule": null,
13187
"declaration-no-important": true,
13288
"comment-empty-line-before": null,
133-
"at-rule-semicolon-space-before": "never",
134-
"at-rule-name-space-after": "always",
135-
"at-rule-name-case": "lower",
13689
"scss/at-else-empty-line-before": "never",
13790
"function-url-quotes": "always",
13891
"unit-no-unknown": true,
13992
"property-no-unknown": true,
14093
"no-duplicate-selectors": true,
141-
"no-extra-semicolons": true,
14294
"length-zero-no-unit": true,
14395
"font-weight-notation": "numeric",
14496
"number-max-precision": 3,
@@ -153,7 +105,6 @@
153105
"selector-no-qualifying-type": null,
154106
"declaration-block-no-duplicate-properties": true,
155107
"no-unknown-animations": true,
156-
"selector-pseudo-element-colon-notation": "double",
157108
"shorthand-property-no-redundant-values": true,
158109
"declaration-block-single-line-max-declarations": 1,
159110
"value-keyword-case": [

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
### [Unreleased]
1+
### 9.2.9: 2023-02-15
22

33
* Start script: Copy .nvmrc to project root from devpackages
44
* Improve block cache bypass logic and show bypass reason on log
5-
* Try to determine if block has Gravity Forms form and always bypass cache if has
5+
* Try to determine if block has Gravity Forms form and always bypass cache if
6+
* Stylelint fixes
7+
* Simplify button SCSS component
8+
* Remove Travis
9+
* Add GitHub workflows for styles, html, php and js
10+
* Fix version in .nvmrc
11+
* Add badges for GitHub workflow build statuses
12+
* Fix stylelint errors for v15
13+
* Add smaller font-sizes 12 and 13
14+
* Replace all suitable px sizes with rem as per stylelint-rem-over-px
15+
* Update .stylelintrc from devpackages 2.5.3
616

717
### 9.2.8: 2023-01-30
818

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.2.8"
13+
NEWEST_AIR_VERSION="9.2.9"
1414
NEWEST_WORDPRESS_VERSION="6.1.1"
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: 2023-01-31 09:55:52
10+
* @Last Modified time: 2023-02-15 22:27:12
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.2.8' );
20+
define( 'AIR_LIGHT_VERSION', '9.2.9' );
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.2.8",
3+
"version": "9.2.9",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
66
"dependencies": {

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

style.css

Lines changed: 2 additions & 2 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.2.8
7+
Version: 9.2.9
88
99
------8<----------
1010
Please do this before your actual theme is ready to go live:
@@ -20,7 +20,7 @@ If you see this, contact the site admin.
2020
/*---------------------------------------------------------------
2121
>>> Air-light theme version information, only for AIR developers
2222
-----------------------------------------------------------------
23-
@version 2023-01-30
23+
@version 2023-02-15
2424
@since 2016-01-28
2525
2626
Tested up to: 6.1.1

0 commit comments

Comments
 (0)