Developers
miled |
Download Stats
Today | 289 |
Yesterday | 419 |
Last Week | 2,968 |
All Time | 585,179 |
Releases (7 )
Version | Release Date | Change Log |
---|---|---|
3.0.4 | 2020-09-24 |
|
3.0.3 | 2020-09-23 |
|
2.3.1 | 2017-03-26 | |
2.2.3 | 2014-11-17 | WSL 2.2.3 fixes a critical issue found on WSL 2.2.2 that could potentially allow multiple accounts and prevent contacts import. We recommend that users upgrade to this latest version. WSL 2.2.3 also include a number of new features, and fixes several stability issues. See below for details. Developers Release Notes
This release did focus on code health and flexibility and it was necessary to move some code around, and to remove few functions and hooks. We know, it sucks to break WSL API at such short notice, but it was indispensable and unavoidable as we're trying to move the project forward. As announced on WSL Support Forum, this is by no means a drastic change to the API. In fact, we tried our best to keep the said changes to a strict minimum, and the vast majority of WSL users will not be affected. Those breaking changes are:
Please update the WSL hooks you were using accordingly to the new developer API: http://miled.github.io/wordpress-social-login/developer-api-migrating-2.2.html http://miled.github.io/wordpress-social-login/developer-api-authentication.html http://miled.github.io/wordpress-social-login/developer-api-widget.html http://miled.github.io/wordpress-social-login/developer-api-functions.html On this release we have reworked Steam provider to fully support their new Web API, and we decided to change Steam's users identifiers to SteamID64. When updated, WSL 2.2.3 will automatically convert all the existing steam users identifiers in wslusersprofiles to the new format. It's worth mentioning that in upcoming releases and before we hit WSL 3.0, we're planning to rework other parts of the codebase; for instance user database functions will be re-factored using an ORM, and profile completion will be replaced by new module. We explicitly discourage you from using, or hacking, any internal function (i.e., Not publicly documented on WSL dev API), as they are now subject to change in subsequent releases. If it wasn't possible to achieve some required functionality in a proper way through the already available and documented WSL hooks, please ask for support before resorting to hacks. Upon reaching WSL 3.0 as a major milestone, our priorities will flip to maintenance and stability (i.e, repair code health, enhance code coverage) rather than developing new features. This massive rewrite aims to make WSL more modular easily extended through plugins and add-ons (e.g., http://miled.github.io/wsl-users-converter/). List of changes
|
2.2.2 | 2014-10-23 |
|
2.2.1 | 2014-10-08 |
|
2.1.6 | 2014-10-05 |