File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.2 : 2021-02-28
4
+
5
+ - ** Fix** : [ do SORT_BY_TIMESTAMP only for tracks with timestamps #52 ] ( https://github.com/Sibyx/phpGPX/pull/52 )
6
+
3
7
## 1.1.1 : 2021-02-15
4
8
5
9
- ** Fix** : Fixed ` VERSION ` string in ` phpGPX.php `
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.1 " ,
4
+ "version" : " 1.1.2 " ,
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.1 ' ;
25
+ const VERSION = '1.1.2 ' ;
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