diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-09-21 17:37:54 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-09-21 17:37:54 +0200 |
commit | 246cd1795755e08e1cdf78a0fb42c05af6c30461 (patch) | |
tree | b57bd02e5cd9567304c5abceb28e095164d0578c /user_guide/changelog.html | |
parent | a4fac6b8ac17b6864e632fe821b650291a9d4c42 (diff) | |
parent | 44e6182d2e50aef657511660b96486a2c8f8d78d (diff) |
Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into akuzemchak-develop
Conflicts:
user_guide/changelog.html
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 8a4a70642..b9c1b6094 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,6 +103,7 @@ Change Log <li><samp>CI_Loader::_ci_autoloader()</samp> is now a protected method.</li> <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> </ul> </li> <li>Core |