File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 21
21
Release Notes
22
22
=============
23
23
24
+ 0.2.15
25
+ ------
26
+
27
+ Bug fix: fixes typo
28
+
24
29
0.2.14
25
30
------
26
31
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-themeablebrowser" ,
3
- "version" : " 0.2.14 " ,
3
+ "version" : " 0.2.15 " ,
4
4
"description" : " Cordova ThemeableBrowser Plugin" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-themeablebrowser" ,
Original file line number Diff line number Diff line change 18
18
under the License.
19
19
-->
20
20
21
- <plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
- id =" cordova-plugin-themeablebrowser"
23
- version =" 0.2.14" >
21
+ <plugin
22
+ xmlns =" http://apache.org/cordova/ns/plugins/1.0"
23
+ id =" cordova-plugin-themeablebrowser"
24
+ version =" 0.2.15" >
24
25
25
26
<name >ThemeableBrowser</name >
26
27
<description >Cordova ThemeableBrowser Plugin</description >
Original file line number Diff line number Diff line change @@ -334,8 +334,8 @@ - (void)openInCordovaWebView:(NSURL*)url withOptions:(NSString*)options
334
334
#else
335
335
if ([self .commandDelegate URLIsWhitelisted: url]) {
336
336
[self .webView loadRequest: request];
337
- } else { // this assumes the InAppBrowser can be excepted from the white-list
338
- [self openInInAppBrowser : url withOptions: options];
337
+ } else { // this assumes the openInThemeableBrowser can be excepted from the white-list
338
+ [self openInThemeableBrowser : url withOptions: options];
339
339
}
340
340
#endif
341
341
}
You can’t perform that action at this time.
0 commit comments