Releases: praxisnetau/silverware-blog
Releases · praxisnetau/silverware-blog
1.3.0 (2018-06-12)
1.2.2 (2018-05-29)
Updated
- set the default author of blog posts to the current CMS user
- disabled
BlogArchiveComponent
when no archive exists
Fixed
- error when browsing by a tag with an empty set of results
- error with
BlogArchiveComponent
when no blog categories exist
1.2.1 (2018-05-14)
Updated
- blog controller will now generate breadcrumbs when displaying posts by tag, author, or archive date
1.2.0 (2018-04-19)
Added
- new
BlogArchiveComponent
Updated
Blog
now supports showing an archive of posts by year and optional month- updated build dependencies and Praxis URLs
1.1.2 (2018-04-05)
1.1.1 (2017-12-11)
1.1.0 (2017-11-24)
Added
- blog posts now support one or more authors
- authors can be restricted to a particular group by using
private static $author_group
onBlogPost
- blog can now show authors in list of posts
- blog can optionally disable authors so that they do not appear at all
- clicking an author shows a list of the author's blog posts
1.0.3 (2017-11-06)
Updated
Blog
now has settings to make the category and tags optional in the list of blog postsBlogController
will now detect a valid blog post URL segment and redirect to the post within it's category
Fixed
- style nesting for correct tag rendering
1.0.2 (2017-10-09)
Updated
- build dependencies
- updated from
silverstripe-module
tosilverstripe-vendormodule
BlogPost
now shows details such as date and category in the template
Removed
- removed unnecessary dir and path from
_config.php
1.0.1 (2017-09-27)
Updated
- improved blog post filtering
- set
BlogCategory
to hide from main menu by default - set pagination defaults for
Blog
Removed
- removed unnecessary methods from
BlogCategory