Skip to content

Releases: WebDevStudios/wds-acf-blocks

2.0.0

29 Oct 14:38
fd4785c
Compare
Choose a tag to compare

Version 2.0.0 drastically changes how blocks are built with this plugin. First off, ACF 6+ and WordPress 5.8+ are required for this plugin to work. Additionally, the WebDevStudios theme wd_s is also required.

The main idea around this new version of the WDS ACF Blocks Plugin (internally called the ACF Block Starter) is to abstract repetitive development tasks when building blocks into template parts that are modular. These template parts would receive a structured array of data, allowing them to render to the frontend.

Added composer/installers

05 May 17:48
4e32b02
Compare
Choose a tag to compare
Merge pull request #27 from WebDevStudios/feature/26-add-composer-ins…

…tallers

Added composer/installers

1.0.0

18 Sep 18:59
c933c8f
Compare
Choose a tag to compare

WebDevStudios is excited to bring this plugin and repository to the public! WDS ACF Blocks takes the ACF Block engine baked into our starter theme wd_s and extracts it as a stand-alone plugin.

The following blocks are available:

  • Accordion
  • Carousel
  • Call To Action
  • Fifty/Fifty
  • Hero
  • Recent Posts
  • Related Posts

Other features include:

  • ACF JSON sync
  • Leverage @wordpress/scripts to build assets for blocks
  • Code linting

Check out the README to learn more.

Props @asharirfan and @coreymcollins for their contributions.