Skip to content

Commit ef42cec

Browse files
committed
Updated version & changelog
1 parent 27d8d3f commit ef42cec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Changelog
44

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+
510
#### 0.5.2
611
##### 09/11/2014
712

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.5.2';
13+
return '0.5.3';
1414
}
1515

1616
public function getDeveloper()

0 commit comments

Comments
 (0)