From 86eed842055f04c1992908020dd3738578ab9278 Mon Sep 17 00:00:00 2001 From: OS-ricardomoreirasilva Date: Mon, 23 May 2022 12:48:56 +0100 Subject: [PATCH] chore(release): raised version to 4.0.0-OS11 --- CHANGELOG.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1603e1b72..dc9b3457b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.0.0-OS11] - 2022-05-23 +### Fix +- Added permission request for camera and microphone on Android's ChromeWebClient. + ### [4.0.0-OS9] - 2021-12-07 ### Fix - Removed Swift extensions to compile projects names with non-ascii characters. diff --git a/package.json b/package.json index 1bb87c478..b6da70f98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "4.0.0-OS9", + "version": "4.0.0-OS11", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 003e99d70..94bc8c2ba 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="4.0.0-OS11"> InAppBrowser Cordova InAppBrowser Plugin