mirror of
https://github.com/Mibew/google-maps-plugin.git
synced 2025-01-22 10:00:30 +03:00
parent
e7fe7c3c55
commit
f0acd9e405
@ -141,7 +141,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.0.0';
|
||||
return '1.0.1';
|
||||
}
|
||||
|
||||
/**
|
||||
@ -164,7 +164,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
||||
throw new \RuntimeException('Google API key cannot be empty');
|
||||
}
|
||||
|
||||
return 'http://maps.googleapis.com/maps/api/js?key='
|
||||
return '//maps.googleapis.com/maps/api/js?key='
|
||||
. $this->config['api_key']
|
||||
. '&sensor=false';
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"devDependencies": {
|
||||
"bower": "~1.3.12",
|
||||
"gulp": "~3.8.10",
|
||||
|
Loading…
Reference in New Issue
Block a user