This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
Releases: arsenal942/Cordova-Network-Manager
Releases · arsenal942/Cordova-Network-Manager
v2.5.0 - The Incredible Hulk
iOS Changes
iOSConnectNetwork
- Now returns a promise that will only resolve once the success or error callback is fired
- Prior to resolving, now also checks whether or not we are connected to the specified network (SSID)
- Set 'joinOnce' to 'false' to avoid early disconnections of the network connection
xCode Permissions
- HotspotConfiguration and NetworkExtension entitlements are now automatically added to the xCode project upon building.
v2.4.0 - Iron Man
v2.3.0
- getConnectedSSID and getConnectedBSSID for iOS now handles the NULL use-case correctly and fires the error callback.
v2.2.0
- Adds nullity check on Wifi Object
- Ability to give the androidConnect or androidDisconnect a null or empty parameter for what network to disable/enable.
- Various other bug fixes.
v2.1.0
- Update plugin to version 2.1
-- Contains a workaround for solving the issue whereby the Android OS doesn't connect to the specified network
v2.0.0
- The version number is all that changed between this version and the previous.
v1.8.0
Fully functioning release that actually works for both Android and iOS.