Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zf-oauth2 1.3.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Jul 21:55
· 94 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #147 fixes an issue in the AuthControllerFactory introduced originally by a change in zend-mvc (and since corrected in that component). The patch to AuthControllerFactory makes it forwards compatible with zend-servicemanager v3, and prevents the original issue from recurring in the future.
  • #144 removes an unused variable from the receive-code template.