diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-29 10:44:34 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-29 10:44:34 +0200 |
commit | b3b94bcb7d483dd1492fb90cb7e4ba77a85dcabd (patch) | |
tree | 75f905d2fec825a02007967121f15f24b4a428ce /user_guide_src/source/changelog.rst | |
parent | 38b2a256758ee8184d354cbdb0eac467118af36b (diff) | |
parent | 1366cbcb9f509b52bead3180cf62c2fe9a0b3540 (diff) |
Merge pull request #1181 from matteomattei/develop
Add support for buffer string email attachment.
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 22235ee26..52cd51603 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -87,7 +87,8 @@ Release Date: Not Released - Added max_filename_increment config setting for Upload library. - CI_Loader::_ci_autoloader() is now a protected method. - - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname) + - Added custom filename to Email::attach() as $this->email->attach($filename, $disposition, $newname). + - Added possibility to send attachment as buffer string in Email::attach() as $this->email->attach($buffer, $disposition, $newname, $mime). - Cart library changes include: - It now auto-increments quantity's instead of just resetting it, this is the default behaviour of large e-commerce sites. - Product Name strictness can be disabled via the Cart Library by switching "$product_name_safe" |