Skip to content

Commit eb58b3d

Browse files
committed
v1.1.2
1 parent 425382d commit eb58b3d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
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.1
6+
* Version: 1.1.2
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.1' );
17+
define( 'A11Y_ADDON_VERSION', '1.1.2' );
1818

1919
/**
2020
* Load custom facet types

readme.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== A11y-Add-on-for-FacetWP ===
22
Contributors: devcollab, hbrokmeier, cparkinson, mrwweb
33
Tags: accessibility
4-
Requires at least: 6.0
5-
Tested up to: 6.7.2
6-
Stable tag: 1.1.1
4+
Requires at least: 6.4
5+
Tested up to: 6.8.3
6+
Stable tag: 1.1.2
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,16 @@ 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.2 =
38+
## What's Changed
39+
* Facet updates by @hbrok in https://github.com/devcollaborative/a11y-add-on-for-facetwp/pull/2
40+
41+
## New Contributors
42+
* @hbrok made their first contribution in https://github.com/devcollaborative/a11y-add-on-for-facetwp/pull/2
43+
44+
**Full Changelog**: https://github.com/devcollaborative/a11y-add-on-for-facetwp/compare/v1.1.0...1.1.2
45+
46+
3747
= 1.1.1 =
3848
**[New]** Yahnis Elsts' git updater checker added
3949

0 commit comments

Comments
 (0)