You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2020/06/22 07:11:15 UTC

[cordova-ios] branch 6.1.x created (now c75ff4a)

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a change to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


      at c75ff4a  Set VERSION to 6.1.0 (via coho)

This branch includes the following new commits:

     new 1bfeb91  Add release notes for v6.1.0
     new e7bc393  Added 6.1.0 to CDVAvailability.h (via coho).
     new 4ac21b7  Update JS snapshot to version 6.1.0 (via coho)
     new c75ff4a  Set VERSION to 6.1.0 (via coho)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 03/04: Update JS snapshot to version 6.1.0 (via coho)

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 4ac21b721509adc9ea2006cf67a02c56265230d3
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:07:12 2020 -0700

    Update JS snapshot to version 6.1.0 (via coho)
---
 CordovaLib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 734b3c3..464244f 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '6.1.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '6.1.0';
 // file: src/scripts/require.js
 var require;
 var define;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 04/04: Set VERSION to 6.1.0 (via coho)

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit c75ff4adbcc680faaa406be4f8e0039f6189c0ac
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:07:12 2020 -0700

    Set VERSION to 6.1.0 (via coho)
---
 CordovaLib/VERSION                   | 2 +-
 bin/templates/scripts/cordova/Api.js | 2 +-
 package-lock.json                    | 2 +-
 package.json                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 4b740cb..dfda3e0 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-6.1.0-dev
+6.1.0
diff --git a/bin/templates/scripts/cordova/Api.js b/bin/templates/scripts/cordova/Api.js
index f9ab038..e87a135 100644
--- a/bin/templates/scripts/cordova/Api.js
+++ b/bin/templates/scripts/cordova/Api.js
@@ -26,7 +26,7 @@
  *  This workflow would not have the `package.json` file.
  */
 // Coho updates this line
-const VERSION = '6.1.0-dev';
+const VERSION = '6.1.0';
 
 const fs = require('fs-extra');
 const path = require('path');
diff --git a/package-lock.json b/package-lock.json
index 2c11d10..f9d5ae2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "6.1.0-dev",
+  "version": "6.1.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 03b0781..b1f5ba0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "6.1.0-dev",
+  "version": "6.1.0",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": "github:apache/cordova-ios",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 02/04: Added 6.1.0 to CDVAvailability.h (via coho).

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit e7bc3932bec169feef883d434b28574ff1a7de09
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:07:09 2020 -0700

    Added 6.1.0 to CDVAvailability.h (via coho).
---
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index 0fcf560..cec648d 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -76,6 +76,7 @@
 #define __CORDOVA_5_1_0 50100
 #define __CORDOVA_5_1_1 50101
 #define __CORDOVA_6_0_0 60000
+#define __CORDOVA_6_1_0 60100
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -88,7 +89,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_0_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_1_0
 #endif
 
 /*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 01/04: Add release notes for v6.1.0

Posted by dp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 1bfeb910baec6b5b0ead9425dfad9f9f19c4833c
Author: Darryl Pogue <da...@ayogo.com>
AuthorDate: Mon Jun 22 00:06:32 2020 -0700

    Add release notes for v6.1.0
---
 RELEASENOTES.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c6f55a1..ae7be1a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,17 @@
 
 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.
 
+### 6.1.0 (Jun 21, 2020)
+* [GH-910](https://github.com/apache/cordova-ios/pull/910) Set `$PROJECT_NAME` properly when installing plugins
+* [GH-885](https://github.com/apache/cordova-ios/pull/885) Don't silently ignore creation of new windows
+* [GH-889](https://github.com/apache/cordova-ios/issues/899) Revert "(ios) Don't pre-fill orientation" ([#901](https://github.com/apache/cordova-ios/pull/901))
+* [GH-902](https://github.com/apache/cordova-ios/pull/902) chore: fix eslint failure
+* [GH-808](https://github.com/apache/cordova-ios/pull/808) Dark mode splashscreen storyboard images
+* [GH-886](https://github.com/apache/cordova-ios/pull/886) Add PreferredContentMode preference
+* [GH-890](https://github.com/apache/cordova-ios/issues/890) Fix SplashScreen issues & refactor BackgroundColor ([#896](https://github.com/apache/cordova-ios/pull/896))
+* [GH-888](https://github.com/apache/cordova-ios/pull/888) fix: author and tag podspec errors
+* [GH-882](https://github.com/apache/cordova-ios/pull/882) fix: Properly get version from `package.json`
+
 ### 6.0.0 (May 28, 2020)
 
 * [GH-875](https://github.com/apache/cordova-ios/pull/875) fix: remove `q` leftover


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org