Version Description
- Added More Mobile User Agents
Download this release
Release Info
Developer | dnesscarkey |
Plugin | Any Mobile Theme Switcher |
Version | 0.6 |
Comparing to | |
See all releases |
Code changes from version 0.5 to 0.6
- any-mobile-theme-switcher.php +1 -1
- plugin_interface.php +15 -0
- readme.txt +3 -8
any-mobile-theme-switcher.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Any Mobile Theme Switcher
|
|
4 |
Plugin URI: http://dineshkarki.com.np/plugins/any-mobile-theme-switcher
|
5 |
Description: This plugin allow you to detect all mobile platform and switch the theme. Supports most of the mobile platform including iphone, ipad, ipod, windows mobile, parm os, blackberry, android.
|
6 |
Author: Dinesh Karki
|
7 |
-
Version: 0.
|
8 |
Author URI: http://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://dineshkarki.com.np/plugins/any-mobile-theme-switcher
|
5 |
Description: This plugin allow you to detect all mobile platform and switch the theme. Supports most of the mobile platform including iphone, ipad, ipod, windows mobile, parm os, blackberry, android.
|
6 |
Author: Dinesh Karki
|
7 |
+
Version: 0.6
|
8 |
Author URI: http://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|
plugin_interface.php
CHANGED
@@ -56,6 +56,21 @@ function am_settings_page() {
|
|
56 |
$defaultTheme = get_current_theme();
|
57 |
natcasesort($themeNames);
|
58 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
<div class="wrap">
|
60 |
<h2>Any Mobile Theme Switcher</h2>
|
61 |
<style>
|
56 |
$defaultTheme = get_current_theme();
|
57 |
natcasesort($themeNames);
|
58 |
?>
|
59 |
+
|
60 |
+
<div class="support_education wrap" style="width:250px; line-height:2.0; position:fixed; right:0;">
|
61 |
+
<h3>Educate a Child</h3>
|
62 |
+
We are sponsoring education for poor children. Donate and help us raise fund for them. For more details click <a href="http://dineshkarki.com.np/educate-child" target="_blank">here</a>
|
63 |
+
<br /><br />
|
64 |
+
<div align="center">
|
65 |
+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
66 |
+
<input type="hidden" name="cmd" value="_s-xclick">
|
67 |
+
<input type="hidden" name="hosted_button_id" value="GNJJ22PDAAX48">
|
68 |
+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
69 |
+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
70 |
+
</form>
|
71 |
+
</div>
|
72 |
+
</div>
|
73 |
+
|
74 |
<div class="wrap">
|
75 |
<h2>Any Mobile Theme Switcher</h2>
|
76 |
<style>
|
readme.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
=== Any Mobile Theme Switcher ===
|
2 |
Contributors: dnesscarkey
|
3 |
Tags: mobile theme, switcher, mobile-browser
|
|
|
4 |
Requires at least: 3.0.
|
5 |
Tested up to: 3.4.1
|
6 |
-
Stable tag: 0.
|
7 |
|
8 |
This Plugin detects mobile browser and display the theme as the setting done from admin. Usefull for switch to Mobile Theme.
|
9 |
|
@@ -22,10 +23,6 @@ Detects all the Mobile Browsers and loads the mobile theme as per your settings
|
|
22 |
|
23 |
You can select a different mobile theme for each mobile browser. You can select different mobile themes for each of the options above.
|
24 |
|
25 |
-
Needs Activation Key from Version 0.5.
|
26 |
-
Comes With 30 Days Trial Period.
|
27 |
-
Offer your price ($0 to $100) and get the license key from <a href="http://dineshkarki.com.np/license" target="_blank">here</a>
|
28 |
-
|
29 |
Please report any bugs @ http://dineshkarki.com.np/plugins/any-mobile-theme-switcher/report-bugs.
|
30 |
|
31 |
Thanks to <a href="http://wework4web.com" target="_blank">wework4web</a> for supporting plugin developement.
|
@@ -48,10 +45,8 @@ Yes it detect most of the mobile browsers and redirects it to its mobile theme s
|
|
48 |
|
49 |
== Changelog ==
|
50 |
|
51 |
-
= 0.
|
52 |
-
* Requires License Key (Offer your price ($0 - $100) and get the license key from <a href="http://dineshkarki.com.np/license" target="_blank">here</a>)
|
53 |
* Added More Mobile User Agents
|
54 |
-
* 3.4 Tested
|
55 |
|
56 |
= 0.4 =
|
57 |
* Added Child Theme Support
|
1 |
=== Any Mobile Theme Switcher ===
|
2 |
Contributors: dnesscarkey
|
3 |
Tags: mobile theme, switcher, mobile-browser
|
4 |
+
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TYPYWFP6P2KQJ
|
5 |
Requires at least: 3.0.
|
6 |
Tested up to: 3.4.1
|
7 |
+
Stable tag: 0.6
|
8 |
|
9 |
This Plugin detects mobile browser and display the theme as the setting done from admin. Usefull for switch to Mobile Theme.
|
10 |
|
23 |
|
24 |
You can select a different mobile theme for each mobile browser. You can select different mobile themes for each of the options above.
|
25 |
|
|
|
|
|
|
|
|
|
26 |
Please report any bugs @ http://dineshkarki.com.np/plugins/any-mobile-theme-switcher/report-bugs.
|
27 |
|
28 |
Thanks to <a href="http://wework4web.com" target="_blank">wework4web</a> for supporting plugin developement.
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 0.6 =
|
|
|
49 |
* Added More Mobile User Agents
|
|
|
50 |
|
51 |
= 0.4 =
|
52 |
* Added Child Theme Support
|