Skip to content

Releases: 40Q/acf-gutenberg

ACF Gutenberg 2.1

23 Aug 23:17
16667bb

Choose a tag to compare

  • Add support for Inner Blocks (ACF 5.9)
  • Include partials from ACF Composer

ACF Gutenberg 2.0

23 Aug 22:51

Choose a tag to compare

New release based on Log1x ACF-Composer with a couple of differences:

  • Use of section component 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 ($variable instead of $block->variable)
  • Global options created by default.

ACF Gutenberg 1.4.0

09 Apr 19:10

Choose a tag to compare

Not to use in production please.
Added Sage 10 support and Tailwind.

ACF Gutenberg 1.3.0

24 Sep 15:01

Choose a tag to compare

Refactor how blocks are render.
You can now call variables without $block.

⚠️Important Note
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

27 Jul 13:26

Choose a tag to compare

Remove Philo/Laravel

ACF Gutenberg 1.2.4

26 Jul 22:44

Choose a tag to compare

v1.2.4

version 1.2.4

ACF Gutenberg 1.2.3

04 Jun 22:57

Choose a tag to compare

  • Clean base block
  • Sample block with plenty of fields
  • WP_Query fix and test
  • Fix import command
  • Include php block command inside theme after init.
  • Include placeholders on empty images

ACF Gutenberg 1.2.1

03 Jun 14:10

Choose a tag to compare

Update packages

ACF Gutenberg 1.2

03 Jun 13:54

Choose a tag to compare

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

06 May 23:16

Choose a tag to compare

  • 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