From e783d684b8e44c0565fda77ff991542f075622d7 Mon Sep 17 00:00:00 2001 From: william-man Date: Mon, 27 Jan 2025 16:24:33 +0000 Subject: [PATCH 1/3] Remove aria-labelledby attribute from div --- templates/accordion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/accordion.php b/templates/accordion.php index 428ea6a..56bceaa 100644 --- a/templates/accordion.php +++ b/templates/accordion.php @@ -23,7 +23,7 @@ -
+
From 9b29982a51fb21558f63c9e55a256d0c1da56561 Mon Sep 17 00:00:00 2001 From: william-man Date: Mon, 27 Jan 2025 16:37:25 +0000 Subject: [PATCH 2/3] Fix lint error in index.php --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 06226e8..90bdf94 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,5 @@ Date: Mon, 27 Jan 2025 16:27:07 +0000 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d8ff3..2893a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.4] - 2025-01-27 + +### Removed +- `aria-labelledby` attribute from `
` element with no specified role. + ## [0.4.3] - 2024-09-09 ### Fixed