File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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/).
4444please 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments