summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-09 18:21:26 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-09 18:21:26 +0100
commita0a73c977ce25911f56948d89de817b3ca83adcb (patch)
treebc92f331696689799c566216e594efcfeb71ced5 /user_guide_src/source
parentf74abcbed6efe1992f05430f2e4483e54fbcbf86 (diff)
Add HTTP response code 307 support in URL helper redirect()
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index e83598cb4..0488d9d4a 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -77,7 +77,7 @@ Release Date: Not Released
- :php:func:`url_title()` will now trim extra dashes from beginning and end.
- :php:func:`anchor_popup()` will now fill the *href* attribute with the URL and its JS code will return FALSE instead.
- Added JS window name support to the :php:func:`anchor_popup()` function.
- - Added support (auto-detection) for HTTP/1.1 response code 303 in :php:func:`redirect()`.
+ - Added support (auto-detection) for HTTP/1.1 response codes 303, 307 in :php:func:`redirect()`.
- Changed :php:func:`redirect()` to choose the **refresh** method only on IIS servers, instead of all servers on Windows (when **auto** is used).
- Changed :php:func:`anchor()`, :php:func:`anchor_popup()`, and :php:func:`redirect()` to support protocol-relative URLs (e.g. *//ellislab.com/codeigniter*).