bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

Retired Version of Maps API #348

Closed rickyexe closed 4 years ago

rickyexe commented 4 years ago

How to manually change the version of the link api? it's 3.37 now <script type="text/javascript" src="//maps.googleapis.com/maps/api/js?v=3.37&region=ID&language=id&key=key&libraries=places"></script>

but i need to change it to weekly because i got this error and the document suggest to change the 3.37 to weekly or the maps won't even load Google Maps JavaScript API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-version

Thank You

AlexFullComms commented 4 years ago

I've got this very same issue...

bradcornford commented 4 years ago

Hi there,

I've now bumped the project to use the latest version of the API, sorry for the long wait, I've been on holiday. This should now be fixed in current version 3.1.0, 2.36.0, 1.28.0.

AlexFullComms commented 4 years ago

Ah thanks !!!

Everyone deserves a holiday !

rickyexe commented 4 years ago

Great! Just curious, i tried to resolve this issue by modifying the javascript.blade.php to weekly is it an okay approach?

bradcornford commented 4 years ago

@rickyexe Yeah that's a valid approach, although i did move away from the weekly to a set version due to breaking changes being introduced. A better approach would probably be to use the quarterly version.

rickyexe commented 4 years ago

Okay great! The issue is resolve then Thank You