Skip to content

Commit

Permalink
Merge pull request #1 from wf9a5m75/master
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Hirbod committed Oct 5, 2015
2 parents c4ccd8c + e77d0ed commit 8e6055e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ New versions will be announced through the official community. Stay tuned!

###What's up?

v.1.3.0
v.1.3.2
- Updated Google Maps SDK to 1.10.3 - should avoid plist problems on Xcode 7 now

v.1.3.1
- Fixed #630 (no google-volley dependencies anymore, increase start-up speed)
- Better URL Support on iOS for KML and GroundOverlay (support for any valid NSURL resource)
- Changed all http calls to https
- Updated Google Maps iOS SDK to 1.10.2

**INFORMATION**
Expand All @@ -36,6 +41,9 @@ In order to install the new version, you have to:
2) Delete Google Maps iOS SDK
> cordova plugin rm com.googlemaps.ios
3) Delete plugin.http.request
> cordova plugin rm plugin.http.request
3) Re-Install plugin from master (follow wiki for Mac/Linux/Windows)
> cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="plugin.google.maps" version="1.3.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="plugin.google.maps" version="1.3.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>phonegap-googlemaps-plugin</name>
<js-module name="phonegap-googlemaps-plugin" src="www/googlemaps-cdv-plugin.js">
<clobbers target="plugin.google.maps" />
Expand Down
2 changes: 1 addition & 1 deletion www/googlemaps-cdv-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@ document.addEventListener("deviceready", function() {
plugin.google.maps.Map.isAvailable();
});

const HTML_COLORS = {
var HTML_COLORS = {
"alideblue" : "#f0f8ff",
"antiquewhite" : "#faebd7",
"aqua" : "#00ffff",
Expand Down

0 comments on commit 8e6055e

Please sign in to comment.