From d122f1374ba1cb1d9bda75090dec57ccf01e0bc7 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Sat, 24 Jun 2017 22:09:56 +0200 Subject: [PATCH] Version 0.3 --- Changelog | 5 +++++ helpers/config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index cd342d6..75ee39d 100755 --- a/Changelog +++ b/Changelog @@ -1,5 +1,10 @@ Changelog +0.3 fix altitudes chart + fix time zone issues + improve gpx imports + various fixes + 0.2 lots of bug fixes, major code cleanup, admin menu, diff --git a/helpers/config.php b/helpers/config.php index ec4e1c3..e38b114 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.3-beta"; + static $version = "0.3"; // default map drawing framework static $mapapi = "openlayers";