Skip to content

Commit 4c51d57

Browse files
committed
1.1.2 release (SORT_BY_TIMESTAMP stability improvements)
1 parent a0185f4 commit 4c51d57

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2 : 2021-02-28
4+
5+
- **Fix**: [do SORT_BY_TIMESTAMP only for tracks with timestamps #52](https://github.com/Sibyx/phpGPX/pull/52)
6+
37
## 1.1.1 : 2021-02-15
48

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

Diff for: 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.1.1",
4+
"version": "1.1.2",
55
"description": "A simple PHP library for GPX import/export",
66
"minimum-stability": "stable",
77
"license": "MIT",

Diff for: 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.1';
25+
const VERSION = '1.1.2';
2626

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

0 commit comments

Comments
 (0)