Skip to content

Releases: ohlincik/craft-perform

1.0.2

27 Oct 19:49
Compare
Choose a tag to compare

Fixed

  • Fix Composer 2 compatibility issue related to PSR-4 autoloading standard

1.0.1.1

05 Aug 16:25
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with invalid $allowAnonymous declaration in Public Controller
  • Link to documentation was missing on the Control Panel > Settings > Plugins page

1.0.1

15 Nov 00:38
Compare
Choose a tag to compare

Added

  • getSubmissionById plugin variable to retrieve existing Form Submission contents in a template
  • Capture and store the replyTo email address (if provided) as a part of the Form Submission
  • Display the replyTo email address on the Form Submission detail screen if available
  • Expose the processed Form Submission data as variables for the redirectInput function, which allows them to be used as parameters in the return url
  • After the Form Submission is processed, send the submissionId as a flash message so that it can be used on the 'Thank You' page to retrieve the Form Submission contents using the new getSubmissionId plugin variable

Removed

  • Redundant flash notice that Form Submission was completed

1.0.0

08 Nov 20:31
Compare
Choose a tag to compare

{note} This is the initial plugin release.

Added

  • Form Submissions stored in the Control Panel as elements
  • Form Submission statuses: NEW, Read and Test
  • Form Settings field type
  • Email Notifications testing through Mailtrap
  • Client-side validation using Parsley
  • Spam protection using Google Invisible reCAPTCHA
  • The ability to use custom templates for Email Notifications
  • PerForm Utility to conveniently delete all form submissions in Test status
  • PerForm Widget displaying the form submission counts