changelog.txt 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Changelog for getResources.
  2. getResources 1.6.1-pl (December 30, 2013)
  3. ====================================
  4. - Allow tvFilter values to contain filter operators
  5. - Allow 0-based idx
  6. - Pass scriptProperties to wrapperTpl
  7. - [#30][#80] Only dump properties for invalid tpl when debug enabled
  8. getResources 1.6.0-pl (February 19, 2013)
  9. ====================================
  10. - Add tplWrapper for specifying a wrapper template
  11. getResources 1.5.1-pl (August 23, 2012)
  12. ====================================
  13. - Add tplOperator property to default properties
  14. - [#73] Add between tplOperator to conditionalTpls
  15. getResources 1.5.0-pl (June 15, 2012)
  16. ====================================
  17. - [#58] Add tplCondition/conditionalTpls support
  18. - [#67] Add odd property
  19. - [#60] Allow custom delimiters for tvFilters
  20. - [#63] Give tplFirst/tplLast precedence over tpl_X/tpl_nX
  21. - Automatically prepare TV values for media-source dependent TVs
  22. getResources 1.4.2-pl (December 9, 2011)
  23. ====================================
  24. - [#25] Add new operators to tvFilters
  25. - [#37] Consider default values with tvFilters
  26. - [#57] Fix tpl overrides and improve order
  27. getResources 1.4.1-pl (December 8, 2011)
  28. ====================================
  29. - [#57] Add support for factor-based tpls
  30. - [#54], [#55] Fix processTVList feature
  31. getResources 1.4.0-pl (September 21, 2011)
  32. ====================================
  33. - [#50] Use children of parents from other contexts
  34. - [#45] Add dbCacheFlag to control db caching of getCollection, default to false
  35. - [#49] Allow comma-delimited list of TV names as includeTVList or processTVList
  36. getResources 1.3.1-pl (July 14, 2011)
  37. ====================================
  38. - [#43] Allow 0 as idx property
  39. - [#9] Fix tvFilters grouping
  40. - [#46] Fix criteria issue with &resources property
  41. getResources 1.3.0-pl (March 28, 2011)
  42. ====================================
  43. - [#33] sortbyTVType: Allow numeric and datetime TV sorting via SQL CAST()
  44. - [#24] Fix typos in list property options
  45. - [#4] Support multiple sortby fields via JSON object
  46. - Use get() instead to toArray() if includeContent is false
  47. - [#22] Add &toSeparatePlaceholders property for splitting output
  48. getResources 1.2.2-pl (October 18, 2010)
  49. ====================================
  50. - [#19] Fix sortbyTV returning duplicate rows
  51. getResources 1.2.1-pl (October 11, 2010)
  52. ====================================
  53. - Remove inadvertent call to modX::setLogTarget('ECHO')
  54. getResources 1.2.0-pl (September 25, 2010)
  55. ====================================
  56. - Fix error when &parents is not set
  57. - Allow empty &sortby
  58. - Add ability to sort by a single Template Variable value (or default value)
  59. getResources 1.1.0-pl (July 30, 2010)
  60. ====================================
  61. - Added &toPlaceholder property for assigning results to a placeholder
  62. - Added &resources property for including/excluding specific resources
  63. - Added &showDeleted property
  64. - Allow multiple contexts to be passed into &context
  65. - Added &showUnpublish property
  66. - Added getresources.core_path reference for easier development
  67. - [#ADDON-135] Make output separator configurable via outputSeparator property
  68. - Add where property to allow ad hoc criteria in JSON format
  69. getResources 1.0.0-ga (December 29, 2009)
  70. ====================================
  71. - [#ADDON-81] Allow empty tvPrefix property.
  72. - [#ADDON-89] Allow parents property to have a value of 0.
  73. - Changed default value of sortbyAlias to empty string and added sortbyEscaped property with default of 0.
  74. - Added changelog, license, and readme.