Releases: qstudio/willow
Releases · qstudio/willow
1.6.1
1.6.1
- New: [ debug ] flag added to Willows to allow for quickl debugging of single Willow
1.6.0
1.6.0
- New: New loops functionality more stable, more flexible and potentially faster.
1.5.2
- New: Repeat loops from same data / scope within single Willow
1.5.0
1.5.0
- New: filters to extend wp_post and wp_term objects
- Update: standardized return objects from navigation contexts
1.4.8
1.4.8
- New: html_entity_decode filter
1.4.7
1.4.7
- New: Example cache clear hook - from Fastest Cache plugin
1.4.6
1.4.6
- Update: Reduced lookup filter runs for loaded config, performance improvements
- Update: cast true integer values to strings, when passed as return values before render
1.4.5
1.4.5
- Update: Debugging Log merged into main WP log file
- Update: Willow loading time improvements due to reduction and standerdization of lookup locations
- Fix: Removed additional Q references and dependencies
1.4.1
1.4.1
- FIX: Bad namespace in plugin/acf
1.4.0
1.4.0
- New: Moved all getter methods in to Willow, acf, wp, etc
- New: Strings classes, for string data manipulation
- New: Willow is more stand-alone ready, less dependent on Q plugin