Skip to content

Releases: toastnz/blocks-layouts

2.1.3: Update Block.php

05 Jun 03:39
2a25aa2
Compare
Choose a tag to compare

Add a check statement to getCSSFile() for blocks if CSSFile field does not exists.

Fix for 404

12 Oct 18:48
Compare
Choose a tag to compare

Adding a check to see if css files exist before requiring them with the block to prevent 404 errors

2.1.1

07 Aug 03:16
8002dc3
Compare
Choose a tag to compare

update template field - display field if layout icon found

2.1: Update _config.php

07 Aug 03:09
1c6c94b
Compare
Choose a tag to compare

Update block img dir in _config.php to bugfix default icons in block

Blocks Layouts 2.0

14 Jun 21:10
Compare
Choose a tag to compare
  • Updating majority of block php files to include what we had as block extensions.
  • Updating all block layout icons
  • Updating all block templates
  • Many bug fixes and improvements

Override the YIQ value for getLightOrDark function

28 Feb 20:58
Compare
Choose a tag to compare
1.0.27

allow yiq value to be overriden

Adding getColourForTemplate public function to the block.php file

03 Feb 00:27
Compare
Choose a tag to compare
1.0.26

adding getColourForTemplate helper function to public functions

1.0.25

01 Feb 19:57
Compare
Choose a tag to compare

update html tag for svg file

Update str_replace

15 Jan 21:59
Compare
Choose a tag to compare

Update str_replace to fix deprecated warnings for php 8.1

1.0.23

28 Nov 20:31
Compare
Choose a tag to compare
add new colourfortemplate method