Skip to content

Commit 57fdbdf

Browse files
Remove from sanitize scss: overflow-wrap: break-word;, Bump WP to 6.6.2, Release 9.4.4
1 parent 0c54d23 commit 57fdbdf

File tree

12 files changed

+19
-21
lines changed

12 files changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
### [Unreleased]
1+
### 9.4.4: 2024-09-13
22

33
* Add unit tests for gulp devstyles
44
* Fix nesting deprecation, fix build
5+
* Remove from sanitize scss: `overflow-wrap: break-word;`
6+
* Bump tested WordPress version to 6.6.2
57

68
### 9.4.3: 2024-09-06
79

README.md

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

252252
* PHP >= 8.3
253253
* Requires at least: WordPress 4.7.1
254-
* Tested up to WordPress 6.6.1
254+
* Tested up to WordPress 6.6.2
255255

256256
### Recommendations for development
257257

bin/tasks/additions.sh

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

77
echo "${YELLOW}Generating default README.md...${TXTRESET}"
88

9-
NEWEST_AIR_VERSION="9.4.3"
10-
NEWEST_WORDPRESS_VERSION="6.6.1"
9+
NEWEST_AIR_VERSION="9.4.4"
10+
NEWEST_WORDPRESS_VERSION="6.6.2"
1111
NEWEST_PHP_VERSION="8.3"
1212
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
1313
echo "# ${PROJECT_NAME}

css/dev/global.css

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/prod/global.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/prod/gutenberg-editor-styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.3' );
20+
define( 'AIR_LIGHT_VERSION', '9.4.4' );
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.4.3",
3+
"version": "9.4.4",
44
"description": "A minimalist WordPress starter theme.",
55
"author": "Digitoimisto Dude Oy ([email protected])",
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.6.1
15-
Stable tag: 9.4.3
14+
Tested up to: 6.6.2
15+
Stable tag: 9.4.4
1616
License: MIT License
1717
License URI: https://opensource.org/licenses/MIT
1818

0 commit comments

Comments
 (0)