
The WPSSO Update Manager add-on is required to enable and update the WPSSO Core Premium plugin and its complementary Premium add-ons.
The WPSSO Update Manager supports WordPress Network / Multisite installations and WordPress MU Domain Mapping.
Simply download, install and activate.
WPSSO Core Plugin Required
WPSSO Update Manager (aka WPSSO UM) is an add-on for the WPSSO Core plugin.
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 2.6.2 (2019/11/25)
- New Features
- Improvements
- Added a refresh of the update manager configuration when saving plugin settings (not just when upgrading the plugin settings).
- Bugfixes
- Fixed the installation of updates in the WordPress Plugins page by rolling back some ajax specific code optimization that was too aggressive.
- Developer Notes
Version 2.6.0 (2019/11/23)
- New Features
- Improvements
- Added a check for settings upgrade (when add-ons are activated / deactivated) to refresh the cached update configuration.
- Bugfixes
- Developer Notes
- Moved the detection of Authentication ID changes (and subsequent update check) from the WPSSO Core plugin.
- Updated
WpssoUmRegister->activate_plugin()
for the new WpssoUtilReg class in WPSSO Core v6.13.1.
Version 2.5.0 (2019/11/19)
- New Features
- Improvements
- Added support for the 'force-check' argument in the '/wp-admin/update-core.php' page.
- Added a three minute throttling feature when manually forcing a plugin update cache refresh.
- Added a method to handle the possible creation of an $updates class object (when $updates is false) and/or the addition of plugin update response data.
- Bugfixes
- Fixed a possible PHP "Attempt to modify property 'response' of non-object" warning.
- Developer Notes
- Optimized caching true/false method arguments for manual and automated (ie. cron) update checks.
- Optimized the plugin installed version checks to re-use existing plugin data instead of calling a function.