Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 17, 2020
1 parent 07cac54 commit e24fb6f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ziggeo" version="1.0.1"
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ziggeo" version="1.0.2"
xmlns="http://apache.org/cordova/ns/plugins/1.0">

<name>Ziggeo Recorder and Player</name>
Expand Down

0 comments on commit e24fb6f

Please sign in to comment.