You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/02/27 22:07:14 UTC

[1/2] js commit: CB-8555 Updated version and RELEASENOTES.md for release 3.8.0

Repository: cordova-js
Updated Branches:
  refs/heads/master fc4db9145 -> 41ac22bde


CB-8555 Updated version and RELEASENOTES.md for release 3.8.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/5934b1b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/5934b1b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/5934b1b7

Branch: refs/heads/master
Commit: 5934b1b744c6fc96cf9e661bc60d7f4a57795963
Parents: fc4db91
Author: Steve Gill <st...@gmail.com>
Authored: Fri Feb 27 13:04:58 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Feb 27 13:04:58 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 13 +++++++++++--
 package.json    |  2 +-
 2 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5934b1b7/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 27131e4..c3aa161 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 3.8.0 (February 27, 2015)
+* CB-8378 android: Deleted hidekeyboard & showkeyboard events
+* android: Use correct plugin name for navigator.app exec() calls
+* CB-8314 Speed up Travis CI (close #102)
+* CB-8302 Added `npm test` script
+* CB-8158 fixed symbolList require
+* CB-8300 Added CI configuration files
+* CB-8298 android: Execute exec callbacks within their own stack frames
+* CB-8210 Remove unused onDestroy channel (close #99)
+* Fixed callbackFromNative method
+
 ### 3.7.3 (Jan 06, 2015)
 * CB-8210 Use the correct plugin for App/CoreAndroid plugin based on platformVersion
 * CB-8210 android: Fire events from native via message channel (close #97)
@@ -88,5 +99,3 @@
 * updating version
 * Upleveled changes from android.
 * CB-6587:Set Vesion to 3.6.0-dev
-
-

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/5934b1b7/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 262ecaa..12731a6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "3.7.4-dev",
+  "version": "3.8.0",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


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


[2/2] js commit: CB-8555 Incremented package version to -dev

Posted by st...@apache.org.
CB-8555 Incremented package version to -dev


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/41ac22bd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/41ac22bd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/41ac22bd

Branch: refs/heads/master
Commit: 41ac22bde7450d251705033cfe7b88ac7ffd9847
Parents: 5934b1b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Feb 27 13:06:47 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Feb 27 13:06:47 2015 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/41ac22bd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 12731a6..9ff03d4 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
   "name": "cordova-js",
   "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "3.8.0",
+  "version": "3.8.1-dev",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


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