We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d42fd7 commit 296d2f5Copy full SHA for 296d2f5
CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
### Changelog
4
5
-#### 0.8.0
+#### 0.8.2
6
+##### 12/02/2014
7
+
8
+- (Bug Fix) Fixed an issue that would cause Craft to break when editing entries inline with Google Maps fields
9
10
+#### 0.8.1
11
##### 12/02/2014
12
13
- (Bug Fix) Fixed an issue with a malformed url error being called
GoogleMapsPlugin.php
@@ -10,7 +10,7 @@ public function getName()
public function getVersion()
{
- return '0.8.1';
+ return '0.8.2';
14
}
15
16
public function getDeveloper()
0 commit comments