File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.1
4
+
5
+ - ** Fix** : Fixed PersonParser::toXML() if there are no links provided
6
+ [ Error when $person->links is null #48 ] ( https://github.com/Sibyx/phpGPX/issues/48 )
7
+
3
8
## 1.0
4
9
5
10
I am not very proud of idea having a major release in such terrible state. This release is just freeze from 2017
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sibyx/phpgpx" ,
3
3
"type" : " library" ,
4
- "version" : " 1.0" ,
4
+ "version" : " 1.0.1 " ,
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.0 ' ;
25
+ const VERSION = '1.0.1 ' ;
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