Skip to content

Commit 5950cf2

Browse files
committedFeb 1, 2021
Update RELEASENOTES & version for release 6.2.0
1 parent 4efd400 commit 5950cf2

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed
 

‎CordovaLib/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0-dev
1+
6.2.0

‎CordovaLib/cordova.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
under the License.
2020
*/
2121
;(function() {
22-
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0-dev';
22+
var PLATFORM_VERSION_BUILD_LABEL = '6.2.0';
2323
// file: src/scripts/require.js
2424
var require;
2525
var define;

‎RELEASENOTES.md

+22
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@
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+
### 6.2.0 (Feb 01, 2021)
26+
* [GH-1069](https://github.com/apache/cordova-ios/pull/1069) (chore): update dependencies for minor release
27+
* [GH-1067](https://github.com/apache/cordova-ios/pull/1067) fix: plugin podspec with no config elements
28+
* [GH-1014](https://github.com/apache/cordova-ios/pull/1014) fix(splashscreen): Don't show splashscreen when used as a lib
29+
* [GH-1030](https://github.com/apache/cordova-ios/pull/1030) Allow plugins to hook into the WKURLSchemeHandler
30+
* [GH-1036](https://github.com/apache/cordova-ios/pull/1036) (ios): add console output for simulator selectio
31+
* [GH-1060](https://github.com/apache/cordova-ios/pull/1060) GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj
32+
* [GH-1031](https://github.com/apache/cordova-ios/pull/1031) Set CDVWebViewProcessPoolFactory to public
33+
* [GH-1041](https://github.com/apache/cordova-ios/pull/1041) Document breaking changes in 4.3.0 & 4.4.0
34+
* [GH-1035](https://github.com/apache/cordova-ios/pull/1035) (ios): nil check in didReceiveData in schemehandler
35+
* [GH-1023](https://github.com/apache/cordova-ios/pull/1023) Reinstate verification of main navigation in case of navigationType other
36+
* [GH-1018](https://github.com/apache/cordova-ios/pull/1018) (iOS) Skip Cocoapods checkTool on non-darwin platform
37+
* [GH-1015](https://github.com/apache/cordova-ios/pull/1015) Project changes to allow consuming cordova as submodule
38+
* [GH-1006](https://github.com/apache/cordova-ios/pull/1006) Hide splash sceen immediately on .hide()
39+
* [GH-1005](https://github.com/apache/cordova-ios/pull/1005) Fix BackgroundColor parsing for lowercase letters
40+
* [GH-1002](https://github.com/apache/cordova-ios/pull/1002) chore(asf): Update GitHub repo metadata
41+
* Add release notes from version 6.1.1
42+
* [GH-976](https://github.com/apache/cordova-ios/pull/976) chore: Update npm dependencies
43+
* [GH-973](https://github.com/apache/cordova-ios/pull/973) fix: Append startURL to the initial url loaded
44+
* [GH-936](https://github.com/apache/cordova-ios/pull/936) (ios) issue-912: fix deployment to device
45+
* [GH-932](https://github.com/apache/cordova-ios/pull/932) ci: add node 14 to workflow
46+
2547
### 6.1.1 (Aug 28, 2020)
2648
* [GH-976](https://github.com/apache/cordova-ios/pull/976) Update npm dependencies to pull in `cordova-common@4.0.2`
2749
* This should resolve several issues affecting Info.plist files, including [#764](https://github.com/apache/cordova-ios/issues/764) and [#775](https://github.com/apache/cordova-ios/issues/775)

‎bin/templates/scripts/cordova/Api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* This workflow would not have the `package.json` file.
2727
*/
2828
// Coho updates this line
29-
const VERSION = '6.2.0-dev';
29+
const VERSION = '6.2.0';
3030

3131
const fs = require('fs-extra');
3232
const path = require('path');

‎package-lock.json

+1-1
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": "6.2.0-dev",
3+
"version": "6.2.0",
44
"description": "cordova-ios release",
55
"main": "bin/templates/scripts/cordova/Api.js",
66
"repository": "github:apache/cordova-ios",

0 commit comments

Comments
 (0)