Releases: Bloke/ext_file_attach
Releases · Bloke/ext_file_attach
ext_file_attach v1.0.5
ext_file_attach v1.0.4
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
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
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
- Fix 'Multiple or malformed newlines' error during delivery.
- Add composer/packagist furniture (thanks, philwareham).
ext_file_attach v1.0.0
Rebranded with ext_ prefix and hooks into com_connect.
zem_contact_reborn file attachments
Add rudimentary file upload ability to zem_contact_reborn contact mailer. Single file only at present (though zip is supported).