From 4dd920ae41c0f640c4dcbd9df450286728d64661 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Thu, 11 May 2017 13:49:39 +0200 Subject: [PATCH] Release version 0.2 --- Changelog | 12 +++++++++++- helpers/config.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 69e4bde..cd342d6 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,13 @@ Changelog -0.1 initial version +0.2 lots of bug fixes, + major code cleanup, + admin menu, + translations, + public tracks, + interface look tweaks, + track editing, + track importing, + installer script + +0.1 initial version diff --git a/helpers/config.php b/helpers/config.php index fe81286..cff56c9 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.2-beta"; + static $version = "0.2"; // default map drawing framework static $mapapi = "openlayers";