Releases: SethSharp/blog-crud
Releases · SethSharp/blog-crud
v1.1.3
Fix bug where blog cover is reset
v1.1.2
Fix issue in UpdateBlogAction where it cannot handle a null collection_id
v1.1.1
Handle collection_id
being null
v1.1.0
Have fixed a bug/improved the logic of the UpdateBlogAction - previously the logic would allow duplicated pivot entries on the blog_collection
table
v1.0.9
Store blog covers in the cover-images/
directory
v1.0.8
Fix collection update logic
v1.0.6
- Restore blog action & policy
- Updates to scopes on blog model
v1.0.5
This removes the is_draft
column - if we have the date of publishment (published_at
) we can determine if the blog is a draft or not.
This integrates:
- a attribute called
is_published
which is appended to every blog model
- Have also implement a show method for the
BlogPolicy
v1.0.4
Integrates a config file. Allows for further customisation for:
- Bucket Paths
- Models
- Image Driver