Repository: cordova-docs Updated Branches: refs/heads/master a98e82f3c -> ebdc2c2ed
CB-12203 - Cordova iOS 4.3.1 release blog post This closes #663 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ebdc2c2e Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ebdc2c2e Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ebdc2c2e Branch: refs/heads/master Commit: ebdc2c2edd7c8732eae97605b819f4233f6bfc39 Parents: a98e82f Author: Shazron Abdullah <[email protected]> Authored: Fri Dec 2 17:20:17 2016 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Fri Dec 2 23:27:58 2016 -0800 ---------------------------------------------------------------------- www/_posts/2016-12-02-ios-release.md | 46 +++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ebdc2c2e/www/_posts/2016-12-02-ios-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-12-02-ios-release.md b/www/_posts/2016-12-02-ios-release.md new file mode 100644 index 0000000..e7f1aec --- /dev/null +++ b/www/_posts/2016-12-02-ios-release.md @@ -0,0 +1,46 @@ +--- +layout: post +author: + name: Shazron Abdullah + url: https://twitter.com/shazron +title: "Cordova iOS 4.3.1" +categories: announcements +tags: news releases +--- + +We are happy to announce a patch version of `Cordova iOS 4.3.1` has been released! + +<br /> + +**Note:** When updating **iOS**, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into `config.xml`: + + cordova plugin save + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform rm ios + cordova platform add [email protected] + +To add it explicitly: + + cordova platform add [email protected] + +<!--more--> +## What's new in iOS + +* [CB-12203](https://issues.apache.org/jira/browse/CB-12203) - Updated checked-in node_modules +* [CB-12190](https://issues.apache.org/jira/browse/CB-12190) - create.spec tests fail when a device is connected +* [CB-12155](https://issues.apache.org/jira/browse/CB-12155) - Create tests for launch storyboards +* [CB-12084](https://issues.apache.org/jira/browse/CB-12084) - Update project build settings & plist +* [CB-12130](https://issues.apache.org/jira/browse/CB-12130) - Launch storyboard images are not updated or cleaned +* [CB-11243](https://issues.apache.org/jira/browse/CB-11243) - target-device and deployment-target were being ignored +* [CB-12127](https://issues.apache.org/jira/browse/CB-12127) - Add buildFlag support in build.json +* [CB-12125](https://issues.apache.org/jira/browse/CB-12125) - Unable to emulate on iPad pro iOS 10 +* [CB-12118](https://issues.apache.org/jira/browse/CB-12118) - Cordova run ios does not automatically deploy to device +* [CB-12049](https://issues.apache.org/jira/browse/CB-12049) - user-agent string has a unique number appended +* [CB-12098](https://issues.apache.org/jira/browse/CB-12098) - Update supportedInterfaceOrientations return type +* [CB-9762](https://issues.apache.org/jira/browse/CB-9762) - Fix mobilespec 'cordova build' exception. +* Updated bundled ios-sim to version 5.0.12 + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
