Skip to content

Commit

Permalink
Bump tested up WordPress version to 5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Mar 16, 2022
1 parent 179641c commit a2b7d8c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 8.3.4: 2022-03-16

* Make edit-post-visual-editor__post-title-wrapper background to match WordPress brand color
* Bump tested up WordPress version to 5.9.2

### 8.3.3: 2022-03-08

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

* PHP >= 7.4
* Requires at least: WordPress 4.7.1
* Tested up to WordPress 5.9.1
* Tested up to WordPress 5.9.2

### Recommendations for development

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,7 +2,7 @@
# @Author: Roni Laukkarinen
# @Date: 2021-05-21 14:40:29
# @Last Modified by: Roni Laukkarinen
# @Last Modified time: 2022-03-16 15:36:49
# @Last Modified time: 2022-03-16 15:37:35
echo "${YELLOW}Adding media library folder...${TXTRESET}"
mkdir -p ${PROJECT_PATH}/media
echo "" > ${PROJECT_PATH}/media/index.php
Expand All @@ -11,7 +11,7 @@ chmod 777 ${PROJECT_PATH}/media
echo "${YELLOW}Generating default README.md...${TXTRESET}"

NEWEST_AIR_VERSION="8.3.4"
NEWEST_WORDPRESS_VERSION="5.9.1"
NEWEST_WORDPRESS_VERSION="5.9.2"
NEWEST_PHP_VERSION="7.4"
CURRENT_DATE=$(LC_TIME=en_US date '+%d %b %Y' |tr ' ' '_');
echo "# ${PROJECT_NAME}
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contributors: Digitoimisto Dude Oy
Tags: one-column, accessibility-ready, translation-ready

Requires at least: 5.9
Tested up to: 5.9.1
Tested up to: 5.9.2
Stable tag: 8.3.4
License: MIT License
License URI: https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you see this, contact the site admin.
@version 2022-03-16
@since 2016-01-28
Tested up to: 5.9.0
Tested up to: 5.9.2
Requires PHP: 7.2
License: MIT License
License URI: LICENSE
Expand Down

0 comments on commit a2b7d8c

Please sign in to comment.