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 to ccb-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 to craftccblogin. Change all instances of craft.craftccblogin.userSession in your templates to craft.ccblogin.userSession.

Version 1.0.9

May 10, 2019

Added

  • Initial release