From 4be95ba3271d52f79a9930dc804c12067fffb902 Mon Sep 17 00:00:00 2001 From: Steve Jones Date: Fri, 1 Dec 2023 16:21:37 -0500 Subject: [PATCH] updated - readme and version --- .github/workflows/cs.yml | 6 ++++-- README.txt | 3 +++ accessibility-checker.php | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 580c33a9..de14a3f2 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -3,9 +3,11 @@ name: CS on: # Run on all pushes (except to main) and on all pull requests. push: - branches-ignore: - - 'master' + branches: + - '*' pull_request: + branches: + - '*' # Allow manually triggering the workflow. workflow_dispatch: diff --git a/README.txt b/README.txt index 8f256eb7..4e52218c 100644 --- a/README.txt +++ b/README.txt @@ -171,6 +171,9 @@ No, Accessibility Checker runs completely on your server and does not require yo == Changelog == += 1.6.10 = +Fixed: coding standards + = 1.6.9 = Added: functionality to handle loopback environments diff --git a/accessibility-checker.php b/accessibility-checker.php index 7c7d910a..b8f28e25 100644 --- a/accessibility-checker.php +++ b/accessibility-checker.php @@ -10,7 +10,7 @@ * Plugin Name: Accessibility Checker * Plugin URI: https://a11ychecker.com * Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance. - * Version: 1.6.9 + * Version: 1.6.10 * Author: Equalize Digital * Author URI: https://equalizedigital.com * License: GPL-2.0+ @@ -45,7 +45,7 @@ // Current plugin version. if ( ! defined( 'EDAC_VERSION' ) ) { - define( 'EDAC_VERSION', '1.6.9' ); + define( 'EDAC_VERSION', '1.6.10' ); } // Current database version.