Skip to content

2.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mxr576 mxr576 released this 24 May 08:15
· 329 commits to 2.x since this release
7ae1575
  • Added CHANGELOG.md.
  • Fixed: Failed API calls caused issues if OAuth authentication were in use.
  • Two new required parameters added to AppCredentialControllerInterface::generate().
    (These required by the API.)
  • AppCredentialControllerInterface::overrideAttributes() removed because
    interface now implements the AttributesAwareEntityControllerInterface interface.
    All previous usage of overrideAttributes() must be replaced with
    updateAttributes().
  • Extended test coverage.