You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/09/06 03:21:03 UTC

[cordova-ios] branch 4.5.x created (now 7f4dbea)

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

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


      at 7f4dbea  Set VERSION to 4.5.0 (via coho)

This branch includes the following new commits:

     new f04b985  Update JS snapshot to version 4.5.0 (via coho)
     new 7f4dbea  Set VERSION to 4.5.0 (via coho)

The 2 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 stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

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


[cordova-ios] 02/02: Set VERSION to 4.5.0 (via coho)

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

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

commit 7f4dbea84079f8bfca5b25dab43775db498403ea
Author: Shazron Abdullah <sh...@gmail.com>
AuthorDate: Wed Sep 6 11:18:08 2017 +0800

    Set VERSION to 4.5.0 (via coho)
---
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 63bdbfa..a84947d 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.5.0-dev
+4.5.0
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 06dab00..21aabac 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.5.0-dev";
+var VERSION="4.5.0";
 
 module.exports.version = VERSION;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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


[cordova-ios] 01/02: Update JS snapshot to version 4.5.0 (via coho)

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

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

commit f04b9855622fa6485a5a2c50a2987e01f81820ba
Author: Shazron Abdullah <sh...@gmail.com>
AuthorDate: Wed Sep 6 11:18:08 2017 +0800

    Update JS snapshot to version 4.5.0 (via coho)
---
 CordovaLib/cordova.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 82f3424..6513eb8 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// f623343b9ff11fbe7c72d319932cc1fd3fdafed2
+// 74a4adc2d0fddb1e0cfb9be1961494ef0afc9893
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.5.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.0';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -841,7 +841,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js
+// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*global require, module, atob, document */
@@ -1569,7 +1569,7 @@ exports.reset();
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js
+// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1585,7 +1585,7 @@ module.exports = {
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/console.js
+// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/console.js
 define("cordova/plugin/ios/console", function(require, exports, module) {
 
 //------------------------------------------------------------------------------
@@ -1756,7 +1756,7 @@ for (var key in console) {
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/logger.js
+// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/logger.js
 define("cordova/plugin/ios/logger", function(require, exports, module) {
 
 //------------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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