Skip to content

Releases: Sibyx/phpGPX

1.3.0

27 Jul 22:35
6d82507

Choose a tag to compare

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

30 Jul 20:33

Choose a tag to compare

  • Fixed: Fixed VERSION string in phpGPX.php

1.2.0

30 Jul 20:21
aac01e5

Choose a tag to compare

1.1.3

29 Jul 14:52
6ef84c6

Choose a tag to compare

1.1.2

28 Feb 20:01
e8841db

Choose a tag to compare

1.1.1

15 Feb 11:01
a32e152

Choose a tag to compare

  • Fix: Fixed VERSION string in phpGPX.php

1.1.0

05 Feb 12:27
9ef1c8e

Choose a tag to compare

1.0.1

03 Dec 18:37
9568c36

Choose a tag to compare

1.0.0

24 Nov 00:11
1c1b407

Choose a tag to compare

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

25 Jan 12:27

Choose a tag to compare

Release candidate v5 Pre-release
Pre-release
  • Change: Moved PHPUnit to development dependencies.