changelog.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Changelog for BreadCrumb
  2. BreadCrumb 1.4.3-pl
  3. -------------------
  4. Fix a showHomeCrumb bug when home is unpublished or deleted
  5. BreadCrumb 1.4.2-pl
  6. -------------------
  7. Fix a dependency bug. getResource package is no longer needed.
  8. BreadCrumb 1.4.1-pl
  9. -------------------
  10. Fix currentCrumbTpl bug
  11. BreadCrumb 1.4.0-pl
  12. -------------------
  13. Simplify home crumb usage. Now, the &showHomeCrumb=1 property adds the home crumb at the start of breadcrumb and &showHomeCrumb=0 hides it if present.
  14. Add &exclude property to exlude one or many resources from breadcumb
  15. Tpl @CODE no longer supported. Use @INLINE instead.
  16. &resourceId no longer supported. Use &to property instead
  17. BreadCrumb 1.3.2-beta1
  18. -------------------
  19. Add categoryCrumbTpl
  20. BreadCrumb 1.3.1-pl
  21. -------------------
  22. Add test to check if the function processTpl is already defined
  23. BreadCrumb 1.3.0-pl
  24. -------------------
  25. BreadCrumb snippet now works with property sets
  26. Default templates chunks removed and replaced by properties
  27. BreadCrumb 1.2.0-pl
  28. -------------------
  29. Add &scheme property to define modx links scheme
  30. BreadCrumb 1.1.0-pl
  31. -------------------
  32. Add properties &from and &to to generate breadcrumb between to specific resources
  33. BreadCrumb 1.0.0-pl
  34. -------------------
  35. Public launch
  36. BreadCrumb 1.0.0-beta3
  37. -------------------
  38. Add useWebLinkUrl property
  39. BreadCrumb 1.0.0-beta2
  40. -------------------
  41. Fix current resource checking when resourceId property specified
  42. BreadCrumb 1.0.0-beta1
  43. -------------------
  44. Initial Version