Releases: laminas/laminas-filter
Releases · laminas/laminas-filter
2.14.0
Release Notes for 2.14.0
Feature release (minor)
2.14.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 49: Prepare for Renovate with reusable workflows thanks to @ghostwriter
- 40: Removed filter 'Null' and 'Int' thanks to @tobias-trozowski
Bug
- 48: Merge release 2.13.2 into 2.14.x thanks to @github-actions[bot]
- 45: Merge release 2.13.1 into 2.14.x thanks to @github-actions[bot]
2.13.2
Release Notes for 2.13.2
2.13.x bugfix release (patch)
2.13.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.13.1
Release Notes for 2.13.1
2.13.x bugfix release (patch)
2.13.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.13.0
Release Notes for 2.13.0
Added
- This release adds support for PHP 8.1.
Removed
- This release removes support for PHP 7.3.
2.13.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 4
Documentation,Enhancement
Bug,Documentation
- 38: Fixed broken anchors in docs thanks to @driehle
Enhancement,dependencies
Enhancement
- 35: Added support for PHP 8.1 thanks to @driehle
Enhancement,Help Wanted
- 34: PHP 8.1 support thanks to @matbech
2.12.0
Release Notes for 2.12.0
Feature release (minor)
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 31: Use inclusive language: deprecate
BlackList
andWhiteList
filters in favour ofDenyList
andAllowList
thanks to @becoded - 23: Remove file headers thanks to @ghostwriter
dependencies
- 30: Bump pear/archive_tar from 1.4.13 to 1.4.14 thanks to @dependabot[bot]
2.11.1
Release Notes for 2.11.1
Fixed
- The
File\RenameUpload
class support for PSR-7UploadedFileInterface
instances was updated to use stateless properties when determining if an uploaded file has been moved to its final target location. Previously, it used the filename, which could potentially change during the upload process itself, and thus lead to double-upload attempts, leading to exceptions.
2.11.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Bug
2.11.0
Release Notes for 2.11.0
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
2.10.0
2.10.0 - 2021-01-01
Added
- #20 Adds PHP 8.0 support
Release Notes for 2.10.0
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 20: PHP 8.0 support thanks to @svycka
laminas-filter 2.9.4
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-filter:^2.9.2
.
laminas-filter 2.9.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #15 fixes an issue caused by migration, whereby the
Lzf
compression adapter was incorrectly renamed toLlaminas
, and all invocations oflzf_*
functions were renamed tollaminas_*
. These are now corrected, and patch releases issued for all prior releases.