Releases: AsgardCms/Block
Releases · AsgardCms/Block
3.0.0
Added
- AsgardCMS v3 support
- Read the sidebar position from configuration file, default to 15
Changed
- Removed usages of
URL::route()
in favor of route()
2.2.0
Changed
- Register the blog sidebar via event handler
2.1.2
Changed
- Moving translations from Translation module back to Block
2.1.1
added
- Creating new hook when a block is creating
- Creating new hook when a block is updating
- Adding new
BlockContentIsRendering
hook
Changed
- Using new
@editor
blade directive for wysiwyg
- Block was created event now gets the block instance as first argument
- Block was updated event now gets the block instance as first argument
2.0.0
added
- Laravel 5.4 compatibility
changed
- Using new more flexible way of handle permissions via middleware
- Avoiding usage of laracasts/flash dependency
1.13.0
Changed
- Use
$router
variable in routes file
1.12.0
Changed
- Fix Cache decorator was not caching individual blocks (PR #9 )
1.11.0
- Added
BlockWasCreated
and BlockWasUpdated
events
- Adding ability to add additional fields to the block module
- Dynamic relations for the block module
- Ability to publish block module config alone
- Allow publishing of block config alone
1.10.0
Changed
- Removed language files, they are not in the translation module
1.9.0
Changed
- Use the new datatables way of marking column not sortable
- Use the single removal modal setup