airfleet/airfleet-signature-plugin

Project releases

airfleet-signature-plugin

Release 2.0.0

Added plugin dependencies to the main file and updated internal development tools and configuration.

GitHub
View full changelog

Changed

  • 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: Updated scoper.custom.php to add excluded constants for WordPress and WooCommerce requests
  • Internal: Added .airfleet-license and .airfleet-visible
  • Internal: Bump composer dependency airfleet/wordpress-framework to ^1.19.1
airfleet-signature-plugin

Release 1.10.1

Fixed warnings for undefined banner links and images

GitHub
View full changelog

Fixed

  • Fixed warnings when banner link or image are not defined
airfleet-signature-plugin

Release 1.10.0

Added tracking for copy to clipboard action in signature wizard

GitHub
View full changelog

Added

  • Added tracking for copy to clipboard action in signature wizard: airfleet_signature_copy_to_clipboard
airfleet-signature-plugin

Release 1.9.0

Added WYSIWYG options field for signature instructions

GitHub
View full changelog

Added

  • Added WYSIWYG options field for signature instructions

Changed

  • Hide textarea with HTML code inside toggleable details element
  • Added visual confirmation on signature change (spinner loader and button state change)
  • Small update to wizard page styles
airfleet-signature-plugin

Release 1.8.0

Automatically resizes user image uploads based on a data attribute.

GitHub
View full changelog

Changed

  • Automatically resize user image uploads for images with class .js-image-size according to data attribute data-image-size
airfleet-signature-plugin

Release 1.7.0

Added a 'Fields' options page for selecting company and personal fields in the signature wizard, and fixed an issue with signature input fields having prefixes.

GitHub
View full changelog

Added

  • Added new options page "Fields" to select which company and personal fields show in the signature wizard

Fixed

  • Fixed signature input fields with prefix (strip prefix from input value to avoid double prefix)
airfleet-signature-plugin

Release 1.6.3

Fixed wizard layout selection logic when default layout is removed

GitHub
View full changelog

Fixed

  • Fixed wizard layout selection logic when "default" layout is removed
airfleet-signature-plugin

Release 1.6.2

Fixed the airfleet/signature/options filter by changing its behavior to accept an array of Options\Group objects.

GitHub
View full changelog

Fixed

  • Fixed filter airfleet/signature/options (filter was called too early without effect; filter now takes array of Options\Group objects - add a new group to add custom options)
airfleet-signature-plugin

Release 1.6.0

Added new settings and configuration pages for signatures, including a wizard page and options for global fields, authentication, URL rewrites, and menu placement.

GitHub
View full changelog

Added

  • Added signature wizard page (choose layout, enter personal details, see signature preview, and copy signature HTML)
  • Added General settings page (configure global fields for signatures - banner, company logo, company URLs)
  • Added Access settings page (configure authentication for signature wizard page)
  • Added Advanced settings page (configure URL rewrites and placement of menu)
  • Added filter airfleet/signature/options (set global signature options)
  • Added filter airfleet/signature/layouts (set layout options for signature wizard)
  • Added action airfleet/signature/fields (render personal fields for signature wizard)
  • Added action airfleet/signature/layout/{$name} (render specific layout)