File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ This plugin launches an in-app web view on top the existing [CordovaWebView](htt
105105Installation
106106------------
107107
108- cordova plugin add com.initialxy. cordova. themeablebrowser
108+ cordova plugin add cordova-plugin- themeablebrowser
109109
110110Additional Properties
111111---------------------
Original file line number Diff line number Diff line change 2121Release Notes
2222=============
2323
24+ 0.2.8
25+ -----
26+
27+ No functional change. Migrated to npm as per Cordova's direction.
28+
24290.2.7
2530-----
2631
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-themeablebrowser" ,
3- "version" : " 0.2.7 " ,
3+ "version" : " 0.2.8 " ,
44 "description" : " Cordova ThemeableBrowser Plugin" ,
55 "cordova" : {
6- "id" : " com.initialxy. cordova. themeablebrowser" ,
6+ "id" : " cordova-plugin- themeablebrowser" ,
77 "platforms" : [
88 " android" ,
99 " amazon-fireos" ,
2828 " themeablebrowser" ,
2929 " ecosystem:cordova" ,
3030 " cordova-android" ,
31- " cordova-amazon-fireos" ,
32- " cordova-ubuntu" ,
33- " cordova-ios" ,
34- " cordova-wp7" ,
35- " cordova-wp8" ,
36- " cordova-windows8" ,
37- " cordova-windows" ,
38- " cordova-firefoxos"
31+ " cordova-ios"
3932 ],
4033 "engines" : [
4134 {
Original file line number Diff line number Diff line change 1919-->
2020
2121<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22- id =" com.initialxy. cordova. themeablebrowser"
23- version =" 0.2.7 " >
22+ id =" cordova-plugin- themeablebrowser"
23+ version =" 0.2.8 " >
2424
2525 <name >ThemeableBrowser</name >
2626 <description >Cordova ThemeableBrowser Plugin</description >
You can’t perform that action at this time.
0 commit comments