Skip to content

Commit 9568c36

Browse files
committed
1.0.1 release
1 parent b8df5f5 commit 9568c36

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

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

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+
38
## 1.0
49

510
I am not very proud of idea having a major release in such terrible state. This release is just freeze from 2017

Diff for: 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.0",
4+
"version": "1.0.1",
55
"description": "A simple PHP library for GPX import/export",
66
"minimum-stability": "stable",
77
"license": "MIT",

Diff for: 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.0';
25+
const VERSION = '1.0.1';
2626

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

0 commit comments

Comments
 (0)