From 96bb75cd4e9b1cbd82fe7496e9b831054c8228f1 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Mon, 5 Jul 2010 10:54:30 -0400
Subject: Added the ability to suppress first, previous, next and last links by
setting their values to FALSE in the pagination library.
---
user_guide/changelog.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'user_guide/changelog.html')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 124a1cb9f..4f86c1e94 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,7 +78,8 @@ Hg Tag:
Libraries
- - Added $prefix, $suffix and $first_url properties to Pagination library.
+ - Added $prefix, $suffix and $first_url properties to Pagination library.
+ - Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the Pagination library.
- Added Security library, which now contains the xss_clean function, filename_security function and other security related functions.
- Added CSRF (Cross-site Reference Forgery) protection to the Security library.
- Added $parse_exec_vars property to Output library.
--
cgit v1.2.3-24-g4f1b