Skip to content

Commit 7e37a72

Browse files
chore(release): raise to version 4.0.0-OS14
References: https://outsystemsrd.atlassian.net/browse/RMET-2802
1 parent 64b8738 commit 7e37a72

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
### [Unreleased]
88

9+
### [4.0.0-OS14] - 2023-08-31
910
### Fixes
1011
- Do not lose callbackContext when opening a SYSTEM url (https://outsystemsrd.atlassian.net/browse/RMET-2802).
1112
- Fix beforeLoad not being called in some requests (https://outsystemsrd.atlassian.net/browse/RMET-2802).
1213
- Fix memory leak with webview (https://outsystemsrd.atlassian.net/browse/RMET-2802).
1314

15+
### [4.0.0-OS13] - 2023-01-18
1416
### Fix
1517
- Android - InAppBrowser not opening when no options are passed - check for next element before trying to obtain. (https://outsystemsrd.atlassian.net/browse/RMET-2119)
1618

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-OS12",
3+
"version": "4.0.0-OS14",
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-OS12">
23+
version="4.0.0-OS14">
2424

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

0 commit comments

Comments
 (0)