Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 1.17 KB

File metadata and controls

30 lines (14 loc) · 1.17 KB

Features

  • Allow rezozero/social-links v2 (a6682db)

⚠ BREAKING CHANGES

  • PostContainerControllerTrait::$availableTags, $countPerAvailableTags and $archives are now LazyTraversable instance to be used directly in your Twig templates. Do not use array methods on them.

Features

  • New LazyTraversable class to lazy load tags, counts and archive in PostContainerControllerTrait (b9b3847)

2.0.4 (2022-11-09)

Bug Fixes

  • Use EntityListManager getItemCount instead of Paginator count (4092e99)

2.0.3 (2022-11-09)

Bug Fixes

  • Do not allow sorting and searching upon request (71320e7)