diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 17:06:07 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-07-05 17:06:07 +0200 |
commit | e01fd0fc3b694d12dc6b968727bd7f21f8c1a0fb (patch) | |
tree | 3355999eefcd2cc3cf38d12650c6134fbfcefd67 /user_guide/changelog.html | |
parent | 96bb75cd4e9b1cbd82fe7496e9b831054c8228f1 (diff) |
suppress page list
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 4f86c1e94..94eff05ba 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -79,7 +79,7 @@ Hg Tag: </p> <li>Libraries <ul> <li>Added <var>$prefix</var>, <var>$suffix</var> and <var>$first_url</var> properties to <a href="./libraries/pagination.html">Pagination library</a>.</li> - <li>Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the <a href="./libraries/pagination.html">Pagination library</a>.</li> + <li>Added the ability to suppress first, previous, next, last, and page links by setting their values to FALSE in the <a href="./libraries/pagination.html">Pagination library</a>.</li> <li>Added <a href="./libraries/security.html">Security library</a>, which now contains the <dfn>xss_clean</dfn> function, <dfn>filename_security</dfn> function and other security related functions.</li> <li>Added CSRF (Cross-site Reference Forgery) protection to the <a href="./libraries/security.html">Security library</a>.</li> <li>Added <var>$parse_exec_vars</var> property to Output library.</li> |