ready for 0.0.11
parent
fddde5c697
commit
916990f1ad
|
@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
## 0.0.11 – 2019-04-09
|
||||||
|
### Changed
|
||||||
|
- bump to NC 16
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- allow eval script in main page csp
|
||||||
|
[#49](https://gitlab.com/eneiluj/gpxedit-oc/issues/49) @florom
|
||||||
|
|
||||||
## 0.0.10 – 2018-12-09
|
## 0.0.10 – 2018-12-09
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -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.10</version>
|
<version>0.0.11</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.0" max-version="15.9"/>
|
<nextcloud min-version="14" max-version="16"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
||||||
|
|
Loading…
Reference in New Issue