diff --git a/.woodpecker.yml b/.woodpecker.yml index 43bf009..a8fb90f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,12 @@ steps: + check-tag: + image: alpine + commands: + - TAG=${CI_COMMIT_TAG/v//} + - grep "$TAG" appinfo/info.xml + when: + event: [tag] + dependencies: image: node:16 pull: true diff --git a/CHANGELOG.md b/CHANGELOG.md index a361810..dc920dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 3.11.4 +### Fixed +* add label on buttons for accessiblity (fix #311) + ## 3.11.3 ### Fixed * fix menu icon in decks, collectives and other apps (#302) diff --git a/appinfo/info.xml b/appinfo/info.xml index 9079088..66c65d4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -32,7 +32,7 @@ Notice Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**. In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/). ]]> - 3.11.3 + 3.11.4 agpl Simon Vieille SideMenu diff --git a/src/OpenerButton.vue b/src/OpenerButton.vue index 32813e9..58298ae 100644 --- a/src/OpenerButton.vue +++ b/src/OpenerButton.vue @@ -15,11 +15,16 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . --> diff --git a/templates/settings/admin-form.php b/templates/settings/admin-form.php index c547405..1053b04 100644 --- a/templates/settings/admin-form.php +++ b/templates/settings/admin-form.php @@ -1115,19 +1115,19 @@ $labelAlwaysDisplayed = 'Always displayed';
- - - @@ -1139,7 +1139,7 @@ $labelAlwaysDisplayed = 'Always displayed'; t('You like this app and you want to support me?')); ?> - diff --git a/templates/settings/personal-form.php b/templates/settings/personal-form.php index e49f8a7..ed489bf 100644 --- a/templates/settings/personal-form.php +++ b/templates/settings/personal-form.php @@ -240,8 +240,7 @@ $labelReset = 'Reset to default';
- @@ -255,7 +254,7 @@ $labelReset = 'Reset to default'; t('You like this app and you want to support me?')); ?> -