Skip to content

Commit

Permalink
updated - readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Dec 1, 2023
1 parent 2116071 commit 4be95ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 3 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4be95ba

Please sign in to comment.