Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 811 Bytes

File metadata and controls

11 lines (10 loc) · 811 Bytes

0.8.0

  • Dependency to zendframework has been bumped from 2.* to >=2.1
  • Dependency to doctrine/common has been bumped from >=2.3-dev,<2.5-dev to >=2.3,<2.5-dev
  • It is now possible to define a callable for option label_generator in DoctrineModule\Form\Element\Proxy as of #219
  • DoctrineModule\Authentication\Adapter\ObjectRepository now inherits logic from Zend\Authentication\Adapter\AbstractAdapter as of #156. Methods setIdentityValue, getIdentityValue, setCredentialValue, getCredentialValue are now deprecated.
  • It is now possible to set the cache namespace in the cache configuration as of #164