diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-01 12:09:11 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-01 12:09:11 +0200 |
commit | 51a7b75ba023a4bf1e70840a19e0457f5123fb72 (patch) | |
tree | 5253b1a7bcb9ec99cb90c49ee2ac9604a5d68f5f /user_guide/changelog.html | |
parent | 73b295ce336b7f2079895cc59d9c3c9e6713c84c (diff) | |
parent | 4c589aed7b0215e3d4105b11776bc45f299d291d (diff) |
Merge pull request #508 from wooptoo/develop
Added TLS and SSL support to Email library
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 81514af73..fef05f78e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -106,6 +106,7 @@ Change Log <li>Added <kbd>is_unique</kbd> to the <a href="libraries/form_validation.html">Form Validation library</a>.</li> <li>Modified valid_ip() to use PHP's filter_var() when possible (>= PHP 5.2) in the <a href="libraries/form_validation.html">Form Validation</a> library.</li> <li>Added <kbd>$config['use_page_numbers']</kbd> to the <a href="libraries/pagination.html">Pagination library</a>, which enables real page numbers in the URI.</li> + <li>Added TLS and SSL Encryption for SMTP.</li> </ul> </li> <li>Core |