Skip to content

Releases: palmiak/timber-acf-wp-blocks

Version 1.15

27 Aug 09:12
Compare
Choose a tag to compare
  • Added a support for a new parameter called SupportFullHeight - you can read more about it here

Version 1.14

17 Dec 00:57
Compare
Choose a tag to compare
  • Merges @szepeviktor PR (#36 ) - Thank you 🎉
  • Removes Timber 2.0 deprecation warning.
  • Adds an extra check to see if folder exists.
  • Documentation fix for required parameters - one required was missing. Thanks @Montette for spotting this 👍

Version 1.13

06 Oct 20:59
3bf0dc0
Compare
Choose a tag to compare
  • Added a filter to set default block parameters - if you want to set the for example the post type for every block in one place - use the timber/acf-gutenberg-blocks-default-data filter
  • Added missing parent parameter

Version 1.12

18 Sep 12:54
Compare
Choose a tag to compare
  • fixes use warning (#30)
  • new filters for example and preview suffix (thanks @landwire) (#29)
  • added supports jsx (it was using experimental_jsx)
  • some small fixes in the docs
  • updated the contributors

Version 1.11.3

21 Aug 13:10
bdeefab
Compare
Choose a tag to compare

Some code fixes - thanks to @szepeviktor

Version 1.11.2

25 Jun 07:30
8042c4b
Compare
Choose a tag to compare

A small fix for better compatibility with older PHP versions.

Version 1.11.1

24 Jun 13:55
a7af9cc
Compare
Choose a tag to compare

Changes in documentation.
Minor refactoring.

All thanks to @badabingbreda :)

Version 1.11.0

21 Jun 13:44
Compare
Choose a tag to compare

I added the support for InnerBlocks introduced in ACF 5.9 beta.

Version 1.10.0

15 May 23:42
Compare
Choose a tag to compare

I added the support for Example. You can read more about how to use it on https://palmiak.github.io/timber-acf-wp-blocks/#/using-example

Version 1.9.0

09 May 12:13
Compare
Choose a tag to compare
  • adds supports_custom_class_name ( SupportsCustomClassName )
  • adds supports_reusable ( SupportsReusable )
  • adds some fixes to documentation
  • fixes the way Enqueue Style and Script works ( if url is not absolute it adds the theme url )