Releases: 40Q/acf-gutenberg
Releases · 40Q/acf-gutenberg
ACF Gutenberg 2.1
ACF Gutenberg 2.0
New release based on Log1x ACF-Composer with a couple of differences:
- Use of
sectioncomponent as main wrapper for blocks. - Block's slug use different logic.
- We include vars inside the view and we can call it without using the block object (
$variableinstead of$block->variable) - Global options created by default.
ACF Gutenberg 1.4.0
Not to use in production please.
Added Sage 10 support and Tailwind.
ACF Gutenberg 1.3.0
Refactor how blocks are render.
You can now call variables without $block.
This version is not compatible with previous releases. If you are using composer to pull this plugin on older projects we suggest you point composer to v.1.2.4
For new projects please use this new release.
ACF Gutenberg 1.2.5
Remove Philo/Laravel
ACF Gutenberg 1.2.4
v1.2.4 version 1.2.4
ACF Gutenberg 1.2.3
- Clean base block
- Sample block with plenty of fields
- WP_Query fix and test
- Fix import command
- Include
php blockcommand inside theme after init. - Include placeholders on empty images
ACF Gutenberg 1.2.1
Update packages
ACF Gutenberg 1.2
Refactor code structure, making it more OOP.
- Add bash command to create ultrafast blocks
- Separate content from structure and design
- Better support for components
- Global settings options
ACF Gutenberg 1.0.6
- Clean references, make use of view array for simplicity.
- Include components and aliases.
- Move Philo/Laravel-Blade to an own fork in order to upgrade some Laravel dependencies