Skip to content

Releases: Bloke/ext_file_attach

ext_file_attach v1.0.5

17 Feb 11:04
Compare
Choose a tag to compare

Maintenance release that fixes validation issues with the recently introduced changes to the hidden input field.

ext_file_attach v1.0.4

16 Feb 22:04
Compare
Choose a tag to compare

Maintenance release.

  • Permit file sizes to be specified using shorthand (10m, 60k, 2g, etc).
  • Add hidden MAX_FILE_SIZE input field in the vain hope that some PHP systems will detect size violations prior to upload.
  • Report correct maximum size in force on server-side errors.
  • Remove bogus minlength/maxlength attributes to fix validation (thanks, colak).

ext_file_attach v1.03

10 Oct 13:08
Compare
Choose a tag to compare

Maintenance release:

  • Attempt to catch submission errors when the server empties out POST data for unknown reasons.
  • Add an extra separator before text/plain content to help some mail programs display the first line of the message properly.
  • Fix use of an unset variable.
  • Remove a redundant line of code.

ext_file_attach v1.0.2

13 Sep 14:40
Compare
Choose a tag to compare

Maintenance release:

  • Fix empty (0-byte) files received by some email clients.
  • Don't assume jQuery is loaded on public site (thanks, Gallex and colak).

ext_file_attach v1.0.1

07 Dec 01:01
Compare
Choose a tag to compare
  • Fix 'Multiple or malformed newlines' error during delivery.
  • Add composer/packagist furniture (thanks, philwareham).

ext_file_attach v1.0.0

19 Jul 08:49
Compare
Choose a tag to compare

Rebranded with ext_ prefix and hooks into com_connect.

zem_contact_reborn file attachments

16 Oct 12:23
Compare
Choose a tag to compare

Add rudimentary file upload ability to zem_contact_reborn contact mailer. Single file only at present (though zip is supported).