Releases: palmiak/timber-acf-wp-blocks
Releases · palmiak/timber-acf-wp-blocks
Version 1.15
Version 1.14
- 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
- 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
Version 1.11.3
Some code fixes - thanks to @szepeviktor
Version 1.11.2
A small fix for better compatibility with older PHP versions.
Version 1.11.1
Changes in documentation.
Minor refactoring.
All thanks to @badabingbreda :)
Version 1.11.0
I added the support for InnerBlocks introduced in ACF 5.9 beta.
Version 1.10.0
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
- 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 )