Skip to content

Releases: AsgardCms/Block

3.0.0

04 Oct 08:18
567d723
Compare
Choose a tag to compare

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

31 Jul 09:32
375a119
Compare
Choose a tag to compare

Changed

  • Register the blog sidebar via event handler

2.1.2

31 Jul 09:17
2c4cab2
Compare
Choose a tag to compare

Changed

  • Moving translations from Translation module back to Block

2.1.1

27 Jul 18:58
d1d0a87
Compare
Choose a tag to compare

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

13 Jul 13:36
227448c
Compare
Choose a tag to compare

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

08 Jun 19:47
Compare
Choose a tag to compare

Changed

  • Use $router variable in routes file

1.12.0

06 May 16:45
Compare
Choose a tag to compare

Changed

  • Fix Cache decorator was not caching individual blocks (PR #9 )

1.11.0

21 Dec 16:22
Compare
Choose a tag to compare
  • 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

07 Dec 19:31
Compare
Choose a tag to compare

Changed

  • Removed language files, they are not in the translation module

1.9.0

27 Nov 15:35
Compare
Choose a tag to compare

Changed

  • Use the new datatables way of marking column not sortable
  • Use the single removal modal setup