PluginProbe
Multi Device Switcher / 1.1.0
Multi Device Switcher v1.1.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 All 34 releases
multi-device-switcher / readme.txt

readme.txt in Multi Device Switcher 1.1.0, at readme.txt

61 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Multi Device Switcher ===
2
3 Contributors: thingsym
4 Donate link: http://blog.thingslabo.com/archives/000251.html
5 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.4.1
9 Stable tag: 1.1.0
10 License: GPL2 or later
11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
13 This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game and custom).
14
15 == Description ==
16
17 This WordPress plugin allows you to set a separate theme for device (Smart Phone, Tablet PC, Mobile Phone, Game and custom).
18 This plugin detects if your site is being viewed by UserAgent and switches to selected theme.
19 The Custom Switcher can add to every device.
20
21 == Screenshots ==
22
23 1. Theme option
24 2. UserAgent option
25
26 == Installation ==
27
28 1. Unzip files.
29 2. Upload "multi-device-switcher" to the "/wp-content/plugins/" directory.
30 3. Activate the plugin through the 'Plugins' menu in WordPress.
31 4. Upload a separate theme to the "/wp-content/themes/" directory.
32 5. Go to the "Multi Device Switcher" options page through the 'Appearance' menu in WordPress.
33 6. Configure settings to your needs. Select Theme by Theme option. Add and fix UserAgent by UserAgent option if necessary.
34 7. Have fun!
35
36 = How to add the Custom Switcher =
37
38 1. Go to the "Multi Device Switcher" options page through the 'Appearance' menu in WordPress.
39 2. Enter the name of the Custom Switcher (20 characters max, alphanumeric) to the 'Add Custom Switcher'. Push the button 'Add'.
40 3. Configure settings. Select Theme by Theme option. Add UserAgent by UserAgent option.
41 4. Have fun!
42
43 == Changelog ==
44
45 = 1.1.0 =
46 * new features: Custom Switcher
47 = 1.0.4 =
48 * fixed: fix the object model PHP5, __construct() to replace Multi_Device_Switcher
49 * fixed: wp_get_themes(), and wp_get_theme() to replace get_themes(), get_theme()
50 = 1.0.3 =
51 * updated: update screenshots
52 * fixed: fix reset button
53 = 1.0.2 =
54 * added: add file uninstall.php
55 * fixed: split admin_enqueue_scripts() into two functions
56 * fixed: detects is_admin()
57 = 1.0.1 =
58 * fixed: split multi_device_switcher_init() into two functions
59 = 1.0.0 =
60 * Initial release.
61