Skip to content

Commit ed6e013

Browse files
committed
Prepare v1.5.0
Signed-off-by: Arne Hamann <[email protected]>
1 parent 97060f8 commit ed6e013

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.5.0 - 2024.11.xx Nextcloud Hub 9
8+
- Update OSM tile service URL [#1295](https://github.com/nextcloud/maps/pull/1295) @StyXman
9+
- Support Nextcloud 30, update CSP header [1336](https://github.com/nextcloud/maps/pull/1336) @Ma27
10+
711
## 1.4.0 - 2024.04.28 Nextcloud Hub 8
812
- Compability changes to Nextcloud 29.
913

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- **πŸ“± Devices:** Lost your phone? Check the map!
1515
- **γ€° 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.
1616
]]></description>
17-
<version>1.4.0</version>
17+
<version>1.5.0</version>
1818
<licence>agpl</licence>
1919
<author mail="[email protected]">Julien Veyssier</author>
2020
<author mail="[email protected]">Arne Hamann</author>

β€Žlib/Controller/PublicContactsController.phpβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use OCP\AppFramework\Http\DataDisplayResponse;
1818
use OCP\AppFramework\Http\DataResponse;
1919
use OCP\Contacts\IManager;
20-
use OCP\DB\QueryBuilder\IQueryBuilder;
2120
use OCP\EventDispatcher\IEventDispatcher;
2221
use OCP\Files\IRootFolder;
2322
use OCP\Files\Node;

β€Žlib/Migration/RegisterMimeType.phpβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader) {
1616
}
1717

1818
public function getName() {
19-
return 'Register Maps MIME types';
19+
return 'Register Maps MIME types';
2020
}
2121

2222
private function registerForExistingFiles() {

β€Žlib/Migration/UnregisterMimeType.phpβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(IMimeTypeLoader $mimeTypeLoader) {
1616
}
1717

1818
public function getName() {
19-
return 'Unregister Maps MIME types';
19+
return 'Unregister Maps MIME types';
2020
}
2121

2222
private function unregisterForExistingFiles() {

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maps",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Maps app",
55
"main": "main.js",
66
"directories": {

0 commit comments

Comments
Β (0)