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 2020-->
2121# Release Notes
2222
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+
2332### 4.1.0 (Nov 17, 2020)
2433* [ GH-792 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/792 ) fix(android): Add mitigation strategy for CVE-2020 -6506
2534* [ GH-817 ] ( https://github.com/apache/cordova-plugin-inappbrowser/pull/817 ) Updated typings
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-inappbrowser" ,
3- "version" : " 5.0.0-dev " ,
3+ "version" : " 5.0.0" ,
44 "description" : " Cordova InAppBrowser Plugin" ,
55 "types" : " ./types/index.d.ts" ,
66 "cordova" : {
Original file line number Diff line number Diff line change 2020
2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2222 id =" cordova-plugin-inappbrowser"
23- version =" 5.0.0-dev " >
23+ version =" 5.0.0" >
2424
2525 <name >InAppBrowser</name >
2626 <description >Cordova InAppBrowser Plugin</description >
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-inappbrowser-tests" ,
3- "version" : " 5.0.0-dev " ,
3+ "version" : " 5.0.0" ,
44 "description" : " " ,
55 "cordova" : {
66 "id" : " cordova-plugin-inappbrowser-tests" ,
Original file line number Diff line number Diff line change 2020
2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2222 id =" cordova-plugin-inappbrowser-tests"
23- version =" 5.0.0-dev " >
23+ version =" 5.0.0" >
2424 <name >Cordova InAppBrowser Plugin Tests</name >
2525 <license >Apache 2.0</license >
2626
You can’t perform that action at this time.
0 commit comments