[ 
https://issues.apache.org/jira/browse/CB-13493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16227703#comment-16227703
 ] 

ASF GitHub Bot commented on CB-13493:
-------------------------------------

surajpindoria closed pull request #754: CB-13493: Blog post for 
[email protected]
URL: https://github.com/apache/cordova-docs/pull/754
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 000000000..270c8d20e
--- /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 [email protected]
+
+To add it explicitly:
+
+    cordova platform add [email protected]
+
+<!--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 
[email protected] that was accidentally removed


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Cordova-iOS Platform Release October 25, 2017
> ---------------------------------------------
>
>                 Key: CB-13493
>                 URL: https://issues.apache.org/jira/browse/CB-13493
>             Project: Apache Cordova
>          Issue Type: Task
>            Reporter: Suraj Pindoria
>            Assignee: Suraj Pindoria
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to