Skip to content

Releases: praxisnetau/silverware-blog

1.3.0 (2018-06-12)

12 Jun 13:26
Compare
Choose a tag to compare

Full Changelog

Updated

  • base resources path to match new public folder structure

1.2.2 (2018-05-29)

29 May 01:53
Compare
Choose a tag to compare

Full Changelog

Updated

  • set the default author of blog posts to the current CMS user
  • disabled BlogArchiveComponentwhen 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)

14 May 06:58
Compare
Choose a tag to compare

Full Changelog

Updated

  • blog controller will now generate breadcrumbs when displaying posts by tag, author, or archive date

1.2.0 (2018-04-19)

19 Apr 03:21
Compare
Choose a tag to compare

Full Changelog

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)

05 Apr 00:22
Compare
Choose a tag to compare

Full Changelog

Added

  • added a date format field for posts to Blog

1.1.1 (2017-12-11)

11 Dec 00:45
Compare
Choose a tag to compare

Full Changelog

Updated

  • added $table_name for all data objects

1.1.0 (2017-11-24)

24 Nov 05:08
Compare
Choose a tag to compare

Full Changelog

Added

  • blog posts now support one or more authors
  • authors can be restricted to a particular group by using private static $author_group on BlogPost
  • 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)

06 Nov 06:17
Compare
Choose a tag to compare

Full Changelog

Updated

  • Blog now has settings to make the category and tags optional in the list of blog posts
  • BlogController 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)

09 Oct 02:29
Compare
Choose a tag to compare

Full Changelog

Updated

  • build dependencies
  • updated from silverstripe-module to silverstripe-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)

26 Sep 23:48
Compare
Choose a tag to compare

Full Changelog

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