Releases: newfold-labs/wp-module-sso
Releases · newfold-labs/wp-module-sso
1.0.7
What's Changed
- Fix: preveneted PHP 8.2 deprecated 'FILTER_SANITIZE_STRING' by @GiuseppeArcifa in #11
New Contributors
- @GiuseppeArcifa made their first contribution in #11
Full Changelog: 1.0.6...1.0.7
Version 1.0.6
What's Changed
- increasing timeframe to 10 mins for the sso by @ramyakrishnai in #9
- Update/increase timeframe for SSO Url by @ramyakrishnai in #10
New Contributors
- @ramyakrishnai made their first contribution in #9
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Add/module plugin test workflow by @circlecube in #7
- Fallback to an option when transients fail by @arunshenoy99 in #8
New Contributors
- @arunshenoy99 made their first contribution in #8
Full Changelog: 1.0.4...1.0.5
Version 1.0.4
What's Changed
- add cli class and register command by @circlecube in #6
New Contributors
- @circlecube made their first contribution in #6
Full Changelog: 1.0.3...1.0.4
Version 1.0.3
Remove action
GET param from URL and use add_query_arg()
to add remaining URL params to the redirect URL.
Version 1.0.2
Adds support for legacy SSO and addresses some minor bug fixes
Version 1.0
Initial release
Version 1.0.1
Update REST API endpoint name to match the NewFold naming convention.