Skip to content

Commit

Permalink
Merge pull request #1135 from nextcloud/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0 link device to map
  • Loading branch information
tacruc authored Sep 26, 2023
2 parents 8cdda76 + 6c4994f commit 0f7bf7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.2.0 - 2023.xx.yy Link devices to map
### Added
- Command for registering maps mimetypes [#1098](https://github.com/nextcloud/maps/issues/1098) @ratte-rizzo
[#1118](https://github.com/nextcloud/maps/pull/1118) @tacruc
- Replace "Settings" by "Maps settings" [#1127](https://github.com/nextcloud/maps/pull/1127) @Jerome-Herbinet
- Link device to map [#1105](https://github.com/nextcloud/maps/pull/1105) @tacruc

### Fixed
- Creation of dynamic property $lockingProvider is deprecated at apps/maps/lib/Hooks/FileHooks.php#46
[#1023](https://github.com/nextcloud/maps/issues/1023) @rcmlz
[#1134](https://github.com/nextcloud/maps/pull/1134) @tacruc

## 1.1.1 - 2023.08.29 Fix search
### Added
- Fix nominatim search address query [#1111](https://github.com/nextcloud/maps/issues/1111) @fl0e
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.1.1</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Julien Veyssier</author>
<author mail="[email protected]">Arne Hamann</author>
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.1.1",
"version": "1.2.0",
"description": "Maps app",
"main": "main.js",
"directories": {
Expand Down

0 comments on commit 0f7bf7b

Please sign in to comment.