Releases: maicol07/flarum-ext-sso
1.4.1 - Critical fixes!
This hotfix fixes a crash at Flarum startup and moves extension settings modal construction to @fof/components
Changelog
Major changes are marked with ❗️
- ❗️ Critical fix to solve crash at Flarum startup
- Extension settings modal construction moved to @fof/components (thanks to @datitisev for its lib)
- Code enhancements
Updating
Run composer update
command or use Bazaar
Links
Release 1.4.0 - Small features
This release includes a new feature that can disable login and signup buttons (or one of the two), prevents plugin activation when not set and fixes the icon in extensions list.
Changelog
Major changes are marked with ❗️
- ❗️ Added remove signup and login button features
- If no login URL is set, SSO will be prevented
- Fixed and changed icon
Updating
Run composer update
command or use Bazaar
Links
1.3.2 - Critical fixes
This release includes some critical fixes that caused the extension to not work.
Changelog
Major changes are marked with ❗️
- ❗️ Critical fixes that caused the extension to not work.
- Updated sample website example
Updating
Run composer update
command or use Bazaar
Links
Release 1.3.1 - Minor tweak
This release includes a small tweak in composer.json
file (thank you @jordanjay29)
Changelog
Major changes are marked with ❗️
- Minor tweak to
composer.json
file
Updating
Run composer update
command or use Bazaar
Links
Release 1.3.0 - The revolution!
(Revolution because I have changed the requests method, see below)
This extension has been refreshed and has a new mantainer!
Changelog
Major changes are marked with ❗️
- ❗️ Added new
delete
method (not fully tested, but should working almost all the times) - Added new
getFlarumLink
method that returns flarum link set inconfig.php
file - ❗️ Added detailed comments in every method
- Added Italian translation
- ❗️ Changed Curl requests with HTTP requests (Curl failed all the times with my tests)
- Minor tweaks and enhancements
Updating/Installation
Normally, you would update with composer update
but considering this is a new package you must reinstall the extension with composer require maicol07/flarum-ext-sso
or using Bazaar