Merge pull request 'develop' (#197) from develop into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

Reviewed-on: #197
This commit is contained in:
Simon Vieille 2022-12-26 14:00:48 +01:00
commit bc6470a440
2 changed files with 7 additions and 5 deletions

View file

@ -1,17 +1,19 @@
## [Unreleased] ## [Unreleased]
## Added ## 3.5.0
### Added
* add dependency check (ci) * add dependency check (ci)
* add code quality check (ci) * add code quality check (ci)
* add translations (thanks to gallegonovato) * add translations (thanks to gallegonovato)
## Fixed * add option to disable the display labels in the top menu (#194)
### Fixed
* fix missing img alt (settings image) * fix missing img alt (settings image)
* fix code quality alerts * fix code quality alerts
## 3.4.1 ## 3.4.1
## Added ### Added
* add translations (thanks to zonorti, jorisvandijk, jak2k) * add translations (thanks to zonorti, jorisvandijk, jak2k)
## Fixed ### Fixed
* fix #183: hide custom categories list when empty (admin page) * fix #183: hide custom categories list when empty (admin page)
## 3.4.0 ## 3.4.0

View file

@ -32,7 +32,7 @@ Notice
Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**. 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/). In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/).
]]></description> ]]></description>
<version>3.4.1</version> <version>3.5.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author> <author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace> <namespace>SideMenu</namespace>