Skip to content

Releases: drhino/git-dl

v1.1.0

26 Jun 01:23
5b2fbde
Compare
Choose a tag to compare

This version has no breaking changes.

  • Uses less memory.
  • cURL is no longer required.
  • Adds support for PHP 8.

Changelog:

  • Uses a stream for writing.
  • The PHP cURL extension is no longer used.
  • Supports both Flysystem 1 and 3 (PHP 7 and 8).
  • Returns the directory path on success.
  • Throws Exception.

CVE-2021-32708

25 Jul 16:06
5cb6215
Compare
Choose a tag to compare
CVE-2021-32708 — patch flysystem funky space

Time-of-check Time-of-use (TOCTOU) Race Condition in league/flysystem

Public release

07 Aug 01:44
Compare
Choose a tag to compare
1.0.1

update documentation

Initial release

07 Aug 01:25
Compare
Choose a tag to compare
1.0.0

initial