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()