From 2f566430f7cd09c4c5867092b19359389b49c902 Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Wed, 30 Jan 2019 22:07:50 +0100 Subject: [PATCH] Version 0.5 --- helpers/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/config.php b/helpers/config.php index 8df02bc..3fb9cf0 100644 --- a/helpers/config.php +++ b/helpers/config.php @@ -28,7 +28,7 @@ */ class uConfig { // version number - static $version = "0.5-beta"; + static $version = "0.5"; // default map drawing framework static $mapapi = "openlayers"; @@ -82,7 +82,7 @@ static $strokeWeight = 2; static $strokeColor = '#ff0000'; static $strokeOpacity = 1; - + private static $fileLoaded = false; private static $initialized = false;