* Version 1.6 (stable) - 2003-12-22

NB: This package is now deprecated in favour of PEAR::Pager v.2.x.
Further versions of Pager_Sliding as a standalone package will be only released to fix eventual bugs.

- added error code constant
- fixed getPageIdByOffset for BC with Pager 1.x
- new method getPageRangeByPageId() to replace the previous not-intentional behaviour of getPageIdByOffset()
- fixed isFirstPage() when totalItems == 0

* Version 1.6 (stable) - 2003-12-22

- added error code constant
- fixed getPageIdByOffset for BC with Pager 1.x
- new method getPageRangeByPageId() to replace the previous not-intentional behaviour of getPageIdByOffset()
- fixed isFirstPage() when totalItems == 0

	    


* Version 1.5 (stable) - 2003-09-10

- added a pearErrorMode option to allow custom error handling
- better handling of "curPageLinkClassName" default value
- prevent URL manual modification
- some fixes

	    


* Version 1.4 (stable) - 2003-05-20

- changed from this (supposing currentPage==2):
    [1]  < 2 3 4 5 6 > [N]
  to:
    [1]  < 1 2 3 4 5 > [N]
  i.e. now the link to the first/last page can be redundant,
  but the pager acts in a more intuitive way
- getOffsetByPageId() now works as expected, also in "expanded" mode
- reduced calls to internal methods
- Added two new variables:
  * firstPageText
  * lastPageText
  They allow changing the default value "[1]" to "First", for instance.
  Same for last number. If they are not set, they default to the number.

	    


* Version 1.3 (stable) - 2003-01-28

Added a select box builder: now the user can choose how many items to display per page.


* Version 1.2 (stable) - 2002-12-13

Added pageID optional parameter to getLinks().


* Version 1.1.6 (stable) - 2002-11-22

This is the initial release of the Pager_Sliding package.


