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 2016/09/09 23:21:56 UTC

[1/7] cordova-plugin-device git commit: CB-11091 Incremented plugin version.

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/1.1.x c18039bf2 -> b90d1ddf9


CB-11091 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/4ea2ce58
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/4ea2ce58
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/4ea2ce58

Branch: refs/heads/1.1.x
Commit: 4ea2ce58ec64d9bf0af86aa20ef8a5ad4b09bad6
Parents: c18039b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Apr 15 13:45:27 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Apr 15 13:45:27 2016 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4ea2ce58/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 024b17a..ec05dd3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device",
-  "version": "1.1.2",
+  "version": "1.1.3-dev",
   "description": "Cordova Device Plugin",
   "cordova": {
     "id": "cordova-plugin-device",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4ea2ce58/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index adc22ac..7ec784e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device"
-    version="1.1.2">
+    version="1.1.3-dev">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4ea2ce58/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 53b0391..524f782 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-tests"
-    version="1.1.2">
+    version="1.1.3-dev">
     <name>Cordova Device Plugin Tests</name>
     <license>Apache 2.0</license>
 


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


[6/7] cordova-plugin-device git commit: CB-11795 Add 'protective' entry to cordovaDependencies

Posted by st...@apache.org.
CB-11795 Add 'protective' entry to cordovaDependencies

The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version.

 This closes #55


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/a59ffa1c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/a59ffa1c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/a59ffa1c

Branch: refs/heads/1.1.x
Commit: a59ffa1cf01afc5bf51d8e0ad71d0895997fbee1
Parents: 5298c1f
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Aug 31 16:29:57 2016 +0300
Committer: sgrebnov <se...@gmail.com>
Committed: Thu Sep 8 11:47:18 2016 +0300

----------------------------------------------------------------------
 package.json | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/a59ffa1c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ec05dd3..4f58457 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,13 @@
   },
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
+  "engines": {
+    "cordovaDependencies": {
+      "2.0.0": {
+        "cordova": ">100"
+      }
+    }
+  },
   "devDependencies": {
     "jshint": "^2.6.0"
   }


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


[5/7] cordova-plugin-device git commit: Add badges for paramedic builds on Jenkins

Posted by st...@apache.org.
Add badges for paramedic builds on Jenkins


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/5298c1f5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/5298c1f5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/5298c1f5

Branch: refs/heads/1.1.x
Commit: 5298c1f524877602e65e7f71b522b7c95e7a6c8e
Parents: 6806bd7
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Jun 10 11:51:49 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Jun 10 11:51:49 2016 +0300

----------------------------------------------------------------------
 README.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/5298c1f5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ad0834d..10b8016 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ description: Get device information.
 #         under the License.
 -->
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-device.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-device)
+|Android|iOS| Windows 8.1 Store | Windows 8.1 Phone | Windows 10 Store | Travis CI |
+|:-:|:-:|:-:|:-:|:-:|:-:|
+|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-device)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-device/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-device)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-device/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-device)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-device/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-device)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-buil
 d/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-device/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-device)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-device/)|[![Build Status](https://travis-ci.org/apache/cordova-plugin-device.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-device)|
 
 # cordova-plugin-device
 
@@ -97,7 +99,7 @@ different across versions of the same product.
 //             Safari          returns "Safari"
 // iOS:     for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. See http://theiphonewiki.com/wiki/index.php?title=Models
 // OSX:                        returns "x86_64"
-// 
+//
 var model = device.model;
 ```
 
@@ -202,7 +204,7 @@ The UUID will be the same if app is restored from a backup or iCloud as it is sa
 
 ### OSX Quirk
 
-The `uuid` on OSX is generated automatically if it does not exist yet and is stored in the `standardUserDefaults` in the `CDVUUID` property. 
+The `uuid` on OSX is generated automatically if it does not exist yet and is stored in the `standardUserDefaults` in the `CDVUUID` property.
 
 ### Windows Phone 7 and 8 Quirks
 
@@ -258,7 +260,7 @@ Get the device's manufacturer.
 
 ### Supported Platforms
 
-- Android 
+- Android
 - BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
@@ -288,7 +290,7 @@ var isSim = device.isVirtual;
 - iOS
 - Windows Phone 8
 - Windows
-- OSX 
+- OSX
 
 ### OSX Quirk
 


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


[4/7] cordova-plugin-device git commit: Add pull request template.

Posted by st...@apache.org.
Add pull request template.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/6806bd7e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/6806bd7e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/6806bd7e

Branch: refs/heads/1.1.x
Commit: 6806bd7e433f91c10a48a9b6a0f6f43be6f7c223
Parents: e870583
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Mon May 23 13:53:59 2016 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Mon May 23 13:53:59 2016 -0700

----------------------------------------------------------------------
 .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/6806bd7e/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..4bd6da9
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,23 @@
+<!--
+Please make sure the checklist boxes are all checked before submitting the PR. The checklist
+is intended as a quick reference, for complete details please see our Contributor Guidelines:
+
+http://cordova.apache.org/contribute/contribute_guidelines.html
+
+Thanks!
+-->
+
+### Platforms affected
+
+
+### What does this PR do?
+
+
+### What testing has been done on this change?
+
+
+### Checklist
+- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org.
+- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
+- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
+- [ ] Added automated test coverage as appropriate for this change.


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


[3/7] cordova-plugin-device git commit: Readme: Add fenced code blocks with langauage hints

Posted by st...@apache.org.
Readme: Add fenced code blocks with langauage hints


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/e8705837
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/e8705837
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/e8705837

Branch: refs/heads/1.1.x
Commit: e87058377bc58958c1499d51590f4d306e27039b
Parents: e077870
Author: Nikhil Khandelwal <ni...@microsoft.com>
Authored: Wed May 18 12:17:49 2016 -0700
Committer: Nikhil Khandelwal <ni...@microsoft.com>
Committed: Wed May 18 12:17:49 2016 -0700

----------------------------------------------------------------------
 README.md | 141 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 80 insertions(+), 61 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/e8705837/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a0e38f5..ad0834d 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,12 @@ description: Get device information.
 This plugin defines a global `device` object, which describes the device's hardware and software.
 Although the object is in the global scope, it is not available until after the `deviceready` event.
 
-    document.addEventListener("deviceready", onDeviceReady, false);
-    function onDeviceReady() {
-        console.log(device.cordova);
-    }
+```js
+document.addEventListener("deviceready", onDeviceReady, false);
+function onDeviceReady() {
+    console.log(device.cordova);
+}
+```
 
 Report issues with this plugin on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Device%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
@@ -87,15 +89,17 @@ different across versions of the same product.
 
 ### Quick Example
 
-    // Android:    Nexus One       returns "Passion" (Nexus One code name)
-    //             Motorola Droid  returns "voles"
-    // BlackBerry: Torch 9800      returns "9800"
-    // Browser:    Google Chrome   returns "Chrome"
-    //             Safari          returns "Safari"
-    // iOS:     for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. See http://theiphonewiki.com/wiki/index.php?title=Models
-    // OSX:                        returns "x86_64"
-    // 
-    var model = device.model;
+```js
+// Android:    Nexus One       returns "Passion" (Nexus One code name)
+//             Motorola Droid  returns "voles"
+// BlackBerry: Torch 9800      returns "9800"
+// Browser:    Google Chrome   returns "Chrome"
+//             Safari          returns "Safari"
+// iOS:     for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. See http://theiphonewiki.com/wiki/index.php?title=Models
+// OSX:                        returns "x86_64"
+// 
+var model = device.model;
+```
 
 ### Android Quirks
 
@@ -113,8 +117,9 @@ different across versions of the same product.
 
 Get the device's operating system name.
 
-    var string = device.platform;
-
+```js
+var string = device.platform;
+```
 ### Supported Platforms
 
 - Android
@@ -129,15 +134,17 @@ Get the device's operating system name.
 
 ### Quick Example
 
-    // Depending on the device, a few examples are:
-    //   - "Android"
-    //   - "BlackBerry 10"
-    //   - "browser"
-    //   - "iOS"
-    //   - "WinCE"
-    //   - "Tizen"
-    //   - "Mac OS X"
-    var devicePlatform = device.platform;
+```js
+// Depending on the device, a few examples are:
+//   - "Android"
+//   - "BlackBerry 10"
+//   - "browser"
+//   - "iOS"
+//   - "WinCE"
+//   - "Tizen"
+//   - "Mac OS X"
+var devicePlatform = device.platform;
+```
 
 ### Windows Phone 7 Quirks
 
@@ -151,7 +158,9 @@ Windows Phone 8 devices report the platform as `Win32NT`.
 
 Get the device's Universally Unique Identifier ([UUID](http://en.wikipedia.org/wiki/Universally_Unique_Identifier)).
 
-    var string = device.uuid;
+```js
+var string = device.uuid;
+```
 
 ### Description
 
@@ -169,19 +178,21 @@ The details of how a UUID is generated are determined by the device manufacturer
 
 ### Quick Example
 
-    // Android: Returns a random 64-bit integer (as a string, again!)
-    //          The integer is generated on the device's first boot
-    //
-    // BlackBerry: Returns the PIN number of the device
-    //             This is a nine-digit unique integer (as a string, though!)
-    //
-    // iPhone: (Paraphrased from the UIDevice Class documentation)
-    //         Returns the [UIDevice identifierForVendor] UUID which is unique and the same for all apps installed by the same vendor. However the UUID can be different if the user deletes all apps from the vendor and then reinstalls it.
-    // Windows Phone 7 : Returns a hash of device+current user,
-    // if the user is not defined, a guid is generated and will persist until the app is uninstalled
-    // Tizen: returns the device IMEI (International Mobile Equipment Identity or IMEI is a number
-    // unique to every GSM and UMTS mobile phone.
-    var deviceID = device.uuid;
+```js
+// Android: Returns a random 64-bit integer (as a string, again!)
+//          The integer is generated on the device's first boot
+//
+// BlackBerry: Returns the PIN number of the device
+//             This is a nine-digit unique integer (as a string, though!)
+//
+// iPhone: (Paraphrased from the UIDevice Class documentation)
+//         Returns the [UIDevice identifierForVendor] UUID which is unique and the same for all apps installed by the same vendor. However the UUID can be different if the user deletes all apps from the vendor and then reinstalls it.
+// Windows Phone 7 : Returns a hash of device+current user,
+// if the user is not defined, a guid is generated and will persist until the app is uninstalled
+// Tizen: returns the device IMEI (International Mobile Equipment Identity or IMEI is a number
+// unique to every GSM and UMTS mobile phone.
+var deviceID = device.uuid;
+```
 
 ### iOS Quirk
 
@@ -220,22 +231,24 @@ Get the operating system version.
 
 ### Quick Example
 
-    // Android:    Froyo OS would return "2.2"
-    //             Eclair OS would return "2.1", "2.0.1", or "2.0"
-    //             Version can also return update level "2.1-update1"
-    //
-    // BlackBerry: Torch 9800 using OS 6.0 would return "6.0.0.600"
-    //
-    // Browser:    Returns version number for the browser
-    //
-    // iPhone:     iOS 3.2 returns "3.2"
-    //
-    // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
-    // Windows 8: return the current OS version, ex on Windows 8.1 returns 6.3.9600.16384
-    // Tizen: returns "TIZEN_20120425_2"
-    // OSX:        El Capitan would return "10.11.2"
-    //
-    var deviceVersion = device.version;
+```js
+// Android:    Froyo OS would return "2.2"
+//             Eclair OS would return "2.1", "2.0.1", or "2.0"
+//             Version can also return update level "2.1-update1"
+//
+// BlackBerry: Torch 9800 using OS 6.0 would return "6.0.0.600"
+//
+// Browser:    Returns version number for the browser
+//
+// iPhone:     iOS 3.2 returns "3.2"
+//
+// Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
+// Windows 8: return the current OS version, ex on Windows 8.1 returns 6.3.9600.16384
+// Tizen: returns "TIZEN_20120425_2"
+// OSX:        El Capitan would return "10.11.2"
+//
+var deviceVersion = device.version;
+```
 
 ## device.manufacturer
 
@@ -253,17 +266,21 @@ Get the device's manufacturer.
 
 ### Quick Example
 
-    // Android:    Motorola XT1032 would return "motorola"
-    // BlackBerry: returns "BlackBerry"
-    // iPhone:     returns "Apple"
-    //
-    var deviceManufacturer = device.manufacturer;
+```js
+// Android:    Motorola XT1032 would return "motorola"
+// BlackBerry: returns "BlackBerry"
+// iPhone:     returns "Apple"
+//
+var deviceManufacturer = device.manufacturer;
+```
 
 ## device.isVirtual
 
 whether the device is running on a simulator.
 
-    var isSim = device.isVirtual;
+```js
+var isSim = device.isVirtual;
+```
 
 ### Supported Platforms
 
@@ -281,7 +298,9 @@ The `isVirtual` property on OS X always returns false.
 
 Get the device hardware serial number ([SERIAL](http://developer.android.com/reference/android/os/Build.html#SERIAL)).
 
-    var string = device.serial;
+```js
+var string = device.serial;
+```
 
 ### Supported Platforms
 


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


[2/7] cordova-plugin-device git commit: CB-10996 Adding front matter to README.md

Posted by st...@apache.org.
CB-10996 Adding front matter to README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/e077870a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/e077870a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/e077870a

Branch: refs/heads/1.1.x
Commit: e077870a28476dc4844f2347df031903b3f9e76c
Parents: 4ea2ce5
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Fri Apr 22 19:35:50 2016 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Fri Apr 22 19:35:50 2016 -0700

----------------------------------------------------------------------
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/e077870a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6ef4657..a0e38f5 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+---
+title: Device
+description: Get device information.
+---
 <!--
 # license: Licensed to the Apache Software Foundation (ASF) under one
 #         or more contributor license agreements.  See the NOTICE file


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


[7/7] cordova-plugin-device git commit: CB-11832 Updated version and RELEASENOTES.md for release 1.1.3

Posted by st...@apache.org.
CB-11832 Updated version and RELEASENOTES.md for release 1.1.3


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/b90d1ddf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/b90d1ddf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/b90d1ddf

Branch: refs/heads/1.1.x
Commit: b90d1ddf9bc72a1c019d42d2f069f1c22ffafb98
Parents: a59ffa1
Author: Steve Gill <st...@gmail.com>
Authored: Thu Sep 8 23:38:54 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Sep 8 23:38:54 2016 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 15 +++++++++++----
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 14 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b90d1ddf/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e652b5a..4167735 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,16 +20,23 @@
 -->
 # Release Notes
 
+### 1.1.3 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* Readme: Add fenced code blocks with langauage hints
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to `README.md`
+
 ### 1.1.2 (Apr 15, 2016)
 * Use passed device, follow create policy forf `CFUUIDCreate`
-* CB-10631 Fix for `device.uuid` in **iOS 5.1.1**
+* [CB-10631](https://issues.apache.org/jira/browse/CB-10631) Fix for `device.uuid` in **iOS 5.1.1**
 * Updating the comment to exclude URL
-* CB-10636 Add `JSHint` for plugins
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 * Refactored `deviceInfo` on **iOS** for better readability.
 
 ### 1.1.1 (Jan 15, 2016)
-* CB-10238 **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository
-* CB-9923 Update `device.platform` documentation for **Browser** platform
+* [CB-10238](https://issues.apache.org/jira/browse/CB-10238) **OSX** Move `device-plugin` out from `cordovalib` to the plugin repository
+* [CB-9923](https://issues.apache.org/jira/browse/CB-9923) Update `device.platform` documentation for **Browser** platform
 
 ### 1.1.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b90d1ddf/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 4f58457..1357f22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device",
-  "version": "1.1.3-dev",
+  "version": "1.1.3",
   "description": "Cordova Device Plugin",
   "cordova": {
     "id": "cordova-plugin-device",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b90d1ddf/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7ec784e..7d04125 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device"
-    version="1.1.3-dev">
+    version="1.1.3">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/b90d1ddf/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 524f782..ad4433c 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-tests"
-    version="1.1.3-dev">
+    version="1.1.3">
     <name>Cordova Device Plugin Tests</name>
     <license>Apache 2.0</license>
 


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