parent
c816e161cd
commit
94b10725ab
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## 0.0.10 – 2018-12-09
|
||||||
|
### Changed
|
||||||
|
- bump to NC 15
|
||||||
|
|
||||||
## 0.0.9 – 2018-10-01
|
## 0.0.9 – 2018-10-01
|
||||||
### Added
|
### Added
|
||||||
- compat with NC14
|
- compat with NC14
|
||||||
|
|
|
@ -59,7 +59,10 @@ Any feedback will be appreciated.
|
||||||
|
|
||||||
## Donation
|
## Donation
|
||||||
|
|
||||||
I develop this app during my free time. You can make a donation to me on Paypal. [Click HERE to make a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account)
|
I develop this app during my free time.
|
||||||
|
|
||||||
|
* [Donate with Paypal : <img src="https://gitlab.com/eneiluj/gpxpod-oc/wikis/uploads/6e360ae31aa5730bfc1362e88ae791f9/paypal-donate-button.png" width="80"/>](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account).
|
||||||
|
* [Donate with Liberapay : ![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eneiluj/donate)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,10 @@ Any feedback will be appreciated.
|
||||||
|
|
||||||
## Donation
|
## Donation
|
||||||
|
|
||||||
I develop this app during my free time. You can make a donation to me on Paypal. [There is a donation link HERE](https://gitlab.com/eneiluj/gpxedit-oc#donation) (you don't need a paypal account)
|
I develop this app during my free time.
|
||||||
|
|
||||||
|
* [Donate with Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66PALMY8SF5JE) (you don't need a paypal account).
|
||||||
|
* [Donate with Liberapay : ![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/eneiluj/donate)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -77,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.9</version>
|
<version>0.0.10</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julien Veyssier</author>
|
<author>Julien Veyssier</author>
|
||||||
<namespace>GpxEdit</namespace>
|
<namespace>GpxEdit</namespace>
|
||||||
|
@ -97,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="14.9"/>
|
<nextcloud min-version="14.0" max-version="15.9"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
||||||
|
|
Loading…
Reference in New Issue