Skip to content

2.0.0

Compare
Choose a tag to compare
@nWidart nWidart released this 13 Jul 17:30
· 47 commits to master since this release
40aa2bf

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.