Skip to content

Commit 44678ac

Browse files
authored
Dec 2019 Cordova iOS 5.1.1 Release Blog Post (#1028)
1 parent 10e0518 commit 44678ac

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
author:
4+
name: Bryan Ellis
5+
title: "Cordova iOS 5.1.1 Released!"
6+
categories: announcements
7+
tags: news releases
8+
---
9+
10+
We are happy to announce that we have just released `Cordova iOS 5.1.1`! This is Cordova's official platform for building iOS mobile applications.
11+
12+
* [cordova-ios@5.1.1](https://www.npmjs.com/package/cordova-ios)
13+
14+
## Release Highlights
15+
16+
**To upgrade:**
17+
18+
```bash
19+
cordova platform remove ios
20+
cordova platform add ios@5.1.1
21+
```
22+
23+
The most notable fix in this patch release was to make the prepare step to wait for the platform add step to finish. This resolved the bug that was seen when setting the `WKWebViewOnly` flag before adding the platform.
24+
25+
Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
26+
27+
<!--more-->
28+
# Changes include:
29+
30+
* [GH-726](https://github.com/apache/cordova-ios/pull/726) fix: make prepare wait for add to finish
31+
* [GH-728](https://github.com/apache/cordova-ios/pull/728) chore: delete some useless characters

0 commit comments

Comments
 (0)