File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2121Release Notes
2222=============
2323
24+ 0.2.15
25+ ------
26+
27+ Bug fix: fixes typo
28+
24290.2.14
2530------
2631
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-themeablebrowser" ,
3- "version" : " 0.2.14 " ,
3+ "version" : " 0.2.15 " ,
44 "description" : " Cordova ThemeableBrowser Plugin" ,
55 "cordova" : {
66 "id" : " cordova-plugin-themeablebrowser" ,
Original file line number Diff line number Diff line change 1818 under the License.
1919-->
2020
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" >
2425
2526 <name >ThemeableBrowser</name >
2627 <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
334334#else
335335 if ([self .commandDelegate URLIsWhitelisted: url]) {
336336 [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];
339339 }
340340#endif
341341}
You can’t perform that action at this time.
0 commit comments