Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 574 Bytes

Changelog for devise_cas_authenticatable

Version 1.1.1 - April 2, 2012

  • Add cas_client_config_options so that users can add unsupported RubyCAS options such as encode_extra_attributes_as

Version 1.1.0 - March 5, 2012

  • Add configurable destination and follow URL support (thanks Dyson Simmons!)
  • Allow applications deployed at sub-URIs to work (thanks Tod Detre!)
  • Only add trailing slash to base URI if it's not already present (thanks joe81!)
  • Some documentation updates.