CCB Login
Version 2.0.3
July 8, 2023
Fixed
- Fixed bug where the plugin attempted to create new sessions rather than using the existing session.
Version 2.0.0
May 6, 2021
Changed
- Changed Name to Comply with Craft's guidelines
- This changes the form controller location from:
craft-ccb-login/default
toccb-login/default
. Change the action input in your templates to:<input type="hidden" name="action" value="ccb-login/default/">
. - Also changed the session var name from
craftccblogin
tocraftccblogin
. Change all instances ofcraft.craftccblogin.userSession
in your templates tocraft.ccblogin.userSession
.
Version 1.0.9
May 10, 2019
Added
- Initial release