Version Information
- Plugin Name: WPSSO User Locale Selector
- Stable Version: 3.2.0
- Author: JS Morisset
- Description: Quick and easy locale / language / region selector for the WordPress admin toolbar.
- License: GPLv3
- Requires PHP: 7.0 or newer
- Requires WordPress: 4.7 or newer
- Tested Up To WordPress: 5.6
- Last Updated: 4 days ago
- Plugin Home Page »
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes / re-writes or incompatible API changes.
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Version Repositories
Changelog / Release Notes
Version 3.2.0 (2020/11/20)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Included the
$addon
argument for library class constructors.
- Included the
- Requires At Least
- PHP v7.0.
- WordPress v4.7.
- WPSSO Core v8.16.0.
Version 3.1.0 (2020/11/20)
- New Features
- None.
- Improvements
- Renamed the 'default' menu item to 'Default'.
- Bugfixes
- None.
- Developer Notes
- Renamed the 'wpsso_user_locale_front_end' filter to 'wpsso_user_locale_show_on_front'.
- Requires At Least
- PHP v5.6.
- WordPress v4.7.
- WPSSO Core v8.13.0.
Version 3.0.1 (2020/10/17)
- New Features
- None.
- Improvements
- Added a call to switch_to_locale() on the front-end.
- Refactored the add-on class to extend a new WpssoAddOn abstract class.
- Bugfixes
- Fixed backwards compatibility with older 'init_objects' and 'init_plugin' action arguments.
- Developer Notes
- Added a new WpssoAddOn class in lib/abstracts/add-on.php.
- Added a new SucomAddOn class in lib/abstracts/com/add-on.php.
- Requires At Least
- PHP v5.6.
- WordPress v4.7.
- WPSSO Core v8.12.1.