File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ### [ 4.0.0-OS12] - 2022-06-29
8
+ ### Fix
9
+ - Removed hook that adds swift support and added the plugin as dependecy. (https://outsystemsrd.atlassian.net/browse/RMET-1680 )
10
+
7
11
### [ 4.0.0-OS11] - 2022-05-23
8
12
### Fix
9
13
- Added permission request for camera and microphone on Android's ChromeWebClient.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 4.0.0-OS11 " ,
3
+ "version" : " 4.0.0-OS12 " ,
4
4
"description" : " Cordova InAppBrowser Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-inappbrowser"
23
- version =" 4.0.0-OS11 " >
23
+ version =" 4.0.0-OS12 " >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser Plugin</description >
107
107
<source-file src =" src/ios/SafariBrowserConfigurations.swift" />
108
108
109
109
<framework src =" CoreGraphics.framework" />
110
- <dependency url = " https://github.com/agoncalvesos/ cordova-plugin-add-swift-support" id = " cordova-plugin-add-swift-support" />
110
+ <dependency id = " cordova-plugin-add-swift-support" url = " https://github.com/OutSystems/ cordova-plugin-add-swift-support.git#2.0.3-OS1 " />
111
111
</platform >
112
112
113
113
<!-- osx -->
You can’t perform that action at this time.
0 commit comments