Skip to content

Commit 296d2f5

Browse files
committed
Updates
1 parent 0d42fd7 commit 296d2f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
### Changelog
44

5-
#### 0.8.0
5+
#### 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
611
##### 12/02/2014
712

813
- (Bug Fix) Fixed an issue with a malformed url error being called

GoogleMapsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function getName()
1010

1111
public function getVersion()
1212
{
13-
return '0.8.1';
13+
return '0.8.2';
1414
}
1515

1616
public function getDeveloper()

0 commit comments

Comments
 (0)