You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Fix**: [Fix negative duration #58](https://github.com/Sibyx/phpGPX/pull/58) by [@neronmoon](https://github.com/neronmoon)
13
+
-**Fixed**: [Fix negative duration #58](https://github.com/Sibyx/phpGPX/pull/58) by [@neronmoon](https://github.com/neronmoon)
10
14
11
15
## 1.1.2 : 2021-02-28
12
16
13
-
-**Fix**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)
17
+
-**Fixed**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)
14
18
15
19
## 1.1.1 : 2021-02-15
16
20
17
-
-**Fix**: Fixed `VERSION` string in `phpGPX.php`
21
+
-**Fixed**: Fixed `VERSION` string in `phpGPX.php`
18
22
19
23
## 1.1.0 : 2021-02-05
20
24
21
-
-**Feature**: [Limiting maximum elevation difference to protect from spikes](https://github.com/Sibyx/phpGPX/pull/49)
25
+
-**Added**: [Limiting maximum elevation difference to protect from spikes](https://github.com/Sibyx/phpGPX/pull/49)
22
26
23
27
## 1.0.1
24
28
25
-
-**Fix**: Fixed PersonParser::toXML() if there are no links provided
29
+
-**Fixed**: Fixed PersonParser::toXML() if there are no links provided
26
30
[Error when $person->links is null #48](https://github.com/Sibyx/phpGPX/issues/48)
27
31
28
32
## 1.0
@@ -31,32 +35,32 @@ I am not very proud of idea having a major release in such terrible state. This
31
35
compatible API and behaviour with some bugfixies. It looks like some people use the library and I want to perform some
32
36
radical refactoring. See you in `2.x`.
33
37
34
-
-**Fix**: Do not return extra `:` while parsing unsupported extensions if there is no namespace for child element
35
-
-**Fix**: Fixed Copyright test
38
+
-**Fixed**: Do not return extra `:` while parsing unsupported extensions if there is no namespace for child element
39
+
-**Fixed**: Fixed Copyright test
36
40
37
41
## 1.0-RC5
38
42
39
-
-**Change:** Moved PHPUnit to development dependencies.
43
+
-**Changed:** Moved PHPUnit to development dependencies.
40
44
41
45
## 1.0-RC4
42
46
43
-
-**Change:**[Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)
44
-
-**Bugfix:**[RoutePoints and TripExtensions WIP](https://github.com/Sibyx/phpGPX/issues/22)
45
-
-**Bugfix:**[Route point rtep versus rtept](https://github.com/Sibyx/phpGPX/issues/21)
46
-
-**Bugfix:**[Empty array on load route](https://github.com/Sibyx/phpGPX/issues/20)
47
-
-**Bugfix:** Do not load zero altitude in statistics as NULL
47
+
-**Changed:**[Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)
48
+
-**Fixed:**[RoutePoints and TripExtensions WIP](https://github.com/Sibyx/phpGPX/issues/22)
49
+
-**Fixed:**[Route point rtep versus rtept](https://github.com/Sibyx/phpGPX/issues/21)
50
+
-**Fixed:**[Empty array on load route](https://github.com/Sibyx/phpGPX/issues/20)
51
+
-**Fixed:** Do not load zero altitude in statistics as NULL
48
52
49
53
## 1.0-RC3
50
54
51
-
-**Feature:**[Cumulative Elevation in stats](https://github.com/Sibyx/phpGPX/pull/12) with pull request #12 by @Shaydu
52
-
-**Bugfix:**[Fix for unterminated entity references](https://github.com/Sibyx/phpGPX/pull/13) with #13 by @benlumley
53
-
-**Bugfix:**[split loading and parsing in separate methods so a string may be loaded as gpx data](https://github.com/Sibyx/phpGPX/pull/9) with #9 by @lommes
54
-
-**Bugfix:** HeartRate [typo that lead to error](https://github.com/Sibyx/phpGPX/issues/14)
55
-
-**Bugfix:** Skipping RC2 in packagist [Missing version in packagist](https://github.com/Sibyx/phpGPX/issues/10)
55
+
-**Added:**[Cumulative Elevation in stats](https://github.com/Sibyx/phpGPX/pull/12) with pull request #12 by @Shaydu
56
+
-**Fixed:**[Fix for unterminated entity references](https://github.com/Sibyx/phpGPX/pull/13) with #13 by @benlumley
57
+
-**Fixed:**[split loading and parsing in separate methods so a string may be loaded as gpx data](https://github.com/Sibyx/phpGPX/pull/9) with #9 by @lommes
58
+
-**Fixed:** HeartRate [typo that lead to error](https://github.com/Sibyx/phpGPX/issues/14)
59
+
-**Fixed:** Skipping RC2 in packagist [Missing version in packagist](https://github.com/Sibyx/phpGPX/issues/10)
56
60
57
61
## 1.0-RC2
58
62
59
-
-**Bugfix:**[waypoints not loaded correctly - they are ignored](https://github.com/Sibyx/phpGPX/issues/6)
63
+
-**Fixed:**[waypoints not loaded correctly - they are ignored](https://github.com/Sibyx/phpGPX/issues/6)
0 commit comments