Changelog

1.1.0 (2025-05-21)

  • We have added a new Confirm field, which allows you to add a confirmation field that validates if its value matches another field (useful for confirming emails, passwords, etc.).
  • Added option to style submit buttons as Block buttons (adds WordPress Block Editor button styling classes).
  • Added support for Fluent Forms Conversational Forms with all Form Enhancer fields.

1.0.0 (2025-05-12)

  • Updated the Freemius SDK integration to version 2.12.0 for improved licensing and analytics functionality.
  • WordPress repository release for the free version.
  • Skip plugin initialization in WP_CLI environments.
  • Added automatic integration of Email Enhanced field settings to existing email fields during plugin activation. (PRO)
  • Updated logic of pro dependecies loading. (PRO)

0.1.1 (2025-05-05)

  • Update PHP-DI library to 7
  • Added info about external services used
  • Enabled Freemius `is_org_compliant` mode. (FREE)
  • Removed load_plugin_textdomain() for loading the plugin translations (not needed for WordPress.org directory since WordPress 4.6) (FREE)

0.1.0 (2025-04-30)

  • Fixed plugin icon file path
  • Fixed issue with retrieving Ecomail subscriber data by email address (PRO)
  • Improved blacklist checking performance by replacing linear search with hash-based lookup – thanks to Vladimír Smitka. (PRO)
  • Improved naming conventions for better code readability (PRO)
  • Added documentation link in plugin listing

0.0.6 (2025-04-25)

  • Initial release