diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c89892..c9495503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 522262c4..d3d7cf4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/tasks/additions.sh b/bin/tasks/additions.sh index 64b3864b..7b9e87aa 100644 --- a/bin/tasks/additions.sh +++ b/bin/tasks/additions.sh @@ -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 @@ -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} diff --git a/readme.txt b/readme.txt index 41210996..2e268af0 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/style.css b/style.css index 23028c21..2ac6494e 100644 --- a/style.css +++ b/style.css @@ -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