Greyforest ::: ACF Pro Gutenberg Blocks Plugin
Version: 1.2.1
Requires: 6.0
Tested Up To: 6.7.1
Last Updated: Dec 07, 2024
description
This plugin adds Gutenberg Blocks via Advanced Custom Fields Pro.
All blocks contain additional parameters for CSS overrides and animations via AOS Library v2.2.0.
The "Section" block allows InnerBlocks / default Gutenberg blocks to be nested inside a custom block for applying animations.
Block List
- Accordion List
- Calls To Action (buttons / modal)
- Call To Action Button
- Dividers (image / shape / svg)
- Custom Posts/Pages Loop
- Flickity Carousel
- Hero Sections
- Image
- Image Grid
- Image Grid with Tooltips
- PHP Template
- Quote Callout
- Tabbed Slides
- Generic "Section" Wrapper
- Video Background
- Video Gallery
installation
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress
changelog
1.2.1
- Code refactoring into OOP for initialization
- Plugin Update Checker Library upgraded to version 5.4
1.1.7
- Conditional check + pointer-events:none CSS on modal in Call to Action Button block
1.1.6
- Pointer-events:none CSS to Divider block
1.1.5
- Added alt tag to Flickity Carousel block images
1.1.4
- PHP 8.1 compatibility fixes
- WP 6.2.0 compatibility
1.1.3
- Added $is_preview check in global header to prevent animations from hiding blocks in editor mode
1.1.2
- WordPress 6.1.1 compatibility
- Updated greyforest-gutenberg-blocks.css with additional wide/full element targeting
1.1.1
- Added animation + layout global fields to all blocks
- Added global CSS class name for targeting all GF blocks
- Enqueued admin scripts via add_editor_style() instead of wp_enqueue_scripts
- Hooked into default padding fields
1.0.0
- Created plugin