This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Releases: laminas/laminas-mime
Releases · laminas/laminas-mime
2.12.0
2.11.0
Release Notes for 2.11.0
Feature release (minor)
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
2.10.0
Release Notes for 2.10.0
Feature release (minor)
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
Bug,Enhancement
Bug
- 22: Merge release 2.9.1 into 2.10.x thanks to @github-actions[bot]
2.9.1
Release Notes for 2.9.1
2.9.x bugfix release (patch)
2.9.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.9.0
Release Notes for 2.9.0
Feature release (minor)
2.9.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 18: Provide PHP 8.1 support thanks to @weierophinney
2.8.0
Release Notes for 2.8.0
Added
- Adds support for PHP 8.0.
Removed
- Removes support for PHP versions prior to 7.3.
2.8.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
laminas-mime 2.7.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-mime:^2.7.2
.
laminas-mime 2.7.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #10 improves implementation of
Mime::encodeQuotedPrintable()
for big strings by avoiding copying of the whole string in the loop.