Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Oct 22, 2024
1 parent 5ec26cf commit d831643
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## [5.1.4]

### Fixed

- Fixing broken setting key for hide form.

## [5.1.3]

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

- Initial production release.

[5.1.4]: https://github.com/infinum/eightshift-forms/compare/5.1.3...5.1.4
[5.1.3]: https://github.com/infinum/eightshift-forms/compare/5.1.2...5.1.3
[5.1.2]: https://github.com/infinum/eightshift-forms/compare/5.1.1...5.1.2
[5.1.1]: https://github.com/infinum/eightshift-forms/compare/5.1.0...5.1.1
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: 5.1.3
* Version: 5.1.4
* Text Domain: eightshift-forms
*
* @package EightshiftForms
Expand Down
15 changes: 0 additions & 15 deletions src/General/SettingsGeneral.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,21 +264,6 @@ function ($selectOption) use ($successRedirectVariation) {
)
),
],
[
'component' => 'checkboxes',
'checkboxesFieldLabel' => '',
'checkboxesName' => UtilsSettingsHelper::getSettingName(self::SETTINGS_HIDE_FORM_ON_SUCCESS_KEY),
'checkboxesContent' => [
[
'component' => 'checkbox',
'checkboxLabel' => \__('Hide form on success', 'eightshift-forms'),
'checkboxIsChecked' => UtilsSettingsHelper::isSettingCheckboxChecked(self::SETTINGS_HIDE_FORM_ON_SUCCESS_KEY, self::SETTINGS_HIDE_FORM_ON_SUCCESS_KEY, $formId),
'checkboxValue' => self::SETTINGS_HIDE_FORM_ON_SUCCESS_KEY,
'checkboxSingleSubmit' => true,
'checkboxAsToggle' => true,
]
]
],
],
],
[
Expand Down

0 comments on commit d831643

Please sign in to comment.