Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 874E4200D01 for ; Fri, 22 Sep 2017 23:16:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 861B01609E5; Fri, 22 Sep 2017 21:16:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C99231609BE for ; Fri, 22 Sep 2017 23:16:03 +0200 (CEST) Received: (qmail 33543 invoked by uid 500); 22 Sep 2017 21:16:03 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 33521 invoked by uid 99); 22 Sep 2017 21:16:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2017 21:16:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3F3C0191FDE for ; Fri, 22 Sep 2017 21:16:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MZke6nO7wYH6 for ; Fri, 22 Sep 2017 21:16:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id F1CCD60D99 for ; Fri, 22 Sep 2017 21:16:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 83ED7E0ECE for ; Fri, 22 Sep 2017 21:16:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3B4FF24211 for ; Fri, 22 Sep 2017 21:16:00 +0000 (UTC) Date: Fri, 22 Sep 2017 21:16:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13294) Plugins Release Sept 17, 2017 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 22 Sep 2017 21:16:04 -0000 [ https://issues.apache.org/jira/browse/CB-13294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177142#comment-16177142 ] ASF GitHub Bot commented on CB-13294: ------------------------------------- Github user stevengill commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/734#discussion_r140598457 --- Diff: www/_posts/2017-09-22-plugins-release.md --- @@ -0,0 +1,69 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Plugins Release" +categories: news +tags: release plugins +--- + +The following plugins were updated today because they are being deprecated: + +* cordova-plugin-console: 1.1.0 +* cordova-plugin-compat: 1.2.0 +* cordova-plugin-device-motion: 2.0.0 +* cordova-plugin-device-orientation: 2.0.0 + +`cordova-plugin-console` has been integrated into `cordova-ios@4.5.0+`. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your `cordova-ios`! + +Similarly, `cordova-plugin-compat` has been integrated into the upcoming `cordova-android@6.3.0` release. Please remove it from your projects when you update to the latest version of `cordova-android`. --- End diff -- So if you already have `compat` installed in your project, and then you update to `cordova-android@6.3.0+`, it will cause build errors. Removing the plugin solves these problems. I believe this is because it is during the fetch phase of `plugin add` that does `cordovaDependency` and `engine` checks. Where adding a new android to an existing project is considered a plugin restore instead of a plugin add, so fetching is skipped > Plugins Release Sept 17, 2017 > ----------------------------- > > Key: CB-13294 > URL: https://issues.apache.org/jira/browse/CB-13294 > Project: Apache Cordova > Issue Type: Task > Reporter: Steve Gill > Assignee: Steve Gill > > Following steps at https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md > Releasing console, compat, device-motion and device-orientation. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org