NB: The information on this page is automatically updated from WordPress.org, it may be up to 1 hour out of date.
This page details the version history of the K2 Style Switcher plugin, the most recent change is shown at the top.
1.1.2
- Added
languagesfolder for l10n files - Added German translation (de_DE), many thanks to Julian Manzel
- Confirmed compatibility against WordPress 2.8.5
1.1.1
- Added code to allow the current style to specified as a URL parameter, for example
http://example.com/?k2ss_target_style=style/style.css - Added code to allow the default style for a page or post to be specified using a custom field called
k2ss_default_style
1.1.0
- Encapsulated plugin functionality in a class
- Consolidated plugin options into an array stored in a single option
- Cleaned up code to match WordPress Coding Standards
- Re-wrote admin panel code to use the new options mechanism introduced in WordPress 2.7
- Made all plugin messages translatable
- Added footer message to plugin admin panel stating the name of the plugin, the current version and the author's name
- Re-wrote plugin activation hook to attempt to pull in existing options from current and previous versions of the plugin as well as removing redundant options
- Added call to load the plugin l10n / i18n text domain
- Removed plugin deactivation code to stop configuration options being removed when plugin is deactivated
- Added uninstall script to ensure that configuration options are removed when plugin is deleted
- Added plugin widget in a class based on the WP_Widget class introduced in WordPress 2.8
- Added option to hide specific elements of WordPress & K2 standard footers
- Prevented styles that are always selected from being added to the list of switchable styles
- Took out custom WPMU checks, detection of K2 styles directory and URL is now based on K2 options
- Added a message to the K2 options page explaining how styles are layered
- Added code to make sure that the plugin is not loaded if K2 is not active
1.0.0
- Initial version of plugin originally written by Kimya Hasira
- Added WPMU compatibility