Skip to content

Commit

Permalink
Release 9.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 19, 2024
1 parent 5bacce3 commit 56cf691
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 9.4.6: 2024-11-19

* Demo: Prevent spaces in theme-info link
* Fix newtheme-popos.sh script location detection
Expand All @@ -8,6 +8,7 @@
* Make black truly black
* Add Mona Sans variable font
* Re-design placeholder content
* Remove root font-size 62.5%, add rem-over-px formula, Fixes #192

### 9.4.5: 2024-10-25

Expand Down
4 changes: 2 additions & 2 deletions bin/tasks/additions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ chmod 777 ${PROJECT_PATH}/media

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

NEWEST_AIR_VERSION="9.4.5"
NEWEST_WORDPRESS_VERSION="6.6.2"
NEWEST_AIR_VERSION="9.4.6"
NEWEST_WORDPRESS_VERSION="6.7.0"
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.5' );
define( 'AIR_LIGHT_VERSION', '9.4.6' );

// 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
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "air-light",
"version": "9.4.5",
"version": "9.4.6",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy ([email protected])",
"devDependencies": {
Expand Down Expand Up @@ -69,4 +69,4 @@
"moveto": "^1.8.2",
"reframe.js": "^4.0.0"
}
}
}
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.6.2
Stable tag: 9.4.5
Tested up to: 6.7.0
Stable tag: 9.4.6
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 @@ -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.5
Version: 9.4.6
------8<----------
Please do this before your actual theme is ready to go live:
Expand All @@ -20,7 +20,7 @@ If you see this, contact the site admin.
/*---------------------------------------------------------------
>>> Air-light theme version information, only for AIR developers
-----------------------------------------------------------------
@version 2024-10-25
@version 2024-11-19
@since 2016-01-28
Tested up to: 6.6.2
Expand Down

0 comments on commit 56cf691

Please sign in to comment.