Skip to content

Releases: georgringer/news_filter

2.1.0

27 Feb 20:23
Compare
Choose a tag to compare

New TypoScript setting to order "category" and "tag" filter options.

plugin.tx_news {
       settings {
               filterCategoriesOrderBy = title
               filterCategoriesOrderDirection = asc

               filterTagsOrderBy = title
               filterTagsOrderDirection = asc
       }
}

2.0.0

20 Feb 18:37
1af4440
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...2.0.0