Skip to content

Commit d69b9e5

Browse files
authored
Merge pull request #1174 from nextcloud/v1.3.0
Updated Changelog and min NC version 28
2 parents 58933b6 + aac6df8 commit d69b9e5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

β€Ž.github/workflows/test.ymlβ€Ž

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: [8.1, 8.2]
16-
nextcloud-versions: ['stable26','stable27', 'stable28']
17-
include:
18-
- php-versions: 8.3
19-
nextcloud-versions: 'stable28'
15+
php-versions: [8.1, 8.2, 8.3]
16+
nextcloud-versions: ['stable28']
2017
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
2118
steps:
2219
- name: Set up php${{ matrix.php-versions }}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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.2.0 - 2023.xx.yy Link devices to map
7+
## 1.3.0 - 2023.12.12 Nextcloud Hub 7
8+
- Compability changes to Nextcloud 28.
9+
10+
## 1.2.0 - 2023.12.11 Link devices to map
811
### Added
912
- Command for registering maps mimetypes [#1098](https://github.com/nextcloud/maps/issues/1098) @ratte-rizzo
1013
[#1118](https://github.com/nextcloud/maps/pull/1118) @tacruc

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<screenshot>https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot3.png</screenshot>
3434
<dependencies>
3535
<lib>exif</lib>
36-
<nextcloud min-version="26" max-version="28"/>
36+
<nextcloud min-version="28" max-version="28"/>
3737
<php min-version="8.1" max-version="8.3"/>
3838
</dependencies>
3939
<repair-steps>

0 commit comments

Comments
Β (0)