Multi Device Switcher is a WP plugin that wraps a user agent string sniffer and uses the results to apply a selected theme to a user accessing the site that meets certain criteria.
A backend administration page is provided for controlling how the plugin reroutes users based on the users' devices.
The filters it includes can be either very broad (tablet, mobile, etc.) or very in-depth (Motorola, Apple, Sony, etc.).
Additionally Multi Device Switcher can optionally add a link to revert the applied theme to the site's default at the bottom of the site (in its footer section).
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
What is new in this release:
- Added:
- Cookies 'multi-device-switcher', 'disable-switcher'
- Option settings into Theme Customizer
- New features:
- Disable Switcher
- Multi Device Switcher Command
- Fixed:
- get_options_userAgent(), multi_device_switcher_get_options()
- Reserved words validate
- Refactoring by the PHP_CodeSniffer
What is new in version 1.4.1:
- Added:
- Cookies 'multi-device-switcher', 'disable-switcher'
- Option settings into Theme Customizer
- New features:
- Disable Switcher
- Multi Device Switcher Command
- Fixed:
- get_options_userAgent(), multi_device_switcher_get_options()
- Reserved words validate
- Refactoring by the PHP_CodeSniffer
What is new in version 1.4.0:
- Added:
- Cookies 'multi-device-switcher', 'disable-switcher'
- Option settings into Theme Customizer
- New features:
- Disable Switcher
- Multi Device Switcher Command
- Fixed:
- get_options_userAgent(), multi_device_switcher_get_options()
- Reserved words validate
- Refactoring by the PHP_CodeSniffer
What is new in version 1.3.0:
- New features:
- is_multi_device() function
- Updated:
- Default UserAgent
- Fixed:
- Translation
- Replaced WP_PLUGIN_URL with plugins_url()
- Using Page Hook Suffix
What is new in version 1.2.3:
- Fixed:
- Translations
- Readme file
What is new in version 1.2.1:
- Fixed:
- Delete add_contextual_help.
- Readme file.
What is new in version 1.1.2:
- Fixed tabs and buttons.
What is new in version 1.0.4:
- Fixed the object model PHP5, __construct() to replace Multi_Device_Switcher.
- wp_get_themes(), and wp_get_theme() to replace get_themes(), get_theme().
What is new in version 1.0.2:
- Added:
- File uninstall.php.
- Bugs fixed:
- Split admin_enqueue_scripts() into two functions.
- Detects is_admin().
What is new in version 1.0.1:
- Fixed:
- Split multi_device_switcher_init() into two functions.
What is new in version 1.0.0:
- Initial release.
Requirements:
- WordPress 3.4 or higher
Comments not found