Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 249C3179A0 for ; Thu, 28 Jan 2016 17:16:47 +0000 (UTC) Received: (qmail 57127 invoked by uid 500); 28 Jan 2016 17:16:47 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 57081 invoked by uid 500); 28 Jan 2016 17:16:47 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 56964 invoked by uid 99); 28 Jan 2016 17:16:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2016 17:16:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEBEAE0B3A; Thu, 28 Jan 2016 17:16:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 28 Jan 2016 17:16:47 -0000 Message-Id: <5ea379c19aea4ba5a5434880b06c7ba8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] docs commit: updated based on pr feedback for cordova 6 blog updated based on pr feedback for cordova 6 blog Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/452a892b Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/452a892b Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/452a892b Branch: refs/heads/master Commit: 452a892b997f4b11491e8759490c9da781e2e03e Parents: 00966eb Author: Steve Gill Authored: Wed Jan 27 16:03:34 2016 -0700 Committer: Steve Gill Committed: Thu Jan 28 09:16:50 2016 -0700 ---------------------------------------------------------------------- www/_posts/2016-01-27-tools-release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/452a892b/www/_posts/2016-01-27-tools-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-01-27-tools-release.md b/www/_posts/2016-01-27-tools-release.md index 9944902..966997b 100644 --- a/www/_posts/2016-01-27-tools-release.md +++ b/www/_posts/2016-01-27-tools-release.md @@ -17,10 +17,10 @@ New versions of cordova tools are now live! Release Highlights include: * Updated default platform versions to `cordova-android@5`, `cordova-ios@4` and `cordova-windows@4.3`. - `cordova-android@5` supports **Android marshmallow** - - `cordova-ios@4` adds **iOS9** and `wkwebview` support - - `cordova-windows@4` updated the platform to use the new `PlatformAPI` -* Added a new template feature to `create` command. E.g. `cordova create --template cordova-app-hello-world`. This can pull templates from **npm** and **git urls**. -* Removed support for our old **Cordova Plugins Registry**. Now plugins can only be installed via **npm**, **gitURL** or local path. + - `cordova-ios@4` adds **iOS9** and `WKWebView` support + - `cordova-windows@4` updated the platform to use the new Platform API. +* Added a new template feature to `create` command. E.g. `cordova create --template cordova-app-hello-world`. This can fetch templates via **npm**, **git URL** or local paths. +* Removed support for our old **Cordova Plugins Registry**. Now plugins can only be installed via **npm**, **git URL** or local paths. * Added default plugin pinning to `cordova`. This means that `cordova plugin add cordova-plugin-camera` will fetch the pinned version of the plugin instead of the always grabbing the `latest`. Users can still install any version of a plugin via `cordova plugin add cordova-plugin-camera@VERSION`. * Added deprecation notices for **amazon-fireos** and **wp8**. We are aiming to remove support for these platforms in 6 months. Target **Android** and **Windows** instead. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org