Silverstripe Version: - UNKOWN - will not display on CMS
Silverstripe version not showing in CMS & Google MAps API key update
Hey everybody, have recently jumped on-board with a new company as a media person - have done a bit of dev in the past and trying to help them sort this out.
Firstly, the CMS shows Version: Unknown - is there any way to find out the current SS version they are using & is it possible to upgrade the CMS without a developer or will it break everything?
More importantly, Google Maps has closed the old v2 and the new v3 needs a new API key. I can generate the key etc, then as I understand it I need a web server to modify the page code. My question would be, can I just replace the below code with the suggested from the Google Developers are (with our new API key) or does somebody have to re-write all of that code because of the v2 to v3 introduction of the google.maps namespace.
Any help (even if it confuses me more) would be much appreciated.
<script src="//maps.googleapis.com/maps/api/js?sensor=true&callback=google_maps_loaded"></script