diff --git a/README.md b/README.md index 1cad376..206c2ef 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,8 @@ Do this: ## 7. Changelog -* 1.4.3 Options weren't correctly passed to native code. THanks #19! +* 1.5.3 Hidden tabs don't get removed on `hide()` (iOS). Thanks #104! +* 1.4.3 Options weren't correctly passed to native code. Thanks #19! * 1.4.2 When passing a URL not starting with http/https the error callback will be invoked. * 1.4.1 You can now set the color of the navbar and tabbar buttons. Thanks #16! * 1.4.0 Added a `hidden` property to `show`. diff --git a/package.json b/package.json index a925a4d..4ab1d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-safariviewcontroller", - "version": "1.5.2", + "version": "1.5.3", "description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.", "cordova": { "id": "cordova-plugin-safariviewcontroller", diff --git a/plugin.xml b/plugin.xml index 901ea66..b21f994 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ SafariViewController