You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/28 13:08:47 UTC

[cordova-ios] branch 5.1.x-temp created (now 05735c6)

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

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


      at 05735c6  chore: Updated RELEASENOTES.md for release 5.1.1

This branch includes the following new commits:

     new aae38a5  chore: Set VERSION to 5.1.1
     new 83a245c  chore: Update JS snapshot to version 5.1.1
     new df2ef30  chore: Added 5.1.1 to CDVAvailability.h
     new 05735c6  chore: Updated RELEASENOTES.md for release 5.1.1

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] 01/04: chore: Set VERSION to 5.1.1

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

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

commit aae38a50ac949607d9988143ce49411592c7c843
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Nov 28 21:52:08 2019 +0900

    chore: Set VERSION to 5.1.1
---
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 package.json                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 831446c..ac14c3d 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-5.1.0
+5.1.1
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 503f373..8a81e66 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION = '5.1.0';
+var VERSION = '5.1.1';
 
 module.exports.version = VERSION;
 
diff --git a/package.json b/package.json
index c64cb1b..3ea55e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "5.1.0",
+  "version": "5.1.1",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


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


[cordova-ios] 04/04: chore: Updated RELEASENOTES.md for release 5.1.1

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

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

commit 05735c6e13900277fd7cb4e4a7da4efa3bbba752
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Nov 28 21:56:23 2019 +0900

    chore: Updated RELEASENOTES.md for release 5.1.1
---
 RELEASENOTES.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e176d72..42391bc 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,10 @@
 
 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.
 
+### 5.1.1 (Nov 28, 2019)
+* [GH-726](https://github.com/apache/cordova-ios/pull/726) fix: make prepare wait for add to finish
+* [GH-728](https://github.com/apache/cordova-ios/pull/728) chore: delete some useless characters
+
 ### 5.1.0 (Nov 22, 2019)
 * [GH-719](https://github.com/apache/cordova-ios/pull/719) Add check for newer versions of cocoapods to avoid locking adding platforms on non synced pods repo
 * [GH-715](https://github.com/apache/cordova-ios/pull/715) feat: add optional compile-time decision for disabling `UIWebView`


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


[cordova-ios] 02/04: chore: Update JS snapshot to version 5.1.1

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

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

commit 83a245ccf5e543b994fe03fd9f516aef78bfcaf1
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Nov 28 21:52:34 2019 +0900

    chore: Update JS snapshot to version 5.1.1
---
 CordovaLib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 7da8b90..9813b23 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '5.1.0';
+var PLATFORM_VERSION_BUILD_LABEL = '5.1.1';
 // 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] 03/04: chore: Added 5.1.1 to CDVAvailability.h

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

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

commit df2ef3093a077212387389fcffca687d29273d3b
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Nov 28 21:53:47 2019 +0900

    chore: Added 5.1.1 to CDVAvailability.h
---
 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 cd09d9f..00498ab 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -74,6 +74,7 @@
 #define __CORDOVA_5_0_0 50000
 #define __CORDOVA_5_0_1 50001
 #define __CORDOVA_5_1_0 50100
+#define __CORDOVA_5_1_1 50101
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -86,7 +87,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_1_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_1_1
 #endif
 
 /*


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