Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7F3618D9B for ; Thu, 5 Nov 2015 05:24:28 +0000 (UTC) Received: (qmail 83617 invoked by uid 500); 5 Nov 2015 05:24:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 83605 invoked by uid 500); 5 Nov 2015 05:24:28 -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 83594 invoked by uid 99); 5 Nov 2015 05:24:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 05:24:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BA0BA2C1F5F for ; Thu, 5 Nov 2015 05:24:27 +0000 (UTC) Date: Thu, 5 Nov 2015 05:24:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9903) Tools Release October 29, 2015 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991149#comment-14991149 ] ASF GitHub Bot commented on CB-9903: ------------------------------------ Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/411#discussion_r43977459 --- Diff: www/_posts/2015-11-04-tools-release.md --- @@ -0,0 +1,121 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Tools Release: November 4th, 2015" +categories: news +tags: release tools +--- +New versions of cordova tools are now live! + +* [cordova-lib@5.4.0](https://www.npmjs.org/package/cordova-lib) +* [cordova@5.4.0](https://www.npmjs.org/package/cordova) +* [plugman@1.0.5](https://www.npmjs.org/package/plugman) +* [cordova-js@4.1.2](https://www.npmjs.org/package/cordova-js) + +Release highlights: + +* Fixed issues with using **Node 4 & 5** and **npm 3**. +* Cordova will now auto convert old-style plugin IDs to new style plugin IDs when doing a `cordova plugin add`. This only happens if the old-style plugin ID exists in the [registry-mapper](https://github.com/stevengill/cordova-registry-mapper), it will be auto converted to the new ID and fetched from [npm](https://www.npmjs.com) instead. +* Cordova `CLI` will now know if a newer version is available and will prompt users to update. +* Some core utility methods from `cordova-lib` have been moved into a new module named [`cordova-common`](https://github.com/apache/cordova-lib/tree/master/cordova-commo://github.com/apache/cordova-lib/tree/master/cordova-common). `cordova-common` is shared among `cordova-lib` and cordova platforms. + +To update your tools: + + * If you have `cordova` installed: + + npm install -g cordova@latest + + * If you have `plugman` installed: + + npm install -g plugman@latest + + +# Changes include: + +## Platform updates +When adding these platforms to your project, the following versions are now used by default. +These platform versions were released recently, and the tools' defaults were updated: --- End diff -- I don't think pinned iOS version has been changed since last release > Tools Release October 29, 2015 > ------------------------------ > > Key: CB-9903 > URL: https://issues.apache.org/jira/browse/CB-9903 > Project: Apache Cordova > Issue Type: Task > Reporter: Steve Gill > Assignee: Steve Gill > > "Following steps at https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md" -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org