We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd39f2b commit fee246aCopy full SHA for fee246a
1 file changed
README.md
@@ -22,6 +22,29 @@ New versions will be announced through the official community. Stay tuned!
22
23
###What's up?
24
25
+v.1.3.3
26
+
27
+**Added**
28
29
+- added zIndex (iOS only, not available for Android)
30
+```js
31
+map.addMarker({
32
+ zIndex: int
33
+})
34
+// and
35
+marker.setZIndex()
36
+```
37
+ - https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/659
38
39
+**Fixed**
40
+- Status-Bar Shift-Down
41
+ - https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/657
42
+- Temp Dom-not-updated fix
43
+ - https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/658
44
+- Stabilized iOS loading
45
+ - https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues/623
46
47
48
v.1.3.2
49
- Updated Google Maps SDK to 1.10.3 - should avoid plist problems on Xcode 7 now
50
0 commit comments