Skip to content

Commit 425382d

Browse files
committed
v1.1.1
1 parent c5eaa6c commit 425382d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

a11y-add-on-for-facetwp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: A11y Add-on for FacetWP
44
* Plugin URI: https://github.com/devcollaborative/A11y-Add-on-for-FacetWP
55
* Description: Adds better a11y support to FacetWP plugin. Disable FacetWP's native "Load a11y support"
6-
* Version: 1.1.0
6+
* Version: 1.1.1
77
* Requires at least: 6.4
88
* Requires PHP: 8
99
* Author: DevCollaborative
@@ -14,7 +14,7 @@
1414

1515
defined( 'ABSPATH' ) or exit;
1616

17-
define( 'A11Y_ADDON_VERSION', '1.1.0' );
17+
define( 'A11Y_ADDON_VERSION', '1.1.1' );
1818

1919
/**
2020
* Load custom facet types

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: devcollab, hbrokmeier, cparkinson, mrwweb
33
Tags: accessibility
44
Requires at least: 6.0
55
Tested up to: 6.7.2
6-
Stable tag: 1.1.0
6+
Stable tag: 1.1.1
77
Requires PHP: 8.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -34,6 +34,11 @@ FacetWP must be installed and activated.
3434
Semantic HTML checkboxes courtesy of Mark Root-Wiley, [MRW Web Design](https://mrwweb.com/) [Accessibility Addon for FacetWP](https://github.com/mrwweb/accessibility-addon-for-facetwp)
3535

3636
=== Changelog ===
37+
= 1.1.1 =
38+
**[New]** Yahnis Elsts' git updater checker added
39+
40+
**Full Changelog**: https://github.com/devcollaborative/a11y-add-on-for-facetwp/compare/v1.1.0...v1.1.1
41+
3742
= 1.1.0 =
3843
* Improved labels and markup
3944
* **[New]** Adds a label to some facets with text=facet_label, for=facet_name

0 commit comments

Comments
 (0)