Skip to content

Commit

Permalink
1.2.1 release 🤪
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jul 30, 2022
1 parent aac01e5 commit ae2fc57
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 deletions.
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
# Changelog

## 1.2.1 : 2022-07-30

- **Fixed**: Fixed `VERSION` string in `phpGPX.php`

## 1.2.0 : 2022-07-30

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

## 1.1.3 : 2021-07-29

- **Fix**: [Fix negative duration #58](https://github.com/Sibyx/phpGPX/pull/58) by [@neronmoon](https://github.com/neronmoon)
- **Fixed**: [Fix negative duration #58](https://github.com/Sibyx/phpGPX/pull/58) by [@neronmoon](https://github.com/neronmoon)

## 1.1.2 : 2021-02-28

- **Fix**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)
- **Fixed**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)

## 1.1.1 : 2021-02-15

- **Fix**: Fixed `VERSION` string in `phpGPX.php`
- **Fixed**: Fixed `VERSION` string in `phpGPX.php`

## 1.1.0 : 2021-02-05

- **Feature**: [Limiting maximum elevation difference to protect from spikes](https://github.com/Sibyx/phpGPX/pull/49)
- **Added**: [Limiting maximum elevation difference to protect from spikes](https://github.com/Sibyx/phpGPX/pull/49)

## 1.0.1

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

## 1.0
Expand All @@ -31,32 +35,32 @@ I am not very proud of idea having a major release in such terrible state. This
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
- **Fixed**: Do not return extra `:` while parsing unsupported extensions if there is no namespace for child element
- **Fixed**: Fixed Copyright test

## 1.0-RC5

- **Change:** Moved PHPUnit to development dependencies.
- **Changed:** Moved PHPUnit to development dependencies.

## 1.0-RC4

- **Change:** [Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)
- **Bugfix:** [RoutePoints and TripExtensions WIP](https://github.com/Sibyx/phpGPX/issues/22)
- **Bugfix:** [Route point rtep versus rtept](https://github.com/Sibyx/phpGPX/issues/21)
- **Bugfix:** [Empty array on load route](https://github.com/Sibyx/phpGPX/issues/20)
- **Bugfix:** Do not load zero altitude in statistics as NULL
- **Changed:** [Change the way to deal with extensions ](https://github.com/Sibyx/phpGPX/pull/19)
- **Fixed:** [RoutePoints and TripExtensions WIP](https://github.com/Sibyx/phpGPX/issues/22)
- **Fixed:** [Route point rtep versus rtept](https://github.com/Sibyx/phpGPX/issues/21)
- **Fixed:** [Empty array on load route](https://github.com/Sibyx/phpGPX/issues/20)
- **Fixed:** Do not load zero altitude in statistics as NULL

## 1.0-RC3

- **Feature:** [Cumulative Elevation in stats](https://github.com/Sibyx/phpGPX/pull/12) with pull request #12 by @Shaydu
- **Bugfix:** [Fix for unterminated entity references](https://github.com/Sibyx/phpGPX/pull/13) with #13 by @benlumley
- **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
- **Bugfix:** HeartRate [typo that lead to error](https://github.com/Sibyx/phpGPX/issues/14)
- **Bugfix:** Skipping RC2 in packagist [Missing version in packagist](https://github.com/Sibyx/phpGPX/issues/10)
- **Added:** [Cumulative Elevation in stats](https://github.com/Sibyx/phpGPX/pull/12) with pull request #12 by @Shaydu
- **Fixed:** [Fix for unterminated entity references](https://github.com/Sibyx/phpGPX/pull/13) with #13 by @benlumley
- **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
- **Fixed:** HeartRate [typo that lead to error](https://github.com/Sibyx/phpGPX/issues/14)
- **Fixed:** Skipping RC2 in packagist [Missing version in packagist](https://github.com/Sibyx/phpGPX/issues/10)

## 1.0-RC2

- **Bugfix:** [waypoints not loaded correctly - they are ignored](https://github.com/Sibyx/phpGPX/issues/6)
- **Fixed:** [waypoints not loaded correctly - they are ignored](https://github.com/Sibyx/phpGPX/issues/6)
- Init of unit tests

## 1.0-RC1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You can easily install phpGPX library with [composer](https://getcomposer.org/).
please use release candidates.

```
composer require sibyx/phpgpx:1.2.0
composer require sibyx/phpgpx:1.2.1
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sibyx/phpgpx",
"type": "library",
"version": "1.2.0",
"version": "1.2.1",
"description": "A simple PHP library for GPX import/export",
"minimum-stability": "stable",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/phpGPX/phpGPX.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class phpGPX
const XML_FORMAT = 'xml';

const PACKAGE_NAME = 'phpGPX';
const VERSION = '1.1.3';
const VERSION = '1.2.1';

/**
* Create Stats object for each track, segment and route
Expand Down

0 comments on commit ae2fc57

Please sign in to comment.