Any Mobile Theme Switcher - Version 2.0

Version Description

  • Tested with 4.5.3
Download this release

Release Info

Developer dnesscarkey
Plugin Icon 128x128 Any Mobile Theme Switcher
Version 2.0
Comparing to
See all releases

Code changes from version 1.9 to 2.0

any-mobile-theme-switcher.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Any Mobile Theme Switcher
4
  Plugin URI: http://dineshkarki.com.np/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, andriod tab.
6
  Author: Dinesh Karki
7
- Version: 1.9
8
  Author URI: http://www.dineshkarki.com.np
9
  */
10
 
4
  Plugin URI: http://dineshkarki.com.np/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, andriod tab.
6
  Author: Dinesh Karki
7
+ Version: 2.0
8
  Author URI: http://www.dineshkarki.com.np
9
  */
10
 
includes/amts-footer.php CHANGED
@@ -61,7 +61,9 @@
61
  <tr>
62
  <td>
63
  <ol>
64
- <li><a href="http://wordpress.org/extend/plugins/use-any-font/" target="_blank">Use Any Font</a></li>
 
 
65
  <li><a href="http://dineshkarki.com.np/jquery-validation-for-contact-form-7" target="_blank">Jquery Validation For Contact Form 7</a></li>
66
  <li><a href="http://wordpress.org/extend/plugins/add-tags-and-category-to-page/" target="_blank">Add Tags And Category To Page</a></li>
67
  <li><a href="http://wordpress.org/extend/plugins/block-specific-plugin-updates/" target="_blank">Block Specific Plugin Updates</a></li>
61
  <tr>
62
  <td>
63
  <ol>
64
+ <li><a href="https://wordpress.org/plugins/email-checker/" target="_blank">Real Email Validation</a></li>
65
+ <li><a href="https://wordpress.org/plugins/wp-masonry-layout/" target="_blank">Masonry Layout (Pinterest Like Grid)</a></li>
66
+ <li><a href="http://wordpress.org/extend/plugins/use-any-font/" target="_blank">Use Any Font</a></li>
67
  <li><a href="http://dineshkarki.com.np/jquery-validation-for-contact-form-7" target="_blank">Jquery Validation For Contact Form 7</a></li>
68
  <li><a href="http://wordpress.org/extend/plugins/add-tags-and-category-to-page/" target="_blank">Add Tags And Category To Page</a></li>
69
  <li><a href="http://wordpress.org/extend/plugins/block-specific-plugin-updates/" target="_blank">Block Specific Plugin Updates</a></li>
plugin_interface.php CHANGED
@@ -4,11 +4,11 @@ add_action('admin_notices', 'amts_pro_notification');
4
 
5
 
6
  if (isset($_GET['hidemsg']) == 1){
7
- update_option('amts_hide_pro_notice','yes');
8
  }
9
 
10
  function amts_pro_notification(){
11
- if (get_option('amts_hide_pro_notice') != 'yes'){
12
  echo '<div class="updated">
13
  <p><b>Any Mobile Theme Swticher Pro</b> now works with <b>W3 Total Cache</b>, have support for <b>QR code</b> and can serve different <b>Home Page</b> based on mobile devices.<br/>Click <a href="http://dnesscarkey.com/any-mobile-theme-switcher-pro/" target="_blank">here</a> for details.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="options-general.php?pageany-mobile-theme-switcher-pro/plugin_interface.php&hidemsg=1">Hide This Message</a></p>
14
  </div>';
4
 
5
 
6
  if (isset($_GET['hidemsg']) == 1){
7
+ update_option('amts_hide_pro_notice','yes_2');
8
  }
9
 
10
  function amts_pro_notification(){
11
+ if (get_option('amts_hide_pro_notice') != 'yes_2'){
12
  echo '<div class="updated">
13
  <p><b>Any Mobile Theme Swticher Pro</b> now works with <b>W3 Total Cache</b>, have support for <b>QR code</b> and can serve different <b>Home Page</b> based on mobile devices.<br/>Click <a href="http://dnesscarkey.com/any-mobile-theme-switcher-pro/" target="_blank">here</a> for details.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="options-general.php?pageany-mobile-theme-switcher-pro/plugin_interface.php&hidemsg=1">Hide This Message</a></p>
14
  </div>';
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: dnesscarkey
3
  Tags: mobile theme, mobile theme switcher, mobile browser detect, mobile detect, theme redirection based on mobile device, mobile detect, user agent detect, mobile user agent
4
  Requires at least: 3.0.
5
- Tested up to: 4.3.1
6
- Stable tag: 1.9
7
 
8
  This Plugin detects mobile browser and display the theme as the setting done from admin. Usefull for switch to Mobile Theme.
9
 
@@ -67,6 +67,9 @@ Yes, the pro version works with W3 Total Cache. Click <a href="http://goo.gl/j1a
67
  1. Admin Setting For Mobile Theme selection repective to their platform.
68
 
69
  == Changelog ==
 
 
 
70
  = 1.9 =
71
  * Tested with 4.3.1
72
 
2
  Contributors: dnesscarkey
3
  Tags: mobile theme, mobile theme switcher, mobile browser detect, mobile detect, theme redirection based on mobile device, mobile detect, user agent detect, mobile user agent
4
  Requires at least: 3.0.
5
+ Tested up to: 4.5.3
6
+ Stable tag: 2.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
 
67
  1. Admin Setting For Mobile Theme selection repective to their platform.
68
 
69
  == Changelog ==
70
+ = 2.0 =
71
+ * Tested with 4.5.3
72
+
73
  = 1.9 =
74
  * Tested with 4.3.1
75