bump max nc version to 17, v0.0.12
parent
416a9fbc14
commit
4ad9465cd7
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 0.0.12 – 2019-10-13
|
||||||
|
### Changed
|
||||||
|
- bump to NC 17
|
||||||
|
|
||||||
## 0.0.11 – 2019-04-09
|
## 0.0.11 – 2019-04-09
|
||||||
### Changed
|
### Changed
|
||||||
- bump to NC 16
|
- bump to NC 16
|
||||||
|
|
|
@ -80,7 +80,7 @@ If you look for more powerfull GPX editors, take a look at :
|
||||||
- [JOSM](https://josm.openstreetmap.de/)
|
- [JOSM](https://josm.openstreetmap.de/)
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>0.0.11</version>
|
<version>0.0.12</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julien Veyssier</author>
|
<author>Julien Veyssier</author>
|
||||||
<namespace>GpxEdit</namespace>
|
<namespace>GpxEdit</namespace>
|
||||||
|
@ -100,7 +100,7 @@ If you look for more powerfull GPX editors, take a look at :
|
||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<nextcloud min-version="14" max-version="16"/>
|
<nextcloud min-version="14" max-version="17"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
||||||
|
|
2
makefile
2
makefile
|
@ -5,7 +5,7 @@ build_dir=/tmp/build
|
||||||
sign_dir=/tmp/sign
|
sign_dir=/tmp/sign
|
||||||
cert_dir=$(HOME)/.nextcloud/certificates
|
cert_dir=$(HOME)/.nextcloud/certificates
|
||||||
webserveruser ?= www-data
|
webserveruser ?= www-data
|
||||||
occ_dir ?= /var/www/html/n15
|
occ_dir ?= /var/www/html/n17
|
||||||
|
|
||||||
all: appstore
|
all: appstore
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue