apostrophe-blog
Advanced tools
Changelog
2.2.2 (2021-08-03)
Changelog
2.2.1
Arrange the publishedAt
field, quashing spurious warnings. Thanks to Brad Wood.
Changelog
2.1.2
Sample widget.html should refer to publishedAt, not start.
Changelog
2.1.0
Added simple filters for year, month, and day. You can leverage these in your apostrophe-blog-pages
modules by leveraging the new piecesFilters
behavior introduced in apostrophe 2.9.0. Simply refer to the filters using data.piecesFilters.year
etc in your index page template.
Changelog
2.0.2
Sample index.html
for apostrophe-blog-pages
now includes the pager.
Changelog
2.0.1
Fixed a significant performance bug. The blog widget was fetching every widget rather than just those with the appropriate IDs. The set of results was then being winnowed by the algorithm for handling many widgets with one query, but not before considerable resources were spent fetching areas for those blog posts, etc.