Skip to content

Commit 31af8e8

Browse files
committed
Update readme, stable tag, version tag
1 parent b1d1c24 commit 31af8e8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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.0.0
6+
* Version: 1.1.0
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.0.0' );
17+
define( 'A11Y_ADDON_VERSION', '1.1.0' );
1818

1919
/**
2020
* Run plugin update process on activation.

readme.txt

Lines changed: 9 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.0.0
6+
Stable tag: 1.1.0
77
Requires PHP: 8.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -36,6 +36,14 @@ We add the Submit button as a Custom HTML block:
3636
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)
3737

3838
=== Changelog ===
39+
= 1.1.0 =
40+
* Improved labels and markup
41+
* **[New]** Adds a label to some facets with text=facet_label, for=facet_name
42+
* **[New]** Adds fieldset and legend to checkboxes and radio buttons
43+
* **[New]** Search field uses <search> landmark, icon is removed
44+
45+
**Full Changelog**: https://github.com/devcollaborative/a11y-add-on-for-facetwp/compare/v1.0.0...v1.1.0
46+
3947
= 1.0.0 =
4048
* Added: Accessibility improvements in html output for checkboxes, search box. All facets get labels, ids, and wrapper divs.
4149

0 commit comments

Comments
 (0)