Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 2.99 KB

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

1.0-RC3

1.0-RC2

1.0-RC1

Initial release