Releases: WebDevStudios/wds-acf-blocks
2.0.0
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
1.0.1 Merge pull request #27 from WebDevStudios/feature/26-add-composer-ins…
1.0.0
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.