diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-03 16:05:42 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-03 16:05:42 +0200 |
commit | 3fdb613ee7c1968435edb81dcb9a59f42be6de6e (patch) | |
tree | deb8ebc7a7ea1dabcdbfc284bae2f300d7d6a902 /user_guide/changelog.html | |
parent | a0cd41c5187c738d043ca5a0dc5fbf80806fd322 (diff) | |
parent | 51a7b75ba023a4bf1e70840a19e0457f5123fb72 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 49a25bc75..671aa969f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -82,6 +82,7 @@ Change Log <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li> <li><samp>url_title()</samp> will now trim extra dashes from beginning and end.</li> <li>Improved speed of <a href="helpers/string_helper.html">String Helper</a>'s <b>random_string()</b> method</li> + <li>Added XHTML Basic 1.1 doctype to <a href="helpers/html_helper.html">HTML Helper</a>.</li> </ul> </li> <li>Database @@ -106,6 +107,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 |