Skip to content

Commit 6ef84c6

Browse files
committed
1.1.3 release 🥳
1 parent fe9a948 commit 6ef84c6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.3 : 2021-07-29
4+
5+
- **Fix**: [Fix negative duration #58](https://github.com/Sibyx/phpGPX/pull/58) by [@neronmoon](https://github.com/neronmoon)
6+
37
## 1.1.2 : 2021-02-28
48

59
- **Fix**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can easily install phpGPX library with [composer](https://getcomposer.org/).
4444
please use release candidates.
4545

4646
```
47-
composer require sibyx/phpgpx:1.1.2
47+
composer require sibyx/phpgpx:1.1.3
4848
```
4949

5050
## Examples

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sibyx/phpgpx",
33
"type": "library",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"description": "A simple PHP library for GPX import/export",
66
"minimum-stability": "stable",
77
"license": "MIT",

src/phpGPX/phpGPX.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class phpGPX
2222
const XML_FORMAT = 'xml';
2323

2424
const PACKAGE_NAME = 'phpGPX';
25-
const VERSION = '1.1.2';
25+
const VERSION = '1.1.3';
2626

2727
/**
2828
* Create Stats object for each track, segment and route

0 commit comments

Comments
 (0)