Skip to content

Commit 97c6105

Browse files
bump
1 parent d7daf99 commit 97c6105

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ Do this:
165165

166166

167167
## 7. Changelog
168-
* 1.4.3 Options weren't correctly passed to native code. THanks #19!
168+
* 1.5.3 Hidden tabs don't get removed on `hide()` (iOS). Thanks #104!
169+
* 1.4.3 Options weren't correctly passed to native code. Thanks #19!
169170
* 1.4.2 When passing a URL not starting with http/https the error callback will be invoked.
170171
* 1.4.1 You can now set the color of the navbar and tabbar buttons. Thanks #16!
171172
* 1.4.0 Added a `hidden` property to `show`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-safariviewcontroller",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app.",
55
"cordova": {
66
"id": "cordova-plugin-safariviewcontroller",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<plugin
33
id="cordova-plugin-safariviewcontroller"
4-
version="1.5.2"
4+
version="1.5.3"
55
xmlns="http://apache.org/cordova/ns/plugins/1.0">
66

77
<name>SafariViewController</name>

0 commit comments

Comments
 (0)