Skip to content

Releases: ciricihq/cake-blocks

Created method initializeBlocks to use the trait everywhere

09 Jul 13:40
Compare
Choose a tag to compare
0.6.1

Created initializeBlocks method so we can use the Trait everywhere

Moved logic to make it more dynamic

10 Jun 13:06
Compare
Choose a tag to compare

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

13 Apr 19:10
Compare
Choose a tag to compare

Replaced methods!

  • Renamed get to getContents.
  • Renamed getFull to get.

Also changed the way get returns the contents. It returns the Block entity now instead of an array.

Created trait, added component

13 Apr 17:42
Compare
Choose a tag to compare

Blocks' logic has been moved to a new trait (located under Utility) and a BlocksComponent has been created.

0.1.0

09 Mar 10:13
Compare
Choose a tag to compare
Fixed phpcs