Skip to content

Commit

Permalink
Release version 1.1.4 of the newthem starting script: Use phpcs.xml…
Browse files Browse the repository at this point in the history
… from devpackages 2.5.6 (2024-04-18)
  • Loading branch information
ronilaukkarinen committed Apr 18, 2024
1 parent 1c4335e commit 94b3f00
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 16 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### 9.4.1rc: 2024-03-13
### 9.4.1: 2024-04-18

* Clarify sticky nav functionality presented in 7.9.1, Fixes #213 (thanks @semidivine!)
* Release version 1.1.4 of the `newthem` starting script: Use phpcs.xml from devpackages 2.5.6 (2024-04-18)
* Bump tested WordPress version to 6.5.2

### 9.4.0: 2024-02-26

Expand Down Expand Up @@ -1032,7 +1034,7 @@ This release includes only form style and accessibility improvements.

* Add Laragon support #92 (thank you @divn!)
* New theme script dependencies partial: Gulp styles to later stage
* Release version 1.0.5 of newtheme starting scripts
* Release version 1.0.5 of newtheme starting scripts

### 7.1.3: 2021-04-15

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ Starting from v2.6.0 WooCommerce support comes with [Air helper](https://github.

### Requirements

* PHP >= 7.4
* PHP >= 8.3
* Requires at least: WordPress 4.7.1
* Tested up to WordPress 6.4.3
* Tested up to WordPress 6.5.2

### Recommendations for development

Expand Down
2 changes: 1 addition & 1 deletion bin/newtheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Script specific vars
SCRIPT_LABEL='for macOS'
SCRIPT_VERSION='1.1.3 (2023-09-12)'
SCRIPT_VERSION='1.1.4 (2024-04-18)'

# Vars needed for this file to function globally
CURRENTFILE=`basename $0`
Expand Down
4 changes: 2 additions & 2 deletions bin/tasks/additions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ chmod 777 ${PROJECT_PATH}/media

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

NEWEST_AIR_VERSION="9.4.0"
NEWEST_WORDPRESS_VERSION="6.4.3"
NEWEST_AIR_VERSION="9.4.1"
NEWEST_WORDPRESS_VERSION="6.5.2"
NEWEST_PHP_VERSION="8.3"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
echo "# ${PROJECT_NAME}
Expand Down
1 change: 1 addition & 0 deletions bin/tasks/project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ sed -e "s/\THEMENAME/${THEME_NAME}/" -e "s/\THEMENAME/${THEME_NAME}/" -e "s/\THE
rm ${PROJECT_PATH}/gulp/config.js
sed -e "s/\PROJECTNAME/${PROJECT_NAME}/" -e "s/\PROJECTNAME/${PROJECT_NAME}/" -e "s/\PROJECTNAME/${PROJECT_NAME}/" ${PROJECT_PATH}/gulp/config2.js > ${PROJECT_PATH}/gulp/config.js
rm ${PROJECT_PATH}/gulp/config2.js
sed -e "s/\PROJECTNAME/${PROJECT_NAME}/" ${PROJECT_PATH}/devpackages/phpcs.xml > ${PROJECT_PATH}/phpcs.xml
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.0' );
define( 'AIR_LIGHT_VERSION', '9.4.1' );

// 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.0",
"version": "9.4.1",
"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.4.3
Stable tag: 9.3.5
Tested up to: 6.5.2
Stable tag: 9.4.1
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air-light
Author: Digitoimisto Dude Oy
Author URI: https://www.dude.fi
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.
Version: 9.4.0
Version: 9.4.1
------8<----------
Please do this before your actual theme is ready to go live:
Expand All @@ -20,11 +20,11 @@ If you see this, contact the site admin.
/*---------------------------------------------------------------
>>> Air-light theme version information, only for AIR developers
-----------------------------------------------------------------
@version 2024-02-26
@version 2024-04-18
@since 2016-01-28
Tested up to: 6.4.3
Requires PHP: 7.4
Tested up to: 6.5.2
Requires PHP: 8.3
License: MIT License
License URI: LICENSE
Text Domain: air-light
Expand Down

0 comments on commit 94b3f00

Please sign in to comment.