Implements #38. Legacy/global API keys still work but logs a Craft deprecation warning.
I also found I had to make one change outside of the CF driver (e96c7e4) in order to get the unreleased / 1.6.x changes to run, as (for me anyway) EventRegistrar::registerFrontendEvents() expected Response to already have the plugins custom behaviours attached to it
Implements #38. Legacy/global API keys still work but logs a Craft deprecation warning.
I also found I had to make one change outside of the CF driver (e96c7e4) in order to get the unreleased / 1.6.x changes to run, as (for me anyway)
EventRegistrar::registerFrontendEvents()
expectedResponse
to already have the plugins custom behaviours attached to it