From e1e01625e05e3fbb7cd30d125fc27d3303512f27 Mon Sep 17 00:00:00 2001 From: Shashank Agrawal Date: Thu, 12 Mar 2020 19:55:05 +0530 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fffb2..859f632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 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 +2. Improvement: Not creating instance of `Ziggeo` if already created to save resources and speed-up performance. + ## 1.0.0 1. Feature: Added option to show a confirmation dialogue before stopping the recording. diff --git a/package-lock.json b/package-lock.json index c72f9a8..1e43aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "cordova-plugin-ziggeo", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 99e5bd0..e2e9194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ziggeo", - "version": "1.0.0", + "version": "1.0.1", "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 df1fdea..ea7d38d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Ziggeo Recorder and Player