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 2017/09/18 20:31:56 UTC

[1/2] cordova-plugin-compat git commit: CB-13294 Updated version and RELEASENOTES.md for release 1.2.0 (via coho)

Repository: cordova-plugin-compat
Updated Branches:
  refs/heads/master 15a342779 -> 704457b08


CB-13294 Updated version and RELEASENOTES.md for release 1.2.0 (via coho)


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

Branch: refs/heads/master
Commit: be2a46be8def13fcc0ecee38fe5f95da6f599176
Parents: 15a3427
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:30:44 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:30:44 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md |  4 ++++
 package.json    | 12 +++++++++---
 plugin.xml      |  2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/be2a46be/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b7aa129..b81e7aa 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 1.2.0 (Sep 18, 2017)
+* [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Integrate this plugin into `cordova-android@6.3.0` and deprecate this plugin as it is no longer needed.
+* [CB-12730](https://issues.apache.org/jira/browse/CB-12730) Prevent plugin from installing with `cordova-android >= 6.3.0`
+
 ### 1.1.0 (Nov 02, 2016)
 * [CB-11625](https://issues.apache.org/jira/browse/CB-11625) Adding the `BuildConfig` fetching code as a backup to using a new preference
 * Add github pull request template

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/be2a46be/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 65b54cb..0b792cd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-compat",
   "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
-  "version": "1.2.0-dev",
+  "version": "1.2.0",
   "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
   "repository": {
     "type": "git",
@@ -12,9 +12,15 @@
   },
   "cordova": {
     "id": "cordova-plugin-compat",
-    "platforms": ["android"]
+    "platforms": [
+      "android"
+    ]
   },
-  "keywords": ["ecosystem:cordova", "ecosystem:phonegap", "cordova-android"],
+  "keywords": [
+    "ecosystem:cordova",
+    "ecosystem:phonegap",
+    "cordova-android"
+  ],
   "engines": {
     "cordovaDependencies": {
       "<1.2.0": {

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/be2a46be/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cc35e1e..9c41abb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <plugin 
-  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.0-dev">
+  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.0">
   <name>Compat</name>
   <description>[DEPRECATED] Cordova Compatibility Plugin</description>
   <license>Apache 2.0</license>


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


[2/2] cordova-plugin-compat git commit: Set VERSION to 1.2.1-dev (via coho)

Posted by st...@apache.org.
Set VERSION to 1.2.1-dev (via coho)


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

Branch: refs/heads/master
Commit: 704457b0877ef88214a12a3e842fc17398676609
Parents: be2a46b
Author: Steve Gill <st...@gmail.com>
Authored: Mon Sep 18 13:31:03 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Sep 18 13:31:03 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/704457b0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0b792cd..a0cd28a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cordova-plugin-compat",
   "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
-  "version": "1.2.0",
+  "version": "1.2.1-dev",
   "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
   "repository": {
     "type": "git",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/704457b0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c41abb..0a18de2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -18,7 +18,7 @@
   under the License.
 -->
 <plugin 
-  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.0">
+  xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" version="1.2.1-dev">
   <name>Compat</name>
   <description>[DEPRECATED] Cordova Compatibility Plugin</description>
   <license>Apache 2.0</license>


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