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

zend-inputfilter 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 07 Apr 16:15
· 374 commits to master since this release

Added

  • #3 updates the InputFilterAbstractServiceFactory to inject the created input filter factory with the InputFilterManager service, ensuring that the generated factory can pull named input filters and inputs from the container as needed.
  • #100 adds a number of classes, in order to better allow usage as a standalone component:
    • InputFilterPluginManagerFactory, ported from zend-mvc, allows creating and returning an InputFilterPluginManager.
    • ConfigProvider maps the InputFilterManager service to the above factory, and enables the InputFilterAbstractServiceFactory.
    • Module does the same as ConfigProvider, within a zend-mvc context, and also registers a specification with the zend-modulemanager ServiceListener to allow modules to configure the input filter plugin manager.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.