Skip to content

Commit ae2fc57

Browse files
committed
1.2.1 release 🤪
1 parent aac01e5 commit ae2fc57

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

CHANGELOG.md

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# Changelog
22

3+
## 1.2.1 : 2022-07-30
4+
5+
- **Fixed**: Fixed `VERSION` string in `phpGPX.php`
6+
37
## 1.2.0 : 2022-07-30
48

5-
- **Feature**: [Real distance calculation #37](https://github.com/Sibyx/phpGPX/issues/37) (DistanceCalculator refactor)
9+
- **Changed**: [Real distance calculation #37](https://github.com/Sibyx/phpGPX/issues/37) (DistanceCalculator refactor)
610

711
## 1.1.3 : 2021-07-29
812

9-
- **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)
1014

1115
## 1.1.2 : 2021-02-28
1216

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)
1418

1519
## 1.1.1 : 2021-02-15
1620

17-
- **Fix**: Fixed `VERSION` string in `phpGPX.php`
21+
- **Fixed**: Fixed `VERSION` string in `phpGPX.php`
1822

1923
## 1.1.0 : 2021-02-05
2024

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)
2226

2327
## 1.0.1
2428

25-
- **Fix**: Fixed PersonParser::toXML() if there are no links provided
29+
- **Fixed**: Fixed PersonParser::toXML() if there are no links provided
2630
[Error when $person->links is null #48](https://github.com/Sibyx/phpGPX/issues/48)
2731

2832
## 1.0
@@ -31,32 +35,32 @@ I am not very proud of idea having a major release in such terrible state. This
3135
compatible API and behaviour with some bugfixies. It looks like some people use the library and I want to perform some
3236
radical refactoring. See you in `2.x`.
3337

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
3640

3741
## 1.0-RC5
3842

39-
- **Change:** Moved PHPUnit to development dependencies.
43+
- **Changed:** Moved PHPUnit to development dependencies.
4044

4145
## 1.0-RC4
4246

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
4852

4953
## 1.0-RC3
5054

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)
5660

5761
## 1.0-RC2
5862

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)
6064
- Init of unit tests
6165

6266
## 1.0-RC1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can easily install phpGPX library with [composer](https://getcomposer.org/).
4444
please use release candidates.
4545

4646
```
47-
composer require sibyx/phpgpx:1.2.0
47+
composer require sibyx/phpgpx:1.2.1
4848
```
4949

5050
## Examples

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sibyx/phpgpx",
33
"type": "library",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "A simple PHP library for GPX import/export",
66
"minimum-stability": "stable",
77
"license": "MIT",

src/phpGPX/phpGPX.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class phpGPX
2222
const XML_FORMAT = 'xml';
2323

2424
const PACKAGE_NAME = 'phpGPX';
25-
const VERSION = '1.1.3';
25+
const VERSION = '1.2.1';
2626

2727
/**
2828
* Create Stats object for each track, segment and route

0 commit comments

Comments
 (0)