diff options
author | Andrey Andreev <narf@devilix.net> | 2013-07-18 02:19:59 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-07-18 02:19:59 +0200 |
commit | 2023c3d05b042cf1322286d69557c2b8bf3bd8d5 (patch) | |
tree | 2dab60654b21424ea14d9df174425501571b0a5a /user_guide_src/source/changelog.rst | |
parent | d5ab75e7d6636ce324416c4b3856bc552c9028d1 (diff) |
Add an optional parameter to URL helpers base_url() and site_url() (supersedes #2535)
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 6be6084c9..6f08dcb92 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -76,6 +76,7 @@ Release Date: Not Released - Added support (auto-detection) for HTTP/1.1 response code 303 in :php:func:`redirect()`. - Changed :php:func:`redirect()` to only 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*). + - Added an optional second parameter to both :php:func:`base_url()` and :php:func:`site_url()` that allows enforcing of a protocol different than the one in the *base_url* configuration setting. - :doc:`HTML Helper <helpers/html_helper>` changes include: |