From ed6e01371be533dc8bc0073e408f6c53f2006b4a Mon Sep 17 00:00:00 2001 From: Arne Hamann Date: Sun, 3 Nov 2024 23:44:45 +0100 Subject: [PATCH] Prepare v1.5.0 Signed-off-by: Arne Hamann --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- lib/Controller/PublicContactsController.php | 1 - lib/Migration/RegisterMimeType.php | 2 +- lib/Migration/UnregisterMimeType.php | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5100b469d..eed1ea2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.0 - 2024.11.xx Nextcloud Hub 9 +- Update OSM tile service URL [#1295](https://github.com/nextcloud/maps/pull/1295) @StyXman +- Support Nextcloud 30, update CSP header [1336](https://github.com/nextcloud/maps/pull/1336) @Ma27 + ## 1.4.0 - 2024.04.28 Nextcloud Hub 8 - Compability changes to Nextcloud 29. diff --git a/appinfo/info.xml b/appinfo/info.xml index a47f79018..4d5f68e85 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ - **📱 Devices:** Lost your phone? Check the map! - **〰 Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned. ]]> - 1.4.0 + 1.5.0 agpl Julien Veyssier Arne Hamann diff --git a/lib/Controller/PublicContactsController.php b/lib/Controller/PublicContactsController.php index f81f566bb..badb79a51 100644 --- a/lib/Controller/PublicContactsController.php +++ b/lib/Controller/PublicContactsController.php @@ -17,7 +17,6 @@ use OCP\AppFramework\Http\DataDisplayResponse; use OCP\AppFramework\Http\DataResponse; use OCP\Contacts\IManager; -use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\EventDispatcher\IEventDispatcher; use OCP\Files\IRootFolder; use OCP\Files\Node; diff --git a/lib/Migration/RegisterMimeType.php b/lib/Migration/RegisterMimeType.php index 7dc68c426..2e6575195 100644 --- a/lib/Migration/RegisterMimeType.php +++ b/lib/Migration/RegisterMimeType.php @@ -16,7 +16,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader) { } public function getName() { - return 'Register Maps MIME types'; + return 'Register Maps MIME types'; } private function registerForExistingFiles() { diff --git a/lib/Migration/UnregisterMimeType.php b/lib/Migration/UnregisterMimeType.php index aacd3fefb..3e5dd2085 100644 --- a/lib/Migration/UnregisterMimeType.php +++ b/lib/Migration/UnregisterMimeType.php @@ -16,7 +16,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader) { } public function getName() { - return 'Unregister Maps MIME types'; + return 'Unregister Maps MIME types'; } private function unregisterForExistingFiles() { diff --git a/package.json b/package.json index 0f335e1ff..0ae398e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps", - "version": "1.4.0", + "version": "1.5.0", "description": "Maps app", "main": "main.js", "directories": {