Skip to content

Commit

Permalink
1.1.3 release 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Jul 29, 2021
1 parent fe9a948 commit 6ef84c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.3 : 2021-07-29

- **Fix**: [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)
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.1.2
composer require sibyx/phpgpx:1.1.3
```

## 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.1.2",
"version": "1.1.3",
"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.2';
const VERSION = '1.1.3';

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

0 comments on commit 6ef84c6

Please sign in to comment.