diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 59a276f9c..09bdae7bc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -14,25 +14,7 @@ - - - - - - - - - - - - - - - - - - - + @@ -49,7 +31,7 @@ - + @@ -104,16 +86,16 @@ - + - + - - + + @@ -142,11 +124,11 @@ - + - + @@ -487,8 +469,8 @@ - - + + @@ -497,7 +479,7 @@ - + @@ -505,7 +487,7 @@ - + @@ -775,44 +757,44 @@ - + - + - + - - + + + + + - + - - - - - + + - + - - + + - + - + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 72efb261b..aeb55744b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ +## 1.1.3 + +- Merge "Add null checks around calls to InAppWebView callbacks" [#85](https://github.com/pichillilorenzo/flutter_inappbrowser/pull/85) (thanks to [matthewlloyd](https://github.com/matthewlloyd)) + ## 1.1.2 - Fix InAppBrowser crashes the app when i change the page "Lost connection" [#74](https://github.com/pichillilorenzo/flutter_inappbrowser/issues/74) - Fix javascript `...args` parameter of `window.flutter_inappbrowser.callHandler()` -- Merge Enable setTextZoom function of Android WebViewSetting [#81](https://github.com/pichillilorenzo/flutter_inappbrowser/pull/81) -- Merge bug fix for android build: Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath [#83](https://github.com/pichillilorenzo/flutter_inappbrowser/pull/83) +- Merge Enable setTextZoom function of Android WebViewSetting [#81](https://github.com/pichillilorenzo/flutter_inappbrowser/pull/81) (thanks to [YouCii](https://github.com/YouCii)) +- Merge bug fix for android build: Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath [#83](https://github.com/pichillilorenzo/flutter_inappbrowser/pull/83) (thanks to [cinos1](https://github.com/cinos1)) ## 1.1.1 diff --git a/pubspec.yaml b/pubspec.yaml index 0fea2dd82..cfa72ec80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_inappbrowser description: A Flutter plugin that allows you to add an inline webview or open an in-app browser window (inspired by the popular cordova-plugin-inappbrowser). -version: 1.1.2 +version: 1.1.3 author: Lorenzo Pichilli homepage: https://github.com/pichillilorenzo/flutter_inappbrowser