PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Jakub Dubec   PHP GPX Library   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP GPX Library
Parser and generator of GPS Exchange files
Author: By
Last change: PHPUnit 9
Add coordinates for remarqued statistic points
Add coordinates for remarqued statistic points (#64)

* add stats->minAltitudeCoords & stats->maxAltitudeCoords for Segment, Route, Track

* add stats->startedAtCoords & stats->finishedAtCoords for Segment, Route, Track

* Update composer.json

change package name to test it as a private packagist

* Revert "Update composer.json"

This reverts commit a44e58ef716d053ec813bb60e90757772e60b763.

* https://github.com/Sibyx/phpGPX/pull/64#issuecomment-1633597370

* fix https://github.com/Sibyx/phpGPX/pull/64#discussion_r1116752237

* update CHANGELOG.md README.md & Stats doc (cf. https://github.com/Sibyx/phpGPX/pull/64#pullrequestreview-1528142071)

---------

Co-authored-by: nono303 <[email protected]>
1.2.1 release 🤪
Merge pull request #61 👩🏻‍🦰

* Real distance calculator

* Fixed real distance tests

* Merge branch 'master' into feature/real-distance

* Few text changes, year updates
1.1.3 release 🥳
1.1.2 release (SORT_BY_TIMESTAMP stability improvements)
Fixed version string (issue #50)
1.1.0 release
1.0.1 release
1.0 release 😱
Date: 1 month ago
Size: 3,058 bytes
 

Contents

Class file image Download

Changelog

1.3.0 : 2023-07-19

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.

1.2.1 : 2022-07-30

  • Fixed: Fixed `VERSION` string in `phpGPX.php`

1.2.0 : 2022-07-30

1.1.3 : 2021-07-29

1.1.2 : 2021-02-28

1.1.1 : 2021-02-15

  • Fixed: Fixed `VERSION` string in `phpGPX.php`

1.1.0 : 2021-02-05

1.0.1

1.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.

  • Fixed: Do not return extra `:` while parsing unsupported extensions if there is no namespace for child element
  • Fixed: Fixed Copyright test

1.0-RC5

  • Changed: Moved PHPUnit to development dependencies.

1.0-RC4

- 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

1.0-RC3

- 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

1.0-RC2

- Fixed: waypoints not loaded correctly - they are ignored - Init of unit tests

1.0-RC1

Initial release