Releases: Sibyx/phpGPX
Releases · Sibyx/phpGPX
1.3.0
Changed minimal PHP version to ^7.1
in composer.json
. Library still should work with PHP5.5+, if you have troubles
while installing check the --ignore-platform-reqs
attribute of compose.
- Added: Coordinates for remarqued statistic points (minAltitude, maxAltitude, startedAt, finishedAt) thanks to @nono303
1.2.1
1.2.0
- Feature: Real distance calculation #37 (DistanceCalculator refactor)
1.1.3
- Fix: Fix negative duration #58 by @neronmoon
1.1.2
1.1.1
1.1.0
1.0.1
- Fix: Fixed PersonParser::toXML() if there are no links provided
Error when $person->links is null #48
1.0.0
I am not very proud of idea having a major release in such terrible state. This release is just freeze from 2017
compatible API and behaviour with some bugfixies. It looks like some people use the library and I want to perform some
radical refactoring. See you in 2.x
.
- Fix: Do not return extra
:
while parsing unsupported extensions if there is no namespace for child element - Fix: Fixed Copyright test
Release candidate v5
- Change: Moved PHPUnit to development dependencies.