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

zend-servicemanager 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Jan 18:29
· 610 commits to master since this release

Added

  • #60 adds forward compatibility features for AbstractPluingManager and introduces InvokableFactory to help forward migration to version 3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #46 updates the exception hierarchy to inherit from the container-interop exceptions. This ensures that all exceptions thrown by the component follow the recommendations of that project.
  • #52 fixes the exception message thrown by ServiceManager::setFactory() to remove references to abstract factories.