From 6ef84c61e5e2d8e4e50834c13586af88af4614fb Mon Sep 17 00:00:00 2001 From: Jakub Dubec Date: Thu, 29 Jul 2021 16:51:51 +0200 Subject: [PATCH] =?UTF-8?q?1.1.3=20release=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- composer.json | 2 +- src/phpGPX/phpGPX.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12814f..106852f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e6d57b7..54ae56b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index a0793ac..2a07c70 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/phpGPX/phpGPX.php b/src/phpGPX/phpGPX.php index ffe28dd..5bc82e9 100644 --- a/src/phpGPX/phpGPX.php +++ b/src/phpGPX/phpGPX.php @@ -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