Repository: cordova-docs
Updated Branches:
  refs/heads/master 51e2ba308 -> 1b6746612


CB-11006 add ios@4.1.1 release blog post

 This closes #571


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1b674661
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1b674661
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1b674661

Branch: refs/heads/master
Commit: 1b6746612dff29c5b26ba82c1422397854a38378
Parents: 51e2ba3
Author: Edna Morales <edna...@gmail.com>
Authored: Mon Apr 4 13:36:39 2016 -0400
Committer: Edna Morales <edna...@gmail.com>
Committed: Thu Apr 7 17:16:00 2016 -0400

----------------------------------------------------------------------
 www/_posts/2016-04-04-ios-4.1.1.md | 48 +++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1b674661/www/_posts/2016-04-04-ios-4.1.1.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-04-04-ios-4.1.1.md 
b/www/_posts/2016-04-04-ios-4.1.1.md
new file mode 100644
index 0000000..a5f6b1b
--- /dev/null
+++ b/www/_posts/2016-04-04-ios-4.1.1.md
@@ -0,0 +1,48 @@
+---
+layout: post
+author:
+    name: Edna Morales
+    url: https://twitter.com/ednaymorales
+title:  "Cordova iOS 4.1.1"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova iOS 4.1.1` has been released!
+
+This release addresses issue 
[CB-10773](https://issues.apache.org/jira/browse/CB-10773), which was an issue 
with creating an iOS project on a Windows machine and then building on OSX.
+
+A new version of the `cordova-cli` will need to be released to pin this 
version of **cordova-ios** as the default version when creating a new project. 
If you want to start using this version now, make sure to specify the version 
when doing a `cordova platform add/update`.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform rm ios
+    cordova platform add ios@4.1.1
+    
+
+To add it explicitly:
+
+    cordova platform add ios@4.1.1
+
+<!--more-->
+## What's new in iOS platform
+
+* [CB-11006](https://issues.apache.org/jira/browse/CB-11006) Added license to 
loggingHelper.js
+* [CB-11006](https://issues.apache.org/jira/browse/CB-11006) Updated 
checked-in node_modules
+* [CB-10320](https://issues.apache.org/jira/browse/CB-10320) Fixes corrupted 
logo.png
+* [CB-10918](https://issues.apache.org/jira/browse/CB-10918) Travis tests are 
failing sometimes for cordova-ios
+* [CB-10912](https://issues.apache.org/jira/browse/CB-10912) Bundling ios-sim 
5.0.7 to fix 'Invalid Device State' errors
+* [CB-10912](https://issues.apache.org/jira/browse/CB-10912) update ios-sim to 
5.0.7 to fix 'Invalid Device State' errors
+* [CB-10888](https://issues.apache.org/jira/browse/CB-10888) Enable coverage 
reports collection via codecov
+* [CB-10840](https://issues.apache.org/jira/browse/CB-10840) Use 
cordova-common.CordovaLogger in cordova-ios
+* [CB-10846](https://issues.apache.org/jira/browse/CB-10846) Add status badges 
for Travis and AppVeyor
+* [CB-10846](https://issues.apache.org/jira/browse/CB-10846) Add AppVeyor 
configuration
+* [CB-10773](https://issues.apache.org/jira/browse/CB-10773) Update path 
delimiters in tests
+* [CB-10769](https://issues.apache.org/jira/browse/CB-10769) Update specs 
according to actual implementation
+* [CB-10769](https://issues.apache.org/jira/browse/CB-10769) Copy raw 
pluginHandler tests from cordova-lib
+* [CB-10828](https://issues.apache.org/jira/browse/CB-10828) revert bad fix 
for [CB-10828](https://issues.apache.org/jira/browse/CB-10828) I blame node 
5.7.0
+* [CB-10828](https://issues.apache.org/jira/browse/CB-10828) TypeError: Cannot 
read property 'indexOf' of null when allow-navigation using scheme:*
+* [CB-10773](https://issues.apache.org/jira/browse/CB-10773) Correct 
FRAMEWORKS_SEARCH_PATHS on win32
+* [CB-10673](https://issues.apache.org/jira/browse/CB-10673) fixed conflicting 
plugin install issue with overlapped <source-file> tag using --force option. 
This closes #199.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to