What's new?
This release includes a high-severity bug fix and compatibility preparation for upcoming Joomla and PHP versions:
- [HIGH] Users were not redirected back to the protected page that triggered the login after completing social login.
- Forward-compatible event result handling, in preparation for Joomla 7.0's immutable events.
- PHP 8.6 preparation: replaced the deprecated
is_integer with is_int.
Changelog
Bug fixes
- [HIGH] After social login, users were not redirected back to the protected page that triggered the login [gh-142]
Miscellaneous changes
- Joomla 7.0 compatibility: forward-compatible event result handling for immutable events
- PHP 8.6 preparation: is_integer was deprecated in favour of is_int