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)
- Fixed: Fixed
VERSION
string inphpGPX.php
- Changed: Real distance calculation #37 (DistanceCalculator refactor)
- Fixed: Fix negative duration #58 by @neronmoon
- Fixed: Fixed
VERSION
string inphpGPX.php
- Fixed: Fixed PersonParser::toXML() if there are no links provided Error when $person->links is null #48
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
.
- Fixed: Do not return extra
:
while parsing unsupported extensions if there is no namespace for child element - Fixed: Fixed Copyright test
- Changed: Moved PHPUnit to development dependencies.
- Changed: Change the way to deal with extensions
- Fixed: RoutePoints and TripExtensions WIP
- Fixed: Route point rtep versus rtept
- Fixed: Empty array on load route
- Fixed: Do not load zero altitude in statistics as NULL
- Added: Cumulative Elevation in stats with pull request #12 by @Shaydu
- Fixed: Fix for unterminated entity references with #13 by @benlumley
- Fixed: split loading and parsing in separate methods so a string may be loaded as gpx data with #9 by @lommes
- Fixed: HeartRate typo that lead to error
- Fixed: Skipping RC2 in packagist Missing version in packagist
- Fixed: waypoints not loaded correctly - they are ignored
- Init of unit tests
Initial release