diff --git a/changelog.json b/changelog.json index a5830c3..8e99117 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/vzaddress/VzAddressPlugin.php b/vzaddress/VzAddressPlugin.php index 43aaf01..c18e703 100644 --- a/vzaddress/VzAddressPlugin.php +++ b/vzaddress/VzAddressPlugin.php @@ -11,7 +11,7 @@ public function getName() { } public function getVersion() { - return '1.5.0'; + return '1.5.1'; } public function getSchemaVersion() {