From b8a5a82fd20902310a5cddff566ccb3ff0c2325c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 15 Jul 2023 14:50:15 +0200 Subject: [PATCH 1/3] fix #269: use php7 syntax --- lib/Service/AppRepository.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Service/AppRepository.php b/lib/Service/AppRepository.php index ae865ce..00cde74 100644 --- a/lib/Service/AppRepository.php +++ b/lib/Service/AppRepository.php @@ -35,7 +35,7 @@ class AppRepository public function __construct( \OC_App $ocApp, - protected INavigationManager $navigationManager, + INavigationManager $navigationManager, IFactory $l10nFactory, ConfigProxy $config, CategoryRepository $categoryRepository @@ -43,6 +43,7 @@ class AppRepository $this->ocApp = $ocApp; $this->l10nFactory = $l10nFactory; $this->config = $config; + $this->navigationManager = $navigationManager; $this->categoryRepository = $categoryRepository; } From 022e8af6a2557b491ad76f40b63331313cf1c49a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 15 Jul 2023 14:53:04 +0200 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a11f2..a18dbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## [Unreleased] +## Fixed +* fix #269: use php7 syntax + ## 3.10.0 ### Added * add compatibility with NC28 From e571be5fcf6f6affbb7c98376b529a389ee7e2c9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 15 Jul 2023 14:58:43 +0200 Subject: [PATCH 3/3] release v3.10.1 --- CHANGELOG.md | 3 ++- appinfo/info.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a18dbbf..42c745c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [Unreleased] -## Fixed +## 3.10.1 +### Fixed * fix #269: use php7 syntax ## 3.10.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 65ba20e..eee04a7 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.10.0 + 3.10.1 agpl Simon Vieille SideMenu