Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elivz committed Oct 31, 2017
1 parent 50e01ac commit 4920bd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "1.5.1",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.5.1.zip",
"date": "2017-10-31T16:30:00+00:00",
"notes": [
"[Fixed] Failure to use Google API key from settings when generating a dymanic Google map.",
"[Fixed] Use secure Google API url for geocoding addresses."
]
},
{
"version": "1.5.0",
"downloadUrl": "https://github.com/elivz/VzAddress-Craft/archive/1.5.0.zip",
Expand Down
2 changes: 1 addition & 1 deletion vzaddress/VzAddressPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function getName() {
}

public function getVersion() {
return '1.5.0';
return '1.5.1';
}

public function getSchemaVersion() {
Expand Down

0 comments on commit 4920bd6

Please sign in to comment.