Skip to content

Commit

Permalink
Release 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Feb 19, 2021
1 parent 375464d commit 124d7e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 6.7.2: 2021-02-19

* Build production and development JS builds in gulp watch, [#63](https://github.com/digitoimistodude/air-light/pull/63)
* Make us of new wp_get_environment_type function in modular content, [#65](https://github.com/digitoimistodude/air-light/pull/65)

### 6.7.1: 2021-02-18

* Accessibility: Add required outline parameters for global links, [ab54efc](https://github.com/digitoimistodude/air-light/commit/ab54efc820bfd94a6a15ea492e143971c54ea684)
Expand Down
2 changes: 1 addition & 1 deletion bin/newtheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ chmod 777 ${PROJECTPATH}/media

echo "${yellow}Generating default README.md...${txtreset}"

newestair="6.7.1"
newestair="6.7.2"
newestwordpress="5.5"
newestphp="7.2"
currentdate=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
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', '6.7.1' );
define( 'AIR_LIGHT_VERSION', '6.7.2' );

/**
* Theme settings
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": "6.7.1",
"version": "6.7.2",
"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: 4.0
Tested up to: 5.6.1
Stable tag: 6.7.1
Stable tag: 6.7.2
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 124d7e1

Please sign in to comment.