airfleet/airfleet-elements-cta-plugin

Project releases

airfleet-elements-cta-plugin

Release 1.0.1

Fixes tagline alignment for centered and media-top layouts.

GitHub
View full changelog

Fixed

  • Fixed tagline alignment for centered and media-top layouts in CTA blocks
airfleet-elements-cta-plugin

Release 1.0.0

Added Airfleet Framework plugin as a dependency and removed the scoped framework composer package.

GitHub
View full changelog

Changed

  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-elements-cta-plugin

Release 0.5.0

Added a "Media on Top" layout option and improved CSS architecture and text alignment for better customization and RTL support.

GitHub
View full changelog

Added

  • Added "Media on Top" layout option to elements-blocks-cta and elements-blocks-cta-v2 blocks

Changed

  • Improved CSS variable architecture for better customization flexibility across all CTA layouts
  • Improved responsive behavior with more granular CSS variable control
  • Changed text alignment from left to start for better RTL support
airfleet-elements-cta-plugin

Release 0.4.2

Enforced earlier script loading for V1 block partials.

GitHub
View full changelog

Fixed

  • Fixed enqueue priority by enforcing earlier scripts load from V1 blocks partials.
airfleet-elements-cta-plugin

Release 0.4.1

Fixed a fatal error in the cta-with-form-v2 block due to missing CtaWithFormSetup class.

GitHub
View full changelog

Fixed

  • Fixed elements-blocks-cta-with-form-v2 fatal error for not finding CtaWithFormSetup class.
airfleet-elements-cta-plugin

Release 0.4.0

Added new CTA blocks and partials, including a custom post type for CTAs.

GitHub
View full changelog

Added

  • Added elements-partials-cta (common partial for CTA blocks)
  • Added elements-partials-cta-with-form (common partial for CTA with Form blocks)
  • Added elements-blocks-cta-v2 (Block to render CTA with new performant approach)
  • Added elements-blocks-cta-with-form-v2 (Block to render CTA with Form with new performant approach)
  • Added elements-blocks-cta-post (block to render a single post from CTA CPT)
  • Added afe_cta (CTA cutom post type to add CTAs as collection)

Changed

  • elements-blocks-cta: refactored to use elements-partials-cta
  • elements-blocks-cta-with-form: refactored to use elements-partials-cta-with-form

Fixed

  • Tagline was centered for Form Right layout in CTA with Form block
airfleet-elements-cta-plugin

Release 0.3.0

Added tagline fields and filters to CTA blocks.

GitHub
View full changelog

Added

  • Added tagline field to elements-blocks-cta
  • Added tagline field to elements-blocks-cta-with-form
  • Added filter airfleet/elements/cta/tagline/default_tag to set default tagline heading tag for CTA block
  • Added filter airfleet/elements/cta-with-form/tagline/default_tag to set default tagline heading tag for CTA with Form block
airfleet-elements-cta-plugin

Release 0.2.1

Fixed responsive layouts for CTA elements and a form-enabled variant.

GitHub
View full changelog

Fixed

  • Fixed: elements-block-cta responsive layout and breakpoint
  • Fixed: elements-block-cta-with-form breakpoint
airfleet-elements-cta-plugin

Release 0.2.0

Added filters to set default heading tags for CTA and CTA with Form blocks

GitHub
View full changelog

Added

  • Added filter airfleet/elements/cta/title/default_tag to set default heading tag for CTA block
  • Added filter airfleet/elements/cta-with-form/title/default_tag to set default heading tag for CTA with Form block
airfleet-elements-cta-plugin

Release 0.1.0

Added support for multiple CTA blocks and patterns, including variations with forms and Lottie animations.

GitHub
View full changelog

Added

  • Added block elements-blocks-cta to display CTA block
  • Added block elements-blocks-cta-with-form to display CTA with Form block
  • Added filter airfleet/elements/cta/style to set style variations for CTA block
  • Added filter airfleet/elements/cta/style-classes to render the classes of CTA block root element
  • Added filter airfleet/elements/cta-with-form/style to set style variations for CTA with Form block
  • Added filter airfleet/elements/cta-with-form/style-classes to render the classes of CTA with Form block root element
  • Added pattern for CTA block airfleet/elements-cta-lottie-centered with centered Lottie animation
  • Added pattern for CTA block airfleet/elements-cta-lottie-right with Lottie animation on right
  • Added pattern for CTA block airfleet/elements-cta-no-media-centered with no media
  • Added pattern for CTA block airfleet/elements-cta-picture-centered with centered Picture
  • Added pattern for CTA block airfleet/elements-cta-picture-right with Picture on right
  • Added pattern for CTA block airfleet/elements-cta-video-centered with centered Video
  • Added pattern for CTA block airfleet/elements-cta-video-right with Video on right
  • Added pattern for CTA with Form block airfleet/elements-patterns-cta-with-form-layout-centeredt with centered Form
  • Added pattern for CTA with Form block airfleet/elements-patterns-cta-with-form-layout-form-right with Form on right