changelog.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Changelog for Wayfinder (for Revolution).
  2. Wayfinder 2.3.3
  3. ====================================
  4. - [#40] Add wf.level placeholder to items for showing current depth
  5. - [#42] Allow authenticated mgr users with view_unpublished to use new previewUnpublished property to preview unpublished Resources in menus
  6. - [#41] Fix issue with Wayfinder and truncated result sets due to getIterator call
  7. Wayfinder 2.3.2
  8. ====================================
  9. - [#36] Fix issue with multiple Wayfinder calls using &config
  10. - [#35] Fix issues with TV bindings rendering
  11. - Add "protected" placeholder that is 1 if Resource is protected by a Resource Group
  12. - Updated documentation, snippet properties descriptions
  13. Wayfinder 2.3.1
  14. ====================================
  15. - [#31] Add &scheme property for specifying link schemes
  16. - [#27] Improve caching in Wayfinder to store cache files in resource cache so cache is synced with modx core caching
  17. Wayfinder 2.3.0
  18. ====================================
  19. - [#14] Fix issue with hideSubMenus when using it with a non-zero startId
  20. - Add all fields of a Resource to the rowTpl placeholder set, such as menutitle, published, etc
  21. - Properly optimize TV value grabbing to properly parse and cache TVs to improve load times when using TVs in a result set
  22. - Ensure that caching also caches by user ID to persist access permissions through cached result sets
  23. Wayfinder 2.2.0
  24. ====================================
  25. - [#23] Fix issue that generated error message in error.log due to &contexts always being processed regardless of empty state
  26. - [#21] Fix issue with unnecessary groupby that was breaking sorting in older mysql versions
  27. - [#22] Add &cacheResults parameter, which caches queries for faster loading
  28. - [#8] Add &contexts parameter, and &startIdContext parameter if navigating across multiple contexts and using a non-0 &startId
  29. Wayfinder 2.1.3
  30. ====================================
  31. - [#14] Fix hideSubMenus property
  32. - Add templates parameter that accepts a comma-delimited list of template IDs to filter by
  33. - Add where parameter that accepts a JSON object for where conditions
  34. - Add hereId parameter for specifying the active location
  35. Wayfinder 2.1.2
  36. ====================================
  37. - Fixed bug with includeDocs parameter
  38. Wayfinder 2.1.1
  39. ====================================
  40. - Wayfinder now properly uses MODx parsing system
  41. - Fixed issue with includeDocs statement
  42. - Fixed issues with PDO statements
  43. - Added the missing permissions check
  44. - Added wayfinder parameter "permissions" - default to "list", empty to bypass permissions check
  45. - [#WAYFINDER-20] TemplateVariables not rendering in Wayfinder templates.
  46. - Added changelog.