doublesecretagency / craft-googlemaps

Google Maps plugin for Craft CMS - Maps in minutes. Powered by the Google Maps API.
https://plugins.doublesecretagency.com/google-maps/
Other
10 stars 9 forks source link

Support for older browsers in JS #85

Closed zizther closed 1 year ago

zizther commented 1 year ago

There are still some users who have devices not on iOS v14+ which supports nullish coalescing operators which are being used in the plugin JS. Would it be possible to support these?

For example dynamicmap.js Line 1310: this._cluster.algorithm ?? null

lindseydiloreto commented 1 year ago

Thanks for reporting! This is now fixed on the v4-dev branch.

To test it out before the next release, change the plugin version specified in composer.json...

"doublesecretagency/craft-googlemaps": "dev-v4-dev"

Then run composer update.

Let me know if that does the trick!

lindseydiloreto commented 1 year ago

This fix has been officially released in 4.3.5. 👍

zizther commented 1 year ago

Thanks for supporting this one.