-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor bug fix, iOS 15 getWifiSSID fix, connect to Android Wifi without scanning (because of the limit) #249
Conversation
Can this PR be reviewed and merged? We are already using this patch successfully on iOS for our app. |
# [4.6.0](v4.5.1...v4.6.0) (2022-06-09) ### Features * Minor bug fix, iOS 15 getWifiSSID fix, connect to Android Wifi without scanning (because of the limit) ([#249](#249)) ([3389baf](3389baf))
🎉 This PR is included in version 4.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I will squash this MR to use angular semantic commits to work with semantic-release. See more here: https://github.com/semantic-release/semantic-release#how-does-it-work |
@SpiriaJWF Thanks for your contribution, I add you as collaborator for this repo :) |
I don't know if this will be accepted because it contains huge changes, but I think it would be appreciate by the community. It handles iOS 15 new getWifiSSID and doesn't scan wifi on Android before connecting to it. This PR also contains some refactoring and minor bug fix.
fix #246