From e24fb6fd5726f3b697c3bac3914d99b170317f5c Mon Sep 17 00:00:00 2001 From: Shashank Agrawal Date: Tue, 17 Mar 2020 23:11:29 +0530 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859f632..a904e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.2 + +1. Fix: Fixed the crash on various Android devices https://github.com/Ziggeo/Android-Client-SDK/issues/26. +2. Fix: Fixed the crash while switching the camera https://github.com/Ziggeo/Android-Client-SDK/issues/31. +3. Improvement: Stop & close button not needed with `sendImmediate` is set to true https://github.com/Ziggeo/Android-Client-SDK/issues/32. + ## 1.0.1 1. Fix: Fixed plugin crash after recording is stopped if `autoRecord` is set to `true` https://github.com/Ziggeo/Android-Client-SDK/issues/33 diff --git a/package-lock.json b/package-lock.json index 1e43aa4..740a6b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "cordova-plugin-ziggeo", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1 } diff --git a/package.json b/package.json index e2e9194..a985ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ziggeo", - "version": "1.0.1", + "version": "1.0.2", "description": "Cordova wrapper around Ziggeo's native SDKs", "scripts": { "version": "node ./bump-version.js && git add plugin.xml", diff --git a/plugin.xml b/plugin.xml index ea7d38d..6dd6b50 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Ziggeo Recorder and Player