You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/05/14 21:06:16 UTC

[cordova-docs] branch master updated: camera plugin release announcement (#1174)

This is an automated email from the ASF dual-hosted git repository.

pvpoyer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 275a74d  camera plugin release announcement (#1174)
275a74d is described below

commit 275a74db100ad887734b6e540bbf194ed84b40ca
Author: Pieter Van Poyer <pi...@portofantwerp.com>
AuthorDate: Fri May 14 23:06:08 2021 +0200

    camera plugin release announcement (#1174)
---
 www/_posts/2021-05-11-camera-plugin-release.md | 29 ++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/www/_posts/2021-05-11-camera-plugin-release.md b/www/_posts/2021-05-11-camera-plugin-release.md
new file mode 100644
index 0000000..75d8717
--- /dev/null
+++ b/www/_posts/2021-05-11-camera-plugin-release.md
@@ -0,0 +1,29 @@
+---
+layout: post
+author:
+    name: Pieter Van Poyer
+title:  "Camera Plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to our Camera plugin!
+
+* [cordova-plugin-camera@5.0.2](https://github.com/apache/cordova-plugin-camera)
+
+## Release Highlights
+
+### Camera
+
+The 5.0.2 patch release fixes a bug on Android.
+After taking a picture with the camera plugin on Android, the app could occasionally crash. 
+This crash did occur when the main activity was destroyed by the Android OS to free up memory, when the app would resume afterwards with a PendingIntent the restoring of the state was not correctly handled.
+
+
+* [GH-700](https://github.com/apache/cordova-plugin-camera/pull/700) Bugfix [issue 665](https://github.com/apache/cordova-plugin-camera/issues/665) - app crashes after taking a picture due to a bug in the camera plugin when app is resumed
+
+<!--more-->
+# Changes include:
+
+* [GH-691](https://github.com/apache/cordova-plugin-camera/pull/691) ci: add node-14.x to workflow (#691)
+

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org