changelog.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Changelog for getPage.
  2. getPage 1.2.4-pl (March 24, 2014)
  3. ====================================
  4. - [#19] Add scriptProperties to cachePageKey signature
  5. - [#24] Cache total results number into correct variable name
  6. getPage 1.2.3-pl (June 20, 2012)
  7. ====================================
  8. - [#15] Add ability to specify pageNavScheme for navigation links
  9. - [#14] Avoid adding pageVarKey to query string when page = 1
  10. - [#12] Fix cacheKey when multi-dimensional arrays used in $_REQUEST
  11. getPage 1.2.2-pl (December 9, 2011)
  12. ====================================
  13. - Check $_GET before $_REQUEST for pageVarKey and limit overrides
  14. - [#6] Add pageOneLimit to allow different limit on first results page
  15. getPage 1.2.1-pl (September 15, 2011)
  16. ====================================
  17. - Remove inadvertent debugging statement in snippet code
  18. getPage 1.2.0-pl (September 14, 2011)
  19. ====================================
  20. - [#5] Add pageNavOuterTpl for layout control of page nav elements
  21. - Allow limit of 0 in $_REQUEST to bypass paging
  22. - Allow empty nav tpl parameters
  23. - Allow unlimited page listing with &pageLimit=`0`
  24. getPage 1.1.0-pl (March 27, 2011)
  25. ====================================
  26. - Change default cacheKey property to use 'resource' (for MODX 2.1+)
  27. getPage 1.0.0-pl (August 18, 2010)
  28. ====================================
  29. - Add support for snippets that send output toPlaceholder
  30. - Add firstItem and lastItem properties/placeholders
  31. - Add pageActiveTpl to differentiate current page link
  32. getPage 1.0.0-rc1 (June 29, 2010)
  33. ====================================
  34. - Add per page caching capabilities
  35. - Add changelog, license, and readme
  36. getPage 1.0.0-beta2 (May 28, 2010)
  37. ====================================
  38. - Preserve additional query string parameters when creating paging navigation
  39. getPage 1.0.0-beta1 (March 19, 2010)
  40. ====================================
  41. - Initial release