Skip to content

Commit

Permalink
Merge branch 'main' into feature/result-output
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jul 15, 2024
2 parents c1e8ec2 + 59f62f5 commit 12fa1db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [4.0.7]

### Fixed
- removed unnecessary fallback email fallback.

## [4.0.6]

### Updated
Expand Down Expand Up @@ -461,6 +466,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[4.0.7]: https://github.com/infinum/eightshift-forms/compare/4.0.6...4.0.7
[4.0.6]: https://github.com/infinum/eightshift-forms/compare/4.0.5...4.0.6
[4.0.5]: https://github.com/infinum/eightshift-forms/compare/4.0.4...4.0.5
[4.0.4]: https://github.com/infinum/eightshift-forms/compare/4.0.3...4.0.4
Expand Down
2 changes: 1 addition & 1 deletion eightshift-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Eightshift Forms is a complete form builder plugin that utilizes modern Block editor features with multiple third-party integrations, bringing your project to a new level.
* Author: WordPress team @Infinum
* Author URI: https://eightshift.com/
* Version: 4.0.6
* Version: 4.0.7
* Text Domain: eightshift-forms
*
* @package EightshiftForms
Expand Down
4 changes: 0 additions & 4 deletions src/Rest/Routes/Integrations/Mailer/FormSubmitMailerRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ protected function submitAction(array $formDetails)
);
}

$this->getFormSubmitMailer()->sendFallbackIntegrationEmail(
$formDetails
);

return \rest_ensure_response(
UtilsApiHelper::getApiErrorPublicOutput(
$this->labels->getLabel($label, $formId),
Expand Down

0 comments on commit 12fa1db

Please sign in to comment.