File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 5.0.0 (Feb 10, 2021)
24
+ * [ GH-828 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/828 ) feat(ios): add ` InAppBrowser ` StatusBarStyle 'darkcontent' configuration option
25
+ * [ GH-823 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/823 ) chore: bump engines requirements
26
+ * [ GH-824 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/824 ) breaking: cleanup code for old ** Android** versions
27
+ * [ GH-825 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/825 ) (ios): rename CDVWKProcessPoolFactory
28
+ * [ GH-826 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/826 ) ci: add node-14.x to workflow
29
+ * [ GH-821 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/821 ) breaking(android): replace magic numbers with ** Android** .os.Build constants
30
+ * [ GH-717 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/717 ) ci(ios): remove wkwebview plugin
31
+
23
32
### 4.1.0 (Nov 17, 2020)
24
33
* [ GH-792 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/792 ) fix(android): Add mitigation strategy for CVE-2020 -6506
25
34
* [ GH-817 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/817 ) Updated typings
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 5.0.0-dev " ,
3
+ "version" : " 5.0.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 =" 5.0.0-dev " >
23
+ version =" 5.0.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" : " 5.0.0-dev " ,
3
+ "version" : " 5.0.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 =" 5.0.0-dev " >
23
+ version =" 5.0.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