diff --git a/CHANGELOG.md b/CHANGELOG.md index 88309a0..3c14d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## 3.4.1 +## Added +* add translations (thanks to zonorti, jorisvandijk, jak2k) +## Fixed +* fix #183: hide custom categories list when empty (admin page) + ## 3.4.0 ### Added * add translations (thanks to Pavelb, nier, Timur, p-bo) diff --git a/README.md b/README.md index e5e90b4..273173d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ You like this app and you want to support me? ☕ [Buy me a coffee](https://www. Requirements ------------ -* PHP >= 7.4 +* PHP >= 8.0 * App `theming` enabled Installation and upgrade diff --git a/appinfo/info.xml b/appinfo/info.xml index 1105b43..12570a5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ You can report a bug or request a feature by opening an issue. Requirements: -* PHP >= 7.4 +* PHP >= 8.0 * App `theming` enabled If you like this application and if you want to support the development: @@ -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.4.0 + 3.4.1 agpl Simon Vieille SideMenu diff --git a/css/admin.css b/css/admin.css index 5332c4e..5eaa7fc 100644 --- a/css/admin.css +++ b/css/admin.css @@ -137,6 +137,10 @@ padding-right: 20px; } +.side-menu-setting-label--top { + vertical-align: top; +} + .side-menu-setting-form { display: table-cell; min-width: 300px; diff --git a/src/AdminCategoriesCustom.vue b/src/AdminCategoriesCustom.vue index c210fc3..2a84749 100644 --- a/src/AdminCategoriesCustom.vue +++ b/src/AdminCategoriesCustom.vue @@ -16,7 +16,7 @@ along with this program. If not, see . -->