Skip to content

Commit 64c3051

Browse files
committed
release(ios-v7.1.0): updated version and RELEASENOTES.md
1 parent f7e2953 commit 64c3051

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

RELEASENOTES.md

+25
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@
2222

2323
Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
2424

25+
### 7.1.0 (Apr 01, 2024)
26+
27+
**Features:**
28+
29+
* [GH-1411](https://github.com/apache/cordova-ios/pull/1411) feat: `SplashScreenBackgroundColor` preference support
30+
* [GH-1406](https://github.com/apache/cordova-ios/pull/1406) feat: add `privacy-manifest` config support
31+
* [GH-1383](https://github.com/apache/cordova-ios/pull/1383) feat: add PrivacyInfo.xcprivacy for CordovaLib & app template
32+
33+
**Fixes:**
34+
35+
* [GH-1405](https://github.com/apache/cordova-ios/pull/1405) fix: use `PROVISIONING_PROFILE_SPECIFIER` for manual codesigning
36+
* [GH-1374](https://github.com/apache/cordova-ios/pull/1374) fix: WASM MIME type error by specifying it in Info.plist template
37+
38+
**Chores:**
39+
40+
* [GH-1413](https://github.com/apache/cordova-ios/pull/1413) chore(deps): Modernize some dependencies
41+
* [GH-1404](https://github.com/apache/cordova-ios/pull/1404) chore: update package & package-lock
42+
* [GH-1382](https://github.com/apache/cordova-ios/pull/1382) chore(deps-dev): bump `@babel/traverse` from 7.21.4 to 7.23.2
43+
* [GH-1380](https://github.com/apache/cordova-ios/pull/1380) chore: Update Slack signup link in SUPPORT_QUESTION.md
44+
45+
**CI:**
46+
47+
* [GH-1412](https://github.com/apache/cordova-ios/pull/1412) ci: Fix ObjC testing with latest Xcode
48+
* [GH-1408](https://github.com/apache/cordova-ios/pull/1408) ci(gh-action): add Apache RAT & package license checker workflow w/ license header additions
49+
2550
### 7.0.1 (Sep 03, 2023)
2651

2752
* [GH-1369](https://github.com/apache/cordova-ios/pull/1369) fix: `xcodebuild` version check to 11

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-ios",
3-
"version": "7.1.0-dev",
3+
"version": "7.1.0",
44
"description": "cordova-ios release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)