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

zend-filter 2.9.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Dec 23:15
· 73 commits to master since this release

Added

  • #70 Adds compatibility with the PSR-7 UploadedFileInterface to the
    RenameUpload filter. The functionality requires PHP 7 and a
    psr/http-factory-implementation in your application. When present,
    RenameUpload will accept a PSR-7 UploadedFileInterface, and return a new
    one representing the renamed file.

  • #71 adds the ToFloat filter, to complement the ToInt filter.

  • #69 adds Zend\Filter\StringSufix; when provided with a string suffix
    option, it will suffix scalar values with that string.

  • #69 adds Zend\Filter\StringPrefix; when provided with a string prefix
    option, it will prefix scalar values with that string.

Changed

  • #66 modifies how the FilterPluginManager is registered with the dependency
    injection container. Previously, it was registered only under the name
    FilterManager. Now it regisers Zend\Filter\FilterPluginManager as a
    factory service, and FilterManager as an alias to that service.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.