Skip to content

Commit 86eed84

Browse files
chore(release): raised version to 4.0.0-OS11
1 parent 2d1e3b6 commit 86eed84

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
### [4.0.0-OS11] - 2022-05-23
8+
### Fix
9+
- Added permission request for camera and microphone on Android's ChromeWebClient.
10+
711
### [4.0.0-OS9] - 2021-12-07
812
### Fix
913
- Removed Swift extensions to compile projects names with non-ascii characters.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "4.0.0-OS9",
3+
"version": "4.0.0-OS11",
44
"description": "Cordova InAppBrowser Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="4.0.0-OS9">
23+
version="4.0.0-OS11">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>

0 commit comments

Comments
 (0)