From 296d2f5ab6340cf9888b63d91eb9ce8cf59cd4ab Mon Sep 17 00:00:00 2001 From: Justin Kimbrell Date: Tue, 2 Dec 2014 14:26:17 -0500 Subject: [PATCH] Updates --- CHANGELOG.md | 7 ++++++- GoogleMapsPlugin.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa6353..8bfeceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ ### Changelog -#### 0.8.0 +#### 0.8.2 +##### 12/02/2014 + +- (Bug Fix) Fixed an issue that would cause Craft to break when editing entries inline with Google Maps fields + +#### 0.8.1 ##### 12/02/2014 - (Bug Fix) Fixed an issue with a malformed url error being called diff --git a/GoogleMapsPlugin.php b/GoogleMapsPlugin.php index 164e189..3fe5de1 100644 --- a/GoogleMapsPlugin.php +++ b/GoogleMapsPlugin.php @@ -10,7 +10,7 @@ public function getName() public function getVersion() { - return '0.8.1'; + return '0.8.2'; } public function getDeveloper()