Skip to content

Changelog

5.5.0 (26-02-2025)

  • Rename the callback link from https://your-domain.com/sso_route/auth/{provider_name} to https://your-domain.com/sso_route_callback/auth/{provider_name}. (Breaking changes - You should check your callback link with the providers)
  • Bugfix: disconnect was not working at all
  • Added: option to send an email with the new password once a user disconnect
  • Updated: added new icon

5.4.6 (13-07-2024)

  • Updated: vendors to fix Apple Sign In Issues
  • Bugfix: PHP 8.x dynamic variables creation

5.4.5 (15-10-2023)

  • Bugfix: issue where option disable new members was not working
  • Updated: PHP 8.2 support

5.4.4 (23-08-2023)

  • Bugfix: where the avatar was not saved correctly (again)
  • Bugfix: where facebook avatar was correctly fetched with an access_token
  • Update: min PHP version to PHP 7.4

5.4.3 (31-01-2023)

  • Bugfix: where the avatar was not saved correctly

5.4.2 (18-01-2023)

  • Fixed: incorrect const name

5.4.1 (04-12-2022)

  • Fixed: correct version number

5.4.0 (13-11-2022)

  • Added: Apple Sign in
  • Added: option to disable new member registration via the SSO module

5.3.1 (17-05-2022)

  • Bugfix: issue where visitor was throwing a PHP error

5.3.0 (23-04-2022)

  • Added: introduce tag
  • Bugfix: no matching hash algorithm PHP error

5.2.1 (24-11-2021)

  • Added: settings to disable the default member registration

5.2.0 (18-11-2021)

  • Added: delete user from sso table when anonymized

5.1.1 (27-09-2021)

  • Bugfix: EE6 issue for Zoo Visitor
  • Bugfix: Visitor create 2 or none accounts for a user
  • Removed: check on member registration is off due the way how SSO is working

5.1.0 (13-04-2021)

  • Added: extra user logging
  • Bugfix: where the avatar cannot be synced
  • Bugfix: where sometimes the user catch a blank page
  • Bugfix: remove linkedin scope w_member_social
  • Docs: wrong tag was shown for the collect email form in the settings

5.0.1 (25-02-2021)

  • Bugfix: where in some cases login was showing an empty page

5.0.0 (29-12-2020)

  • Added: EE6 support

4.0.2 (08-12-2020)

  • Added: obey member registration option
  • Bugfix: have a default member password

4.0.1 (31-03-2020)

  • Bugfix: where the slug for visitor cannot be created
  • Bugfix: where the hooks where not called correctly

4.0.0 (27-01-2020)

  • Updated: Hybridauth
  • Refactor: License settings due the release of the EE store (*Breaking changes)
  • Refactor: Rename the module with a prefix of reinos_ due the release of the EE store (**Breaking changes)

*Note: There is a change you will have to validate the license again

**Note: Because the module has been renamed with a prefix reinos_ there is an update path by simply add the new update to*** your site and install it. By installing the module, you are disabling the old module that can be deleted afterward. Also note that you have to rename the module calls and hooks with a prefix reinos_

Also note that the module need to be installed twice, as the first installation will modify some files in order to safely migrate the module

See this article about the rename https://addons.reinos.nl/news/modules-renamed

3.1.0 (03-04-2019)

  • Refactor: user login, so the password does not change
  • Bugfix: where the avatar could not be saved

3.0.2 (18-03-2019)

  • Bugfix: where existing users cannot login
  • Bugfix: where the notification mail was sent because of the password change

3.0.1 (06-03-2019)

  • Bugfix: where the entry url cannot be set for the Visitor module if installed

3.0.0 (19-02-2019)

  • Added: possibility to enter an email if no email is fetched from the social site
  • Added: {exp:sso:email_error} tag in the collect email tag
  • Added: option for "Allow social logins to merge with non social accounts" Default to no for security reasons.
  • Added: {exp:sso:auth_error} tag for general auth errors
  • Added: {exp:sso:linked_providers} for connect multiple providers to one account
  • Added: multiple developer extension hooks
  • [BREAKING] Removed: {exp:sso:login_error} tag (use {exp:sso:auth_error})

2.3.0 (25-01-2019)

  • Bugfix: where the selection of enabled providers was not showing correctly
  • Bugfix: where the MSM was not working correctly
  • Updated: hybrid to v2.12.0
  • Added: no_email_return="" param that is used when there is no mail available from the social login
  • Added: new_member_return="" when the user is new

2.2.0 (19-12-2018)

  • Added: EE5 support
  • Stopped: EE3 feature development. Only bugfixes are done into the EE3 branch.

2.1.1 (09-06-2018)

  • Added: license support for MSM

2.1.0 (25-04-2018)

  • Added: new license field (*Breaking changes) [EE3, EE4]
  • Bugfix: PHP 7.2 issue [EE3, EE4]

***Note: you need to add your license key and license email from addons.reinos.nl in order to validate your license and add a valid domain url in your license field on addons.reinos.nl/profile/licenses or the module will not work on a live site. Also make sure you have read the license section in the documentation **

2.0.0 (04-12-2017)

  • Added: EE4 support
  • Refactor: Module updater

1.1.1 (01-11-2017)

  • Bugfix: issue with the linkedIn keys
  • Update: HybridAuth

1.1.0 (25-07-2017)

  • Updated: avoid reset password every time on login
  • Added: send email when a user is created with a password
  • Added: profile picture update for the avatar
  • Small bugfixes

1.0.2 (02-03-2017)

  • Update: HybridAuth

1.0.1 (30-09-2016)

  • Updated: callback url & is already encoded

1.0.0 (08-09-2016)

  • init release.