From 01d20a0a22e876bed0d6a50f7424df2b38d192a1 Mon Sep 17 00:00:00 2001 From: Tam Date: Wed, 6 Sep 2017 16:24:53 +0100 Subject: [PATCH] Version bump --- README.md | 4 ++++ releases.json | 9 +++++++++ simplemap/SimpleMapPlugin.php | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a367f..8c4b26c 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ var map = new mapboxgl.Map({ ## Changelog +### 1.6.3 +- The field is now previewable in the entries table (via @joshuabaker) +- Fixed a bug where `SimpleMap_MapModel` `__toString()` would't always return a string. + ### 1.6.2 - Fixed bug where some browsers would consider some decimals invalid in the Lat/Lng inputs #46 - Fixed `CDbException` when trying to search by invalid location. `mapField.distance` will return `NULL` in this case #48 diff --git a/releases.json b/releases.json index 6e89d99..bf852ca 100644 --- a/releases.json +++ b/releases.json @@ -157,5 +157,14 @@ "[Fixed] Fixed bug where some browsers would consider some decimals invalid in the Lat/Lng inputs #46", "[Fixed] Fixed `CDbException` when trying to search by invalid location. `mapField.distance` will return `NULL` in this case #48" ] + }, + { + "version": "1.6.3", + "downloadUrl": "https://github.com/ethercreative/simplemap/archive/v1.6.3.zip", + "date": "2017-09-06T10:42:00-08:00", + "notes": [ + "[Improved] The field is now previewable in the entries table (via @joshuabaker)", + "[Fixed] Fixed a bug where `SimpleMap_MapModel` `__toString()` would't always return a string" + ] } ] diff --git a/simplemap/SimpleMapPlugin.php b/simplemap/SimpleMapPlugin.php index 863051d..729c7dc 100644 --- a/simplemap/SimpleMapPlugin.php +++ b/simplemap/SimpleMapPlugin.php @@ -24,7 +24,7 @@ public function getDescription() public function getVersion() { - return '1.6.2'; + return '1.6.3'; } public function getSchemaVersion()