Skip to content

Releases: qstudio/willow

1.6.1

26 Nov 15:59
Compare
Choose a tag to compare

1.6.1

  • New: [ debug ] flag added to Willows to allow for quickl debugging of single Willow

1.6.0

06 Nov 13:07
Compare
Choose a tag to compare

1.6.0

  • New: New loops functionality more stable, more flexible and potentially faster.

1.5.2

05 Nov 19:43
23e4b42
Compare
Choose a tag to compare
  • New: Repeat loops from same data / scope within single Willow

1.5.0

02 Nov 19:04
Compare
Choose a tag to compare

1.5.0

  • New: filters to extend wp_post and wp_term objects
  • Update: standardized return objects from navigation contexts

1.4.8

21 Oct 19:02
Compare
Choose a tag to compare

1.4.8

  • New: html_entity_decode filter

1.4.7

02 Oct 17:59
Compare
Choose a tag to compare

1.4.7

  • New: Example cache clear hook - from Fastest Cache plugin

1.4.6

17 Sep 14:20
Compare
Choose a tag to compare

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

17 Sep 08:08
Compare
Choose a tag to compare

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

14 Sep 11:02
Compare
Choose a tag to compare

1.4.1

  • FIX: Bad namespace in plugin/acf

1.4.0

13 Sep 17:15
Compare
Choose a tag to compare

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