From de6410c90c826a159872c8d39f6ceb5b5556a5a8 Mon Sep 17 00:00:00 2001 From: AtaurR Date: Wed, 6 Mar 2019 13:06:10 +0600 Subject: [PATCH] Added v quarterly --- shortcodes/map/static.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcodes/map/static.php b/shortcodes/map/static.php index bc1f38f..1b52bec 100644 --- a/shortcodes/map/static.php +++ b/shortcodes/map/static.php @@ -4,7 +4,7 @@ { $query_params = array( - 'v' => '3.30', + 'v' => 'quarterly', 'language' => substr( get_locale(), 0, 2 ), 'libraries' => 'places', );