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

zend-filter 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Apr 14:06
· 264 commits to master since this release

Added

  • #25 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
    • FilterPluginManagerFactory, which can be consumed by container-interop / zend-servicemanager to create and return a FilterPluginManager instance.
    • ConfigProvider, which maps the service FilterManager to the above factory.
    • Module, which does the same as ConfigProvider, but specifically for zend-mvc applications. It also provices a specification to Zend\ModuleManager\Listener\ServiceListener to allow modules to provide filter configuration.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.