Skip to content

Releases: dewsign/nova-blog

Image Alternative Text

07 Jan 15:43
Compare
Choose a tag to compare

Added an alternative text field for the images on Articles and Categories.

Authors

26 Nov 14:37
Compare
Choose a tag to compare

Adds functionality to attach 0, 1 or more authors to articles. Comes with basic views to output the relevant content.

Add inactive model access functionality.

14 Nov 14:39
Compare
Choose a tag to compare

In conjunction with the maxfactor/support update to enable control over access for inactive models.

Please refer to the maxfactor/support documentation for a full explanation of this.

Laravel 6 compatibility

21 Oct 09:32
Compare
Choose a tag to compare

Fix slug field bug

01 Jul 15:32
Compare
Choose a tag to compare

The slug field had stopped auto filling when setting the blog article title / category title. This release fixes that annoying little bug!

v1.1.9

18 Mar 10:15
Compare
Choose a tag to compare
  • Paginated canonicals and sitemap. By default the Sitemap helper NovaBlog::sitemap will include paginated blog index and category pages. Paginated results will also be canonicalised, apart from page=1 which will point to the non-paginated version.

NOTE: When replacing the page on the index and category pages or overloading the Category model baseCanonical method for/with meta pages or similar the canonical will be overwritten so you will need to manually re-apply the pagination which can be done using the maxfactor support helper \Maxfactor::urlWithQuerystring(url()->current(), $allowedParameters = 'page=[^1]')