CB-10203 Updated RELEASENOTES and Version for release 4.0.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/e40a776f Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/e40a776f Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/e40a776f Branch: refs/heads/4.0.x Commit: e40a776faad69b1282f912625d90b927ec063f3c Parents: 0f8c8e9 Author: Shazron Abdullah <[email protected]> Authored: Tue Dec 15 16:56:36 2015 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Tue Dec 15 17:04:35 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e40a776f/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 79529e7..3dfc5be 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -24,6 +24,15 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge 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.0.1 (Dec 15, 2015) + +* CB-10185 - Update CordovaLib.xcodeproj to recommended settings in Xcode 7.2 +* CB-10171 - WebKit Error after migration to [email protected] +* CB-10155 - DisallowOverscroll not working +* CB-10168 - CDVViewController appURL is nil if wwwFolderName is the path to a resource bundle +* CB-10162 - update reference url for icon images +* CB-10162 - correct the paths for iOS icon and splashscreen resources + ### 4.0.0 (Dec 04, 2015) * CB-10136 - error in cordova prepare (Platform API) http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/e40a776f/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index a7d520c..eb54634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "4.0.0", + "version": "4.0.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]
