Skip to content

Commit

Permalink
release 3.1.11 (#422)
Browse files Browse the repository at this point in the history
* updating filters

* updating utils repo
  • Loading branch information
iruzevic authored May 21, 2024
1 parent 36d31ab commit 6907ecb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## [3.1.11]

### Changed
- Updated the `@infinum/eightshift-forms-utils` to the latest version.

### Added
- Two new filters for encryption and decryption of the data.

## [3.1.10]

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

- Initial production release.

[3.1.11]: https://github.com/infinum/eightshift-forms/compare/3.1.10...3.1.11
[3.1.10]: https://github.com/infinum/eightshift-forms/compare/3.1.9...3.1.10
[3.1.9]: https://github.com/infinum/eightshift-forms/compare/3.1.8...3.1.9
[3.1.8]: https://github.com/infinum/eightshift-forms/compare/3.1.7...3.1.8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"require": {
"php": "^7.4 || >=8.0",
"erusev/parsedown": "^1.7.4",
"infinum/eightshift-forms-utils": "^1.3.5"
"infinum/eightshift-forms-utils": "^1.3.6"
},
"autoload": {
"psr-4": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 3.1.10
* Version: 3.1.11
* Text Domain: eightshift-forms
*
* @package EightshiftForms
Expand Down
4 changes: 4 additions & 0 deletions src/Hooks/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ private static function getPublicFilters(): array
'validation' => [
'forceMimetypeFromFs',
],
'encryption' => [
'secretKey',
'secretIvKey',
],
'admin' => [
'topBarMenu' => [
'items',
Expand Down

0 comments on commit 6907ecb

Please sign in to comment.