Releases: AsgardCms/Blog
Releases · AsgardCms/Blog
3.0.1
04 Oct 08:16
Compare
Sorry, something went wrong.
No results found
added
Read the sidebar position from configuration file, default to 15
changed
Removed usages of URL::route() in favor of route()
removed
Removing tag routes, controllers and permissions
3.0.0
04 Oct 07:38
Compare
Sorry, something went wrong.
No results found
2.2.0
31 Jul 09:29
Compare
Sorry, something went wrong.
No results found
Changed
Register the blog sidebar via event handler
2.1.0
31 Jul 09:19
Compare
Sorry, something went wrong.
No results found
Added
Creating new hook when a post is creating
Creating new hook when a post is updating
Adding new PostContentIsRendering hook
Moving translations from Translation module back to Block
Changed
Using new @editor blade directive for wysiwyg
2.0.0
13 Jul 17:30
Compare
Sorry, something went wrong.
No results found
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
08 Jun 19:41
Compare
Sorry, something went wrong.
No results found
added
Added the partial to add a thumbnail on the Post create view
Added PostWasDeleted event
changed
Use $router variable in routes file
PostWasCreatedEvent now gets the full post sent to it
1.14.2
26 May 06:38
Compare
Sorry, something went wrong.
No results found
Changed
Auto-generate slugs on tags creation via API (PR #38 )
1.14.1
09 May 15:14
Compare
Sorry, something went wrong.
No results found
Changed
Load ckeditor using the assetPipeline (PR #37 )
1.14.0
06 May 16:43
Compare
Sorry, something went wrong.
No results found
Added
Ability to add custom data to the Post views (PR #36 )
1.13.0
11 Jan 14:38
Compare
Sorry, something went wrong.
No results found
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