CB-11627 Updated RELEASENOTES and Version for release 4.2.1
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/5fdc4406 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/5fdc4406 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/5fdc4406 Branch: refs/heads/master Commit: 5fdc4406a993a9360e13afd0d5dc94f94b9877c6 Parents: be34be4 Author: Steve Gill <[email protected]> Authored: Tue Jul 26 13:06:17 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Tue Jul 26 13:06:17 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5fdc4406/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d6a8dd2..3a2f600 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,6 +22,15 @@ Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line. +### 4.2.1 (Jul 26, 2016) +* [CB-11627](https://issues.apache.org/jira/browse/CB-11627) updated `CDVAvailability.h` with new version +* [CB-11627](https://issues.apache.org/jira/browse/CB-11627) added missing license header +* [CB-11627](https://issues.apache.org/jira/browse/CB-11627) Updated checked-in `node_modules` +* [CB-9371](https://issues.apache.org/jira/browse/CB-9371) Fix how prepare handles orientation on **ios** +* [CB-11431](https://issues.apache.org/jira/browse/CB-11431) Document ways to update delegates, preferences and script message handlers in `WebViewEngines` +* [CB-11475](https://issues.apache.org/jira/browse/CB-11475) Ignore unsupported 60x60 icon +* [CB-11426](https://issues.apache.org/jira/browse/CB-11426) Hardcoded path should not be in tests project. + ### 4.2.0 (Jun 16, 2016) * `cordova-ios` now supports node 6! * [CB-11445](https://issues.apache.org/jira/browse/CB-11445) Updated checked-in `node_modules` http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/5fdc4406/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 130ad8d..bdc8adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "4.3.0-dev", + "version": "4.2.1", "description": "cordova-ios release", "main": "bin/templates/scripts/cordova/Api.js", "repository": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
