Skip to content

1.4.25

Choose a tag to compare

@engram-design engram-design released this 14 Nov 02:32
· 816 commits to craft-3 since this release

Added

  • Added Pardot CRM Integration.
  • Added more CSS variables for global fui- variables, instead of relying on SCSS variables.
  • Added type checks to submit endpoint to protect against invalid submission requests, preventing bad payload data.
  • Added additional validation to captchas when comparing request payloads for valid submissions, preventing bad payload data.

Changed

  • Update guzzlehttp/oauth-subscriber:^0.6.0 dependancy to work with guzzlehttp/psr7:^2.0.
  • The EVENT_BEFORE_SUBMISSION_REQUEST is now cancelable, to allow submissions to be marked as invalid.

Fixed

  • Fixed querying forms and submissions via GraphQL when only the "View All" permission is set.
  • Fixed EVENT_BEFORE_SUBMISSION_REQUEST event not persisting submission errors correctly.
  • Fixed Google Sheets integration not requesting a refresh token for OAuth handshake.
  • Fixed the "Redirect URI" for integrations not taking into account the usePathInfo config setting.
  • Fixed File Upload fields not always returning the URL for assets for Integrations.