Skip to content

Commit

Permalink
release(ios-v7.0.1): updated version and RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 3, 2023
1 parent ffdb8c0 commit a34bbf7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CordovaLib/include/Cordova/CDVAvailability.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
#define __CORDOVA_6_2_0 60200
#define __CORDOVA_6_3_0 60300
#define __CORDOVA_7_0_0 70000
#define __CORDOVA_7_0_1 70001
/* coho:next-version,insert-before */
#define __CORDOVA_NA 99999 /* not available */

Expand All @@ -92,7 +93,7 @@
*/
#ifndef CORDOVA_VERSION_MIN_REQUIRED
/* coho:next-version-min-required,replace-after */
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_7_0_0
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_7_0_1
#endif

/*
Expand Down
7 changes: 7 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@

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.

### 7.0.1 (Sep 03, 2023)

* [GH-1369](https://github.com/apache/cordova-ios/pull/1369) fix: `xcodebuild` version check to 11
* [GH-1358](https://github.com/apache/cordova-ios/pull/1358) fix: ensure Xcode project file references use `path`
* [GH-1368](https://github.com/apache/cordova-ios/pull/1368) fix: make code compile on Xcode 11
* [GH-1360](https://github.com/apache/cordova-ios/pull/1360) fix: add missing cordova versions to `CDVAvailability.h`

### 7.0.0 (Jul 07, 2023)

**Breaking:**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-ios",
"version": "7.0.1-dev",
"version": "7.0.1",
"description": "cordova-ios release",
"types": "./types/index.d.ts",
"main": "lib/Api.js",
Expand Down

0 comments on commit a34bbf7

Please sign in to comment.