Releases: dewsign/nova-blog
Releases · dewsign/nova-blog
Image Alternative Text
Authors
Add inactive model access functionality.
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
v1.2.0 1.2.0
Fix slug field bug
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
- 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]')