Skip to content

Commit

Permalink
Release 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 25, 2021
1 parent 83a5b79 commit 4cc02e1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 8.2.1: 2021-11-25

* Fix `newtheme` starting script not generating a README.md
* Fix `newtheme` starting script not building theme JS and CSS for the first time

### 8.2.0: 2021-11-24

* Fix acf-reset interfering with WYSIWYG editor toolbar icon fonts
Expand Down
4 changes: 2 additions & 2 deletions bin/newtheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# @Author: Roni Laukkarinen
# @Date: 2021-04-22 08:06:02
# @Last Modified by: Roni Laukkarinen
# @Last Modified time: 2021-11-11 11:55:24
# @Last Modified time: 2021-11-25 13:01:14

# Script specific vars
SCRIPT_LABEL='for macOS'
SCRIPT_VERSION='1.0.9'
SCRIPT_VERSION='1.1.0'

# 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 @@ -2,15 +2,15 @@
# @Author: Roni Laukkarinen
# @Date: 2021-05-21 14:40:29
# @Last Modified by: Roni Laukkarinen
# @Last Modified time: 2021-11-25 12:59:57
# @Last Modified time: 2021-11-25 13:02:07
echo "${YELLOW}Adding media library folder...${TXTRESET}"
mkdir -p ${PROJECT_PATH}/media
echo "" > ${PROJECT_PATH}/media/index.php
chmod 777 ${PROJECT_PATH}/media

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

NEWEST_AIR_VERSION="8.2.0"
NEWEST_AIR_VERSION="8.2.1"
NEWEST_WORDPRESS_VERSION="5.8.2"
NEWEST_PHP_VERSION="7.4"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @Date: 2019-10-15 12:30:02
* @Last Modified by: Roni Laukkarinen
* @Last Modified time: 2021-11-24 15:18:54
* @Last Modified time: 2021-11-25 13:01:59
*
* @package air-light
*/
Expand All @@ -17,7 +17,7 @@
/**
* The current version of the theme.
*/
define( 'AIR_LIGHT_VERSION', '8.2.0' );
define( 'AIR_LIGHT_VERSION', '8.2.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "air-light",
"version": "8.2.0",
"version": "8.2.1",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy ([email protected])",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Tags: one-column, accessibility-ready, translation-ready

Requires at least: 5.0
Tested up to: 5.8.2
Stable tag: 8.2.0
Stable tag: 8.2.1
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: 8.2.0
Version: 8.2.1
------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 2021-11-24
@version 2021-11-25
@since 2016-01-28
Tested up to: 5.8.2
Expand Down

0 comments on commit 4cc02e1

Please sign in to comment.