About getRelated
getRelated is a snippet for MODX Revolution that automatically finds related pages based on fields you specify.
Version 1.0.2 fixes a number of bugs.
Information
Released
November 10, 2011
Supported Versions
2.0 –
Current
Supported Database
MySQL, Microsoft SQL Server
Downloads
8,464
License
GPLv2
Website
New in getRelated 1.0.2-pl2
1.0.2-pl(2)
- Fix bug which would include all resources if no resource field was selected in the &fields property
- Fix bug which prevented filtering out the current resource properly.
- Make sure debug data is spit out in a meaningful way that can actually help debugging.
- Make sure data is checked in a case insensitive way.
- Fix ignoreHidden and ignoreUnpublished properties.
1.0.1-pl2:
- Fix bug where tpl files are chosen over actual chunks.
1.0.1-pl:
- Fix bug when using &parents and TVs in the &fields property. (Thanks Anselm Hannemann!)
- Move custom sort function to inside the class for tidyness. (Thanks Mark Ernst!)
1.0.0-pl:
- Initial release