File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 4.1.0 (Nov 17, 2020)
24
+ * [ GH-792 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/792 ) fix(android): Add mitigation strategy for CVE-2020 -6506
25
+ * [ GH-817 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/817 ) Updated typings
26
+ * [ GH-803 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/803 ) fix(android): allow compilation in old ` cordova-android ` versions
27
+ * [ GH-688 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/688 ) (ios): allow to set "preferredContentMode"
28
+ * [ GH-768 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/768 ) ci(travis): update osx xcode image
29
+ * add documentation for ` InAppBrowser ` StatusBarStyle preference
30
+ * undo whitespace changes due to editor preferrences
31
+ * [ GH-728 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/728 ) ** iOS** : added ` InAppBrowser ` StatusBarStyle preference
32
+ * [ GH-767 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/767 ) ci(travis): updates ** Android** API level
33
+ * (ios): Fix incorrect view height from the second open time
34
+ * [ GH-748 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/748 ) chore: adds package-lock file
35
+ * [ GH-746 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/746 ) chore(npm): use short notation in ` package.json `
36
+ * [ GH-747 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/747 ) refactor(eslint): use cordova-eslint /w fix
37
+ * [ GH-737 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/737 ) fix(ios): exit event not fired on swipe down
38
+
23
39
### 4.0.0 (Jun 09, 2020)
24
40
* [ GH-715 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/715 ) (ios): fix regression in 2706f34
25
41
* [ GH-685 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/685 ) chore: update install engines
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 4.0.1-dev " ,
3
+ "version" : " 4.1.0 " ,
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.1-dev " >
23
+ version =" 4.1.0 " >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser Plugin</description >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser-tests" ,
3
- "version" : " 4.0.1-dev " ,
3
+ "version" : " 4.1.0 " ,
4
4
"description" : " " ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-inappbrowser-tests" ,
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-tests"
23
- version =" 4.0.1-dev " >
23
+ version =" 4.1.0 " >
24
24
<name >Cordova InAppBrowser Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments