Skip to content

2.14.3

Compare
Choose a tag to compare
@dafeder dafeder released this 22 Feb 13:17
· 233 commits to 2.x since this release
651262a

This release moves forward significantly on PHP 8.1 compatibility. It also moves to a new version of the file-fetcher library, which abandons the "chunked" approach to file downloading (which allowed for progressive status updates and recovering from a failed download, but introduced a number of points of failure and potential for file corruption) in favor of a simple guzzle-based download.


ℹ️ Notice

PHP 8.1: auto_detect_line_endings INI directive is deprecated
Support for detecting Classic Mac OS line-endings: \r , is deprecated.


Changed

Fixed

New Contributors

Full Changelog: 2.14.2...2.14.3