Skip to content

Releases: SethSharp/blog-crud

v1.1.3

08 Apr 20:45
Compare
Choose a tag to compare

Fix bug where blog cover is reset

v1.1.2

08 Apr 03:34
Compare
Choose a tag to compare

Fix issue in UpdateBlogAction where it cannot handle a null collection_id

v1.1.1

08 Apr 03:17
Compare
Choose a tag to compare

Handle collection_id being null

v1.1.0

08 Apr 02:54
Compare
Choose a tag to compare

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

07 Apr 06:00
Compare
Choose a tag to compare

Store blog covers in the cover-images/ directory

v1.0.8

07 Apr 02:29
Compare
Choose a tag to compare

Fix collection update logic

v1.0.7

06 Apr 04:49
Compare
Choose a tag to compare

fix file upload logic

v1.0.6

05 Apr 21:11
Compare
Choose a tag to compare
  • Restore blog action & policy
  • Updates to scopes on blog model

v1.0.5

04 Apr 03:03
889023e
Compare
Choose a tag to compare

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:

  1. a attribute called is_published which is appended to every blog model
  2. Have also implement a show method for the BlogPolicy

v1.0.4

03 Apr 03:25
5a0124a
Compare
Choose a tag to compare

Integrates a config file. Allows for further customisation for:

  • Bucket Paths
  • Models
  • Image Driver