diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-27 15:35:20 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-27 15:35:20 +0200 |
commit | 05f830c7105ef3cd4a8388bffe7cf73c35236105 (patch) | |
tree | c8cf4ac58531db10ff7606ae8f2eea29a092b779 /user_guide/changelog.html | |
parent | f9d5348cf2776374bf09bdda8c941198167d9ae9 (diff) |
Added the ability to include an optional HTTP Response Code in the redirect() function of the URL Helper.
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 6ed2a2185..767dd2a48 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,6 +88,7 @@ SVN Commit: not currently released</p> <li>Helpers
<ul>
<li>Added <kbd>form_button()</kbd> in the <a href="helpers/form_helper.html">Form helper</a>.</li>
+ <li>Added the ability to include an optional HTTP Response Code in the <kbd>redirect()</kbd> function of the <a href="helpers/url_helper.html">URL Helper</a>.</li>
<li>Modified <kbd>img()</kbd> in the <a href="helpers/html_helper.html">HTML Helper</a> to remove an unneeded space (#4208).</li>
<li>Modified <kbd>anchor()</kbd> in the <a href="helpers/url_helper.html">URL helper</a> to convert entities in the title attribute (#4209).</li>
<li>The <a href="helpers/download_helper.html">Download helper</a> now exits within <kbd>force_download()</kbd>.</li>
|