diff options
author | Matteo Mattei <matteo.mattei@gmail.com> | 2012-03-28 14:26:59 +0200 |
---|---|---|
committer | Matteo Mattei <matteo.mattei@gmail.com> | 2012-03-28 14:26:59 +0200 |
commit | 1366cbcb9f509b52bead3180cf62c2fe9a0b3540 (patch) | |
tree | 126b16cb4d9d9dfcb4fcc9e834dd36bc900a8025 /user_guide_src/source | |
parent | c3b36f4c6b8e8b15c96d6653ebdf07c76eb57d9e (diff) |
Add buffer string attach function to changelog.
Diffstat (limited to 'user_guide_src/source')
-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 f9e742264..3dd5fca2a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -75,7 +75,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" |