File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## 1.1.2 : 2021-02-28
4
8
5
9
- ** Fix** : [ do SORT_BY_TIMESTAMP only for tracks with timestamps #52 ] ( https://github.com/Sibyx/phpGPX/pull/52 )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You can easily install phpGPX library with [composer](https://getcomposer.org/).
44
44
please use release candidates.
45
45
46
46
```
47
- composer require sibyx/phpgpx:1.1.2
47
+ composer require sibyx/phpgpx:1.1.3
48
48
```
49
49
50
50
## Examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sibyx/phpgpx" ,
3
3
"type" : " library" ,
4
- "version" : " 1.1.2 " ,
4
+ "version" : " 1.1.3 " ,
5
5
"description" : " A simple PHP library for GPX import/export" ,
6
6
"minimum-stability" : " stable" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class phpGPX
22
22
const XML_FORMAT = 'xml ' ;
23
23
24
24
const PACKAGE_NAME = 'phpGPX ' ;
25
- const VERSION = '1.1.2 ' ;
25
+ const VERSION = '1.1.3 ' ;
26
26
27
27
/**
28
28
* Create Stats object for each track, segment and route
You can’t perform that action at this time.
0 commit comments