Repository: cordova-ios Updated Branches: refs/heads/master 40efee44a -> 6b95680b0
CB-10693 Updated RELEASENOTES and Version for release 4.1.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/cad1e640 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/cad1e640 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/cad1e640 Branch: refs/heads/master Commit: cad1e640ddd7cf933750c09936c954684ab682e7 Parents: 40efee4 Author: Steve Gill <[email protected]> Authored: Wed Feb 24 17:19:14 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Feb 24 17:19:14 2016 -0800 ---------------------------------------------------------------------- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- RELEASENOTES.md | 25 ++++++++++++++++++++++-- package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cad1e640/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index ef7c9ce..8f6ae62 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -60,6 +60,7 @@ #define __CORDOVA_3_9_2 30902 #define __CORDOVA_4_0_0 40000 #define __CORDOVA_4_0_1 40001 +#define __CORDOVA_4_1_1 40100 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -72,7 +73,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_1 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_1_0 #endif /* http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cad1e640/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 79529e7..4b5748a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,10 +20,31 @@ --> ## Release Notes for Cordova (iOS) ## -Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges origin/3.7.x..HEAD - 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.1.0 (Feb 24, 2016) +* CB-10693 added missing header license +* CB-10530 Updated `cordova.js`. +* CB-10530 App freezes sometimes directly after starting on **iOS** +* CB-10668 checked in `node_modules` +* CB-10668 removed `bin/node_modules` +* CB-10668 updated `create.js` to grab `node_modules` from root, updated `package.json` +* CB-10138 Adds missing plugin metadata to `plugin_list` module +* CB-10493 **iOS** Missing `icon.png` +* CB-10184 `Images.xcassets`: A 83.5x83.5@2x app icon is required for iPad apps targeting **iOS 9.0** and later +* Disable `ios-deploy` wifi mode when deploying to a device +* CB-10272 Improve `<allow-intent>` and `<allow-navigation>` error logs +* Updated bundled `iso-sim` to `5.0.6` +* CB-10233 Support different `config.xml` file per `CDVViewController` instance +* Add additional valid targets for simulation +* Updated CDV version macro to 4.0.1 +* 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/cad1e640/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3b5ba14..f677883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "4.1.0-dev", + "version": "4.1.0", "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]
