Releases: ciricihq/cake-blocks
Releases · ciricihq/cake-blocks
Created method initializeBlocks to use the trait everywhere
0.6.1 Created initializeBlocks method so we can use the Trait everywhere
Moved logic to make it more dynamic
The tables logic that was inside the BlocksTrait
has been moved to the Blocks
Table, and that table now is configurable throughout the helper and the component, so you can easily extend the table and use your table instead of the one provide by this plugin.
The BlocksHelper
has also been renamed to BlockHelper
for consistency (like we previously did with BlockComponent
).
Major changes
Replaced methods!
- Renamed
get
togetContents
. - Renamed
getFull
toget
.
Also changed the way get
returns the contents. It returns the Block
entity now instead of an array.
Created trait, added component
Blocks' logic has been moved to a new trait (located under Utility
) and a BlocksComponent
has been created.
0.1.0
Fixed phpcs