Finally, after months of developing the new, biggest release has finally come!
To be honest, I had expected to release it in October, but other things got more priority than the extension (and its plugins).
Anyway, now, let me introduce the new releases:
Release 1.7 (Flarum extension)
Changelog
Major changes are marked with ❗️
➕ Added
- 🔥 ❗️ Added support to Beta 14 (now the extension requires beta 14 to run)
- 🔑 Compatibility with Json Web Tokens
⭐️ Improvements
🛠️ Fixed
Release 2.0 (PHP Plugin)
Changelog
Major changes are marked with ❗️
Breaking changes are marked with 💥
💥 Requires PHP 7.2+
➕ Added
- 💥 Hooks/Addons system. Now you can install addons and add them to the PHP plugin! This way they can customize the behaviour of the plugin and add additional features.
- Compatibility with Laravel 8
- 💥 Changed constructor parameters format (now using an array)
- 💥 New User management (removed
removeGroups()
method. Edit user groups to remove them)
- 💥
getUsersList()
now returns a Laravel collection instead of an array
getUsersList()
now supports more than one filter
- 💥 The old insecure mode is now the Verify SSL option. Its behaviour has changed, so check the docs to know what has changed
⭐️ Improvements
- Revamped examples
- 📝 Revamped docs
- ⚡️ Optimized login (should be faster)
🛠️ Fixed
- 🐛 Redirect not working when no URL scheme is specified
🔥 Removed
- Removed
setCookie()
function
Release 2.0 (WP Plugin)
💥 Requires PHP 7.2+ and the JSON extension
➕ Added
- All the changes from PHP plugin
- ✏️ When an user is updated, it will get updated in Flarum too
- 🎨 New settings page design
- Detached plugin settings from addons ones
- Supported login with email and password
#FSSOE-11
⭐️ Improvements
🛠️ Fixes
WP Plugin should be up in the WP plugins repo by today
New Addons
JWT SSO Premium addons are now available for PHP & WP plugins!
Check the docs to know how to get them!
How to upgrade?
Check the changelog and the new docs.