Releases: AsgardCms/Blog
Releases · AsgardCms/Blog
3.0.1
3.0.0
Added
- Support AsgardCMS V3
Changed
- Tags are new set using the Tag module (BC)
- Allow the latest posts widget to be included on its own
- Move blog sidebar link under pages
Removed
- Remove all old blog tag mentions
Log
2.2.0
2.1.0
2.0.0
added
- Laravel 5.4 compatibility
- API endpoints to manage Blog Categories
changed
- Using new more flexible way of handle permissions via middleware
- Removing api resource controller to manual route definition
- Adding api protection via api tokens
- Adding method to get the thumbnail attribute on the
Post
entity - Using the new blade directives for the media on blog posts
removed
- Removing laracasts/flash dependency
- Requiring selectize manually in create/edit views. Now loaded by default.
1.15.0
1.14.2
1.14.1
1.14.0
1.13.0
added:
- The
LatestPostsComposer
is bound to the array of views defined in configuration file - Blog configuration can independently be published
changed:
- Using the
::class
notation on relations - Dix postgres not null constraint slug issue on post create/edit view
- Adding timestamps on the post_tags relation
- Fixed tags syncing if only one tag, and it was removed