Skip to content

Commit

Permalink
Bump tested WordPress version to 6.6.1, Prepare 9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Sep 6, 2024
1 parent 46cf407 commit 6660b2c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Remove obsolete fileheader information from all files for consistency, Fixes T-13958
* Fix phpcs errors
* Exclude vendor dir in gulp-phpcs
* Bump tested WordPress version to 6.6.1

### 9.4.2: 2024-06-13

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github.

* PHP >= 8.3
* Requires at least: WordPress 4.7.1
* Tested up to WordPress 6.5.4
* Tested up to WordPress 6.6.1

### Recommendations for development

Expand Down
2 changes: 1 addition & 1 deletion bin/tasks/additions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chmod 777 ${PROJECT_PATH}/media
echo "${YELLOW}Generating default README.md...${TXTRESET}"

NEWEST_AIR_VERSION="9.4.2"
NEWEST_WORDPRESS_VERSION="6.5.4"
NEWEST_WORDPRESS_VERSION="6.6.1"
NEWEST_PHP_VERSION="8.3"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
echo "# ${PROJECT_NAME}
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* The current version of the theme.
*/
define( 'AIR_LIGHT_VERSION', '9.4.2' );
define( 'AIR_LIGHT_VERSION', '9.4.3' );

// We need to have some defaults as comments or empties so let's allow this:
// phpcs:disable Squiz.Commenting.InlineComment.SpacingBefore, WordPress.Arrays.ArrayDeclarationSpacing.SpaceInEmptyArray
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "air-light",
"version": "9.4.2",
"version": "9.4.3",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Contributors: Digitoimisto Dude Oy
Tags: one-column, accessibility-ready, translation-ready

Requires at least: 5.0
Tested up to: 6.5.4
Stable tag: 9.4.2
Tested up to: 6.6.1
Stable tag: 9.4.3
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ If you see this, contact the site admin.
/*---------------------------------------------------------------
>>> Air-light theme version information, only for AIR developers
-----------------------------------------------------------------
@version 2024-06-13
@version 2024-09-06
@since 2016-01-28
Tested up to: 6.5.4
Tested up to: 6.6.1
Requires PHP: 8.3
License: MIT License
License URI: LICENSE
Expand Down

0 comments on commit 6660b2c

Please sign in to comment.