Skip to content

Commit

Permalink
chore(release): raise to version 4.0.0-OS14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgerardojacinto committed Aug 31, 2023
1 parent 64b8738 commit 7e37a72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### [Unreleased]

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

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

Expand Down
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-inappbrowser",
"version": "4.0.0-OS12",
"version": "4.0.0-OS14",
"description": "Cordova InAppBrowser Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="4.0.0-OS12">
version="4.0.0-OS14">

<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>
Expand Down

0 comments on commit 7e37a72

Please sign in to comment.