Skip to content
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Prefix the change with one of these keywords:

## [Unreleased]

## [3.0.0]

### Breaking Changes

#### API Method Renaming
Expand Down
Binary file modified assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/screenshot-6.png
Binary file not shown.
Binary file removed assets/screenshot-7.png
Binary file not shown.
4 changes: 2 additions & 2 deletions block-accessibility-checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Add plugin that add errors and warnings to core blocks to meet WCAG (Web Content Accessibility Guidelines) requirements.
* Requires at least: 6.7
* Requires PHP: 7.0
* Version: 2.3.0
* Version: 3.0.0
* Author: Troy Chaplin
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -20,7 +20,7 @@
}

// Defines the version of the Block Accessibility Checks plugin.
define( 'BA11YC_VERSION', '2.3.0' );
define( 'BA11YC_VERSION', '3.0.0' );

// This file is responsible for including the necessary autoload file.
require_once __DIR__ . '/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion build/block-admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '723510fc84f343feb7d5');
<?php return array('dependencies' => array(), 'version' => 'b7bd92da3eccdca41e28');
5 changes: 0 additions & 5 deletions build/block-admin.js
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
/******/ (() => { // webpackBootstrap
/******/ "use strict";

/******/ })()
;
Loading