Skip to content

Commit 1cb96d1

Browse files
author
Hirbod
committed
Update README.md
1 parent a6b906f commit 1cb96d1

1 file changed

Lines changed: 5 additions & 75 deletions

File tree

README.md

Lines changed: 5 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ New versions will be announced through the official community. Stay tuned!
2222

2323
###What's up?
2424

25+
v.1.3.4 - 15/10/2015
26+
27+
- Updated Google Maps SDK for iOS to 1.10.4
28+
- Will fix some bugs on iOS 9
29+
2530
v.1.3.3
2631

2732
**Added**
@@ -46,81 +51,6 @@ marker.setZIndex()
4651
- [623](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/623)
4752

4853

49-
v.1.3.2
50-
- Updated Google Maps SDK to 1.10.3 - should avoid plist problems on Xcode 7 now
51-
52-
v.1.3.1
53-
- Fixed #630 (no google-volley dependencies anymore, increase start-up speed)
54-
- Better URL Support on iOS for KML and GroundOverlay (support for any valid NSURL resource)
55-
- Changed all http calls to https
56-
- Updated Google Maps iOS SDK to 1.10.2
57-
58-
**INFORMATION**
59-
60-
In order to install the new version, you have to:
61-
62-
1) Delete plugin
63-
> cordova plugin rm plugin.google.maps
64-
65-
2) Delete Google Maps iOS SDK
66-
> cordova plugin rm com.googlemaps.ios
67-
68-
3) Delete plugin.http.request
69-
> cordova plugin rm plugin.http.request
70-
71-
3) Re-Install plugin from master (follow wiki for Mac/Linux/Windows)
72-
> cordova plugin add https://github.com/wf9a5m75/phonegap-googlemaps-plugin --variable API_KEY_FOR_ANDROID="YOUR_KEY" --variable API_KEY_FOR_IOS="YOUR_KEY"
73-
74-
If you have some weird compiling errors, you're probably missing some linked frameworks. Set the Target Membership
75-
https://www.youtube.com/watch?v=gr0QrEShPbQ
76-
or just delete your iOS platform and re-install.
77-
78-
Required XCode Version is 6.3+ (due to ABI changes)
79-
The minimum target iOS version for Google Maps SDK for iOS is now 7.0. Version 6.0 is no longer supported.
80-
This release requires the following additional dependencies in your project: Accelerate.framework, CoreBluetooth.framework, CoreGraphics.framework, Security.framework
81-
82-
This will be set automatically when you install with CLI.
83-
84-
BITCODE isn't supported currently. Google Maps hasn't update now. Just disable Bitcode in XCode 7 when you get compile errors.
85-
86-
v.1.2.9
87-
88-
**Add:**
89-
90-
- Implement maxWidth for Marker InfoWindow https://github.com/wf9a5m75/phonegap-googlemaps-plugin/pull/503
91-
92-
v.1.2.8
93-
94-
**Fixes**
95-
96-
- Support for cordova-android 4.x (Cordova 5.x) -> many thanks to @wolf-s
97-
- Fixed bug with base64 icons, icons from file
98-
- Fixed https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/591
99-
- Fixed play-service dependency https://github.com/wf9a5m75/phonegap-googlemaps-plugin/pull/567
100-
- Fixed plugin init on new cordova-android version
101-
- Compatibility with https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview (have a look at the wiki and the issues)
102-
- Fixed https://github.com/wf9a5m75/phonegap-googlemaps-plugin/pull/551
103-
- Fixed crash on android when marker is not available https://github.com/wf9a5m75/phonegap-googlemaps-plugin/pull/529
104-
- Fixed .off() listener bug https://github.com/wf9a5m75/phonegap-googlemaps-plugin/pull/517
105-
106-
**Added**
107-
108-
- pass "params" to marker and retrieve with marker.getParams() https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/54
109-
110-
v.1.2.7
111-
- Support for cordova-android 4.x (Cordova 5.x) -> many thanks to @wolf-s
112-
113-
v1.2.5
114-
- Add : The `opacity` and `tileSize` properties has been added to `map.addTileOverlay()`
115-
- Add : Add marker animations: `DROP` and `BOUNCE`
116-
- Add : Add INDOOR_BUILDING_FOCUSED & INDOOR_LEVEL_ACTIVATED events for indoor map events.
117-
- Add plugin.google.maps.geometry.encoding.decodePath() & plugin.google.maps.geometry.encoding.encodePath()
118-
- Update : v1.2.5 uses Google Play Services version 23.
119-
- Added settings for watchdogtimer / complete rewrite of remote marker downloads
120-
- The `icon` property of the `map.addMarker()` accepts `file://` & `cdvfile://` protocol, and also the absolute file path.
121-
- Loading KML files from `file://` & `cdvfile://` protocol.
122-
- And many bugs are fixed.
123-
12454
Check out the [release notes](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Release-Notes).
12555

12656
###Documentation

0 commit comments

Comments
 (0)