Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.0.2 #45

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion block-accessibility-checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading