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 2016/10/05 04:58:27 UTC

docs commit: added release blog post

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 <st...@gmail.com>
Authored: Tue Oct 4 16:59:57 2016 -0700
Committer: Steve Gill <st...@gmail.com>
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:
+<!--more-->
+
+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