jcesarmobile opened a new pull request #138: URL: https://github.com/apache/cordova-plugin-dialogs/pull/138
Breaking because CDVAlertView was used for iOS 7 and older and also removes a patch for a bug of iOS < 8.3. We have not supported them on cordova-ios for a while, so maybe we can consider it non breaking, but just in case. CDVAlertView was a custom implementation of UIAlertView, which was deprecated on iOS 8. The plugin already has code to use UIAlertController on iOS 8 and newer, so this just removes the old code. closes https://github.com/apache/cordova-plugin-dialogs/issues/119 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
