Skip to content

Commit

Permalink
Merge pull request #1346 from nextcloud/v1.5.0
Browse files Browse the repository at this point in the history
v1.5.0 Nextcloud 30
  • Loading branch information
tacruc authored Nov 3, 2024
2 parents 905f77e + e7db596 commit 3214803
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
]]></description>
<version>1.4.0</version>
<version>1.5.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Julien Veyssier</author>
<author mail="[email protected]">Arne Hamann</author>
Expand Down
1 change: 0 additions & 1 deletion lib/Controller/PublicContactsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Migration/RegisterMimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion lib/Migration/UnregisterMimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps",
"version": "1.4.0",
"version": "1.5.0",
"description": "Maps app",
"main": "main.js",
"directories": {
Expand Down

0 comments on commit 3214803

Please sign in to comment.