Skip to content

Releases: mikehaertl/php-tmpfile

Release 1.3.0

14 Oct 16:14
a5392be
Compare
Choose a tag to compare
  • Issue #28: Add ignoreUserAbort option to remove the file even if the user closes the connection prematurely

Release 1.2.1

01 Mar 18:29
70a5b70
Compare
Choose a tag to compare
  • Issue #26 Allow to pass additional HTTP headers to the send() method

Note: There was an erroneous release 1.2.0 that did not contain the above change yet. To avoid any caching issues e.g. with packagist I've deleted that release and created 1.2.1 instead.

Release 1.1.7

20 Nov 16:11
f162f70
Compare
Choose a tag to compare
  • Issue #21 Make $contentType argument optional in send() method to fix deprecation warning with PHP 8

Release 1.1.6

30 Aug 09:55
Compare
Choose a tag to compare
  • Add .gitattributes to reduce package size

Release 1.1.5

21 Jul 11:55
491476f
Compare
Choose a tag to compare
  • Fix #17: Delete file only if it exists in the destructor

Release 1.1.4

06 May 07:29
0013625
Compare
Choose a tag to compare
  • Issue #14 Fix download of filenames with spaces

Release 1.1.3

27 Jan 09:40
e733207
Compare
Choose a tag to compare
  • Fix #11: Undefined index error fixed

Release 1.1.2

23 Jan 11:00
8690e61
Compare
Choose a tag to compare
  • Fix download filename with UTF-8 characters

Release 1.1.1

28 Aug 11:35
Compare
Choose a tag to compare
  • Issue #4 Fix broken download on iOS devices

Release 1.1.0

07 Jul 06:05
Compare
Choose a tag to compare
  • Add $delete option to keep temporary files e.g. for debugging. Default is true.