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 65F7F200BA5 for ; Wed, 5 Oct 2016 06:58:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 648AA160ADC; Wed, 5 Oct 2016 04:58:29 +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 9E966160ACC for ; Wed, 5 Oct 2016 06:58:28 +0200 (CEST) Received: (qmail 2512 invoked by uid 500); 5 Oct 2016 04:58:27 -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 2501 invoked by uid 99); 5 Oct 2016 04:58:27 -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; Wed, 05 Oct 2016 04:58:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 511EAE009E; Wed, 5 Oct 2016 04:58:27 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: docs commit: added release blog post Date: Wed, 5 Oct 2016 04:58:27 +0000 (UTC) archived-at: Wed, 05 Oct 2016 04:58:29 -0000 Repository: cordova-docs Updated Branches: refs/heads/master a6f1ab072 -> aed6b1f38 added release blog post This closes #647 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/aed6b1f3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/aed6b1f3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/aed6b1f3 Branch: refs/heads/master Commit: aed6b1f381fb9677e42cc60a992a62de8741e46a Parents: a6f1ab0 Author: Steve Gill Authored: Tue Oct 4 16:59:57 2016 -0700 Committer: Steve Gill Committed: Tue Oct 4 21:57:01 2016 -0700 ---------------------------------------------------------------------- www/_posts/2016-10-04-small-releases.md | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/aed6b1f3/www/_posts/2016-10-04-small-releases.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-10-04-small-releases.md b/www/_posts/2016-10-04-small-releases.md new file mode 100644 index 0000000..e3855ff --- /dev/null +++ b/www/_posts/2016-10-04-small-releases.md @@ -0,0 +1,43 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Minor Releases" +categories: news +tags: release plugins tools +--- + +The following were recently released: + +* cordova-plugin-geolocation: 2.4.0 +* cordova-create: 1.0.1 +* cordova-app-hello-world: 3.11.0 + +**Google** recently sent out warnings to everyone who uses `cordova-plugin-geolocation` about having to include `android.hardware.location.gps` to their `AndroidManifest.xml`. We updated `cordova-plugin-geolocation` plugin to auto add this setting to your project's `AndroidManifest.xml` when installing the plugin. This means that the geolocation plugin will only work on **android** devices that have a `GPS`. Let us know if this restriction affects you negatively. + +Release Highlights: +* `cordova-app-hello-world`: Updated default `CSP` to include `img-src` and add `content:` to it for [CB-4078](https://issues.apache.org/jira/browse/CB-4078) + +---- +You can update any plugin by removing it, and then re-adding it. + + E.g. To update your geolocation plugin: + + cordova plugin rm cordova-plugin-geolocation --save + cordova plugin add cordova-plugin-geolocation@latest --save + +Changes include: + + +cordova-plugin-geolocation@2.4.0 +* **Ubuntu** Fix altitude & accuracies retrieval +* [CB-11875](https://issues.apache.org/jira/browse/CB-11875) added `android.hardware.location.gps` `uses-feature`. + +cordova-create@1.0.1 +* removed stripping eventlisteners + +cordova-app-hello-world@3.11.0 +* [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated `csp` to include `content:` for `img-src` +* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir +* [CB-10522](https://issues.apache.org/jira/browse/CB-10522) Event binding in Hello World is misleading --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org