airfleet/airfleet-elements-testimonials-plugin

Project releases

airfleet-elements-testimonials-plugin

Release 1.1.0

Added design options, alignment, and controls for logo position, buttons, background selection, and photo placement to testimonials blocks.

GitHub
View full changelog

Added

  • New Design options for elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
  • Added testimonials alignment feature to elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
  • Added elements-partials-testimonial-quote partial
  • Added logo position control feature to elements-blocks-testimonial
  • Added buttons feature to elements-blocks-testimonial
  • Added background selection feature to elements-blocks-testimonial
  • Added photo position control for desktop feature to elements-blocks-testimonial
  • Added Peek through option for mobile slides in elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
airfleet-elements-testimonials-plugin

Release 1.0.0

Added Airfleet Framework plugin dependency and switched package manager to Bun.

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-testimonials-plugin

Release 0.3.0

Added new blocks and partials for testimonials, including a performant approach block.

GitHub
View full changelog

Added

  • Added partial elements-partials-testimonials (common partial for testimonials blocks)
  • Added partial elements-partials-testimonial (common partial for a single testimonial)
  • Added block elements-blocks-testimonials-v2 (new block to render testimonials with new performant approach)
  • Added block elements-blocks-testimonial (new block to render single testimonial)
  • Added filter airfleet/elements/testimonials/tagline/default_tag to set default tag for tagline in testimonials blocks

Changed

  • Changed block elements-blocks-testimonials to use partial elements-partials-testimonials
  • Changed component elements-components-testimonials to use partial elements-partials-testimonial
  • Bump airfleet/wordpress-framework to 1.18.3
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-testimonials-plugin

Release 0.2.1

Fixed issue with testimonials block display for single testimonial.

GitHub
View full changelog

Fixed

  • elements-blocks-testimonials: Fixed issue with testimonials block not displaying correctly when there is only one testimonial.
airfleet-elements-testimonials-plugin

Release 0.2.0

Updated components to add support for airfleet/elements/empty/$slug filter

GitHub
View full changelog

Changed

  • Updated components to add support for airfleet/elements/empty/$slug filter
airfleet-elements-testimonials-plugin

Release 0.1.0

Added custom post type and related blocks, components, and filters for displaying testimonials.

GitHub
View full changelog

Added

  • Added custom post type afe_testimonial to store testimonials.
  • Added block elements-blocks-testimonials to display testimonials posts as slider or single static testimonial.
  • Added component elements-components-testimonial to display single testimonial post fields.
  • Added filter airfleet/elements/testimonials/title/default_tag to set default heading tag for Testimonials block.
  • Added pattern testimonials to display testimonials cpt items as slider.