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 27d8d3f commit ef42cecCopy full SHA for ef42cec
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
### Changelog
4
5
+#### 0.5.3
6
+##### 09/11/2014
7
+
8
+- (Bug Fix) Fixed a critical JS issue that was preventing a map from working upon instantiation. Bug was a result of a recent refactor
9
10
#### 0.5.2
11
##### 09/11/2014
12
GoogleMapsPlugin.php
@@ -10,7 +10,7 @@ public function getName()
public function getVersion()
{
13
- return '0.5.2';
+ return '0.5.3';
14
}
15
16
public function getDeveloper()
0 commit comments