From 3ac37be2751c6cae12ca4d6e8ac0dd6a4c2359e4 Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 6 Oct 2024 10:58:29 -0400 Subject: [PATCH 1/2] release: 1.0.2 --- CHANGELOG.md | 6 ++++++ block-accessibility-checks.php | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecccc9c..0721624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ Prefix the change with one of these keywords: ## [Unreleased] +## [1.0.2] + +### Added + +- Icon and banner image for public release + ## [1.0.1] ### Added diff --git a/block-accessibility-checks.php b/block-accessibility-checks.php index 0413d68..ef98710 100644 --- a/block-accessibility-checks.php +++ b/block-accessibility-checks.php @@ -5,7 +5,7 @@ * Description: Add errors and warnings to core blocks to meet WCAG (Web Content Accessibility Guidelines) requirements. * Requires at least: 6.3 * Requires PHP: 7.0 - * Version: 1.0.1 + * Version: 1.0.2 * Author: Troy Chaplin * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/package.json b/package.json index 968e8ac..580e251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "block-accessibility-checks", - "version": "0.1.0", + "version": "1.0.2", "description": "Add block checks in the editor to support publishing accessible content", "author": "Troy Chaplin", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index f6afb5f..f4219b7 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: areziaal Tags: block, accessibility, a11y, content, tools Requires at least: 6.3 Tested up to: 6.6.2 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 7eb5c1ac7c69489abea2988ef3b566f66cecd05b Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 6 Oct 2024 11:05:25 -0400 Subject: [PATCH 2/2] fix: missed version update --- block-accessibility-checks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-accessibility-checks.php b/block-accessibility-checks.php index ef98710..33ed72a 100644 --- a/block-accessibility-checks.php +++ b/block-accessibility-checks.php @@ -29,7 +29,7 @@ * * @var string BLOCK_ACCESSIBILITY_VERSION */ -define('BLOCK_ACCESSIBILITY_VERSION', '1.0.1'); +define('BLOCK_ACCESSIBILITY_VERSION', '1.0.2'); /** * This file is responsible for including the necessary autoload file.