Multi Device Switcher - Version 1.0.3

Version Description

  • updated: update screenshots
  • fixed: fix reset button
Download this release

Release Info

Developer thingsym
Plugin Icon wp plugin Multi Device Switcher
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

languages/multi-device-switcher-ja.mo CHANGED
Binary file
languages/multi-device-switcher-ja.po CHANGED
@@ -3,8 +3,8 @@ msgstr ""
3
  "Project-Id-Version: Multi Device Switcher\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2012-01-17 22:01+0900\n"
6
- "PO-Revision-Date: 2012-01-28 18:19+0900\n"
7
- "Last-Translator: Yousuke Mizuno <thingsym@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
3
  "Project-Id-Version: Multi Device Switcher\n"
4
  "Report-Msgid-Bugs-To: \n"
5
  "POT-Creation-Date: 2012-01-17 22:01+0900\n"
6
+ "PO-Revision-Date: 2012-03-04 15:57+0900\n"
7
+ "Last-Translator: thingsym <thingsym@gmail.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
multi-device-switcher.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Multi Device Switcher
4
  Plugin URI: https://github.com/thingsym/multi-device-switcher
5
  Description: This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game).
6
- Version: 1.0.2
7
  Author: thingsym
8
  Author URI: http://www.thingslabo.com/
9
  License: GPL2
@@ -460,7 +460,7 @@ function multi_device_switcher_render_page() {
460
  <td><textarea name="multi_device_switcher_options[userAgent_game]" rows="4" cols="42"><?php echo $options['userAgent_game']; ?></textarea></td>
461
  </tr>
462
  <tr><th></th>
463
- <td><input type="submit" name="multi_device_switcher_options[restore_UserAgent]" value="<?php _e( 'Reset Settings to Default UserAgent', 'multi-device-switcher' ); ?>"></td>
464
  </tr>
465
  </table>
466
  </fieldset>
3
  Plugin Name: Multi Device Switcher
4
  Plugin URI: https://github.com/thingsym/multi-device-switcher
5
  Description: This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game).
6
+ Version: 1.0.3
7
  Author: thingsym
8
  Author URI: http://www.thingslabo.com/
9
  License: GPL2
460
  <td><textarea name="multi_device_switcher_options[userAgent_game]" rows="4" cols="42"><?php echo $options['userAgent_game']; ?></textarea></td>
461
  </tr>
462
  <tr><th></th>
463
+ <td><p class="submit"><input type="submit" name="multi_device_switcher_options[restore_UserAgent]" value="<?php _e( 'Reset Settings to Default UserAgent', 'multi-device-switcher' ); ?>"></p></td>
464
  </tr>
465
  </table>
466
  </fieldset>
readme.md CHANGED
@@ -15,6 +15,9 @@ This plugin detects if your site is being viewed by UserAgent and switches to se
15
 
16
  ## Changelog
17
 
 
 
 
18
  * Version 1.0.2
19
  * added: add file uninstall.php
20
  * fixed: split admin_enqueue_scripts() into two functions
15
 
16
  ## Changelog
17
 
18
+ * Version 1.0.3
19
+ * updated: update screenshots
20
+ * fixed: fix reset button
21
  * Version 1.0.2
22
  * added: add file uninstall.php
23
  * fixed: split admin_enqueue_scripts() into two functions
readme.txt CHANGED
@@ -6,7 +6,7 @@ Link: https://github.com/thingsym/multi-device-switcher
6
  Tags: switcher, theme, ipad, iphone, android, tablet, mobile, game
7
  Requires at least: 3.2.1
8
  Tested up to: 3.3.1
9
- Stable tag: 1.0.2
10
 
11
  This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game).
12
 
@@ -32,6 +32,9 @@ This plugin detects if your site is being viewed by UserAgent and switches to se
32
 
33
  == Changelog ==
34
 
 
 
 
35
  = 1.0.2 =
36
  * added: add file uninstall.php
37
  * fixed: split admin_enqueue_scripts() into two functions
6
  Tags: switcher, theme, ipad, iphone, android, tablet, mobile, game
7
  Requires at least: 3.2.1
8
  Tested up to: 3.3.1
9
+ Stable tag: 1.0.3
10
 
11
  This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game).
12
 
32
 
33
  == Changelog ==
34
 
35
+ = 1.0.3 =
36
+ * updated: update screenshots
37
+ * fixed: fix reset button
38
  = 1.0.2 =
39
  * added: add file uninstall.php
40
  * fixed: split admin_enqueue_scripts() into two functions
screenshot-1.png CHANGED
Binary file
screenshot-2.png CHANGED
Binary file