Repository: cordova-ios
Updated Branches:
  refs/heads/master a39025b09 -> 3507af4ac


CB-12687 Updated RELEASENOTES and Version for release 4.4.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/f85085af
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/f85085af
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/f85085af

Branch: refs/heads/master
Commit: f85085af3465dacb098208f0fe86821bc648e48b
Parents: a39025b
Author: Shazron Abdullah <[email protected]>
Authored: Sat Apr 22 12:22:23 2017 -0700
Committer: Shazron Abdullah <[email protected]>
Committed: Sat Apr 22 12:22:23 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 31 +++++++++++++++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f85085af/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b24f181..fbd5995 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,37 @@
 
 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.4.0 (Apr 22, 2017)
+* [CB-12009](https://issues.apache.org/jira/browse/CB-12009) - <resource-file> 
target attribute ignored on iOS when installing a Cordova plugin
+* [CB-12673](https://issues.apache.org/jira/browse/CB-12673) - ios platform 
does not build on Xcode 8.3.2
+* [CB-12665](https://issues.apache.org/jira/browse/CB-12665) - removing 
engineStrict as it is no longer supported
+* [CB-8980](https://issues.apache.org/jira/browse/CB-8980) - Adding 
resource-file element to config.xml for iOS
+* [CB-11895](https://issues.apache.org/jira/browse/CB-11895) - openURL: is 
deprecated on iOS 10
+* [CB-10026](https://issues.apache.org/jira/browse/CB-10026) - Fix warnings in 
Objective-C tests
+* [CB-12617](https://issues.apache.org/jira/browse/CB-12617) - added engine 
strict for users with older node versions
+* [CB-11233](https://issues.apache.org/jira/browse/CB-11233) - Support 
installing frameworks into "Embedded Binaries" section of the Xcode project
+* [CB-12577](https://issues.apache.org/jira/browse/CB-12577) - Fix module 
import warnings when using Cordova.framework (Carthage)
+* [CB-12571](https://issues.apache.org/jira/browse/CB-12571) - Podfile gets 
overwritten and some dependencies disappear.
+* [CB-12050](https://issues.apache.org/jira/browse/CB-12050) - ios: Create 
shared scheme for framework target, for Carthage support
+* [CB-12384](https://issues.apache.org/jira/browse/CB-12384) - ios: Add Cocoa 
Touch Framework target for CordovaLib functionality
+* [CB-12309](https://issues.apache.org/jira/browse/CB-12309) - Missing CLI 
help for --developmentTeam
+* [CB-12405](https://issues.apache.org/jira/browse/CB-12405) - .ipa is 
uncompressed in preparation for 'run' command during a 'build', resulting in 
slow builds
+* [CB-12523](https://issues.apache.org/jira/browse/CB-12523) - Remove iOS 8 
support
+* [CB-12522](https://issues.apache.org/jira/browse/CB-12522) - Remove node 0.x 
support in CI
+* [CB-12377](https://issues.apache.org/jira/browse/CB-12377) - Fix bug with 
updating platform
+* [CB-12473](https://issues.apache.org/jira/browse/CB-12473) - Delete the 
correct build output folder
+* [CB-12402](https://issues.apache.org/jira/browse/CB-12402) 
[CB-12206](https://issues.apache.org/jira/browse/CB-12206) - Properly encode 
app name to generate XML files
+* [CB-12388](https://issues.apache.org/jira/browse/CB-12388) - Fix memory leak 
due to strong reference
+* [CB-12287](https://issues.apache.org/jira/browse/CB-12287) - Remove 
hardcoded sim build destination
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018) - updated 
pkg.json with jasmine changes to work with jasmine instead of jasmine-node and 
rebased off of master branch.
+* [CB-12018](https://issues.apache.org/jira/browse/CB-12018) - updated tests 
to function with jasmine instead of jasmine-node
+* [CB-12341](https://issues.apache.org/jira/browse/CB-12341) - Possible crash 
in [CDVUserAgentUtil releaseLock:]
+* [CB-12247](https://issues.apache.org/jira/browse/CB-12247) - Symlinking 
resource files leads to inability to install app on iOS 10
+* [CB-6274](https://issues.apache.org/jira/browse/CB-6274) - Added support for 
BackgroundColor preference
+* [CB-12098](https://issues.apache.org/jira/browse/CB-12098) - Update 
supportedInterfaceOrientations return type (removed spaces)
+* [CB-11810](https://issues.apache.org/jira/browse/CB-11810) - (ios) fix 
unable to load index page from frameworkpath
+* Removed no-longer-working and generally-unused `diagnose_project` script
+
 ### 4.3.1 (Dec 01, 2016)
 
 * [CB-12203](https://issues.apache.org/jira/browse/CB-12203) - Updated 
checked-in node_modules

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f85085af/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c64699e..551c15a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.4.0-dev",
+  "version": "4.4.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]

Reply via email to