Skip to content

Commit

Permalink
blog: [email protected] release announcement (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Jul 24, 2024
1 parent bc5081f commit dd09a9b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions www/_posts/2024-07-24-cordova-ios-7.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: post
author:
name: Bryan Ellis
title: "Cordova iOS 7.1.1 Released!"
categories: announcements
tags: news releases
---

We are happy to announce that we have just released `Cordova iOS 7.1.1`! This is one of Cordova's supported platforms for building iOS applications.

* [[email protected]](https://www.npmjs.com/package/cordova-ios)

**To upgrade:**

```bash
cordova platform remove ios
cordova platform add [email protected]
```

**To install:**

```bash
cordova platform add [email protected]
```

## Release Highlights

### Fixes

* **Properly uninstall plugins with asset tags**

Fixed issues where plugins were not uninstalling properly if the plugin had `<asset>` tags defined in `plugin.xml`.

* **Version warnings during plugin add**

Fixed an issue that displayed version check failure warnings when installing plugins.

* **Moved `CODE_SIGN_ENTITLEMENTS` to the target settings of the application target within the Xcode project.**

Please report any issues you find on our [Cordova-iOS](https://github.com/apache/cordova-iOS/issues) GitHub issue tracker!

<!--more-->
# Changes include:

**Fixes:**

* [GH-1446](https://github.com/apache/cordova-ios/pull/1446) fix: uninstall plugin with `asset` tag
* [GH-1435](https://github.com/apache/cordova-ios/pull/1435) fix: Fix version checking helper scripts
* [GH-1436](https://github.com/apache/cordova-ios/pull/1436) fix: Properly set the webview config when it is provided
* [GH-1438](https://github.com/apache/cordova-ios/pull/1438) fix: Set CodeSigning Entitlements in Xcode Project at Target level

**Others:**

* [GH-1426](https://github.com/apache/cordova-ios/pull/1426) chore: Update CordovaLib.xcodeproj fixture
* [GH-1419](https://github.com/apache/cordova-ios/pull/1419) ci: update codecov@v4 w/ token

0 comments on commit dd09a9b

Please sign in to comment.