Skip to content

Commit fee246a

Browse files
author
Hirbod
committed
update to 1.3.3
1 parent dd39f2b commit fee246a

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

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

2323
###What's up?
2424

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+
2548
v.1.3.2
2649
- Updated Google Maps SDK to 1.10.3 - should avoid plist problems on Xcode 7 now
2750

0 commit comments

Comments
 (0)