You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by su...@apache.org on 2017/10/31 22:22:11 UTC

[cordova-docs] branch master updated: CB-13493: Blog post for cordova-ios@4.5.3

This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 846a0e2  CB-13493: Blog post for cordova-ios@4.5.3
846a0e2 is described below

commit 846a0e23459e1f1612fc3c3673bd00780075469a
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Tue Oct 31 11:05:24 2017 -0700

    CB-13493: Blog post for cordova-ios@4.5.3
---
 www/_posts/2017-10-31-ios-release.md | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/www/_posts/2017-10-31-ios-release.md b/www/_posts/2017-10-31-ios-release.md
new file mode 100644
index 0000000..270c8d2
--- /dev/null
+++ b/www/_posts/2017-10-31-ios-release.md
@@ -0,0 +1,40 @@
+---
+layout: post
+author:
+    name: Suraj Pindoria
+    url: https://twitter.com/surajpindoria
+title:  "Cordova iOS 4.5.3"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce a minor version of `Cordova iOS 4.5.3` has been released!
+
+This version continues to add updates for the latest iOS 11 and Xcode 9.
+
+Things to note:
+
+* Updated splash screen mapping for new and missing devices
+* Re-added an icon mapping that was accidentally removed
+
+**Note:** When updating **iOS**, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into `config.xml`:
+
+    cordova plugin save
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform rm ios
+    cordova platform add ios@4.5.3
+
+To add it explicitly:
+
+    cordova platform add ios@4.5.3
+
+<!--more-->
+## What's new in iOS
+
+* [CB-13493](https://issues.apache.org/jira/browse/CB-13493) Updated checked-in node_modules
+* [CB-13290](https://issues.apache.org/jira/browse/CB-13290) (ios) Update splash screen mapping for missing devices
+* [CB-13454](https://issues.apache.org/jira/browse/CB-13454) (ios) re-add icon-40@2x.png that was accidentally removed

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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