Skip to content

Commit

Permalink
adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jul 22, 2024
1 parent 198b8cd commit 545891f
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 42 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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.0.0]

### Removed
- `FD_EMAIL_RESPONSE_TAGS`, `FD_ADDON`, `FD_SUCCESS_REDIRECT`, `FD_ENTRY_ID` constants.
- `getApiPublicAdditionalDataOutput` method.
- `resultOutputItems`, `resultOutputParts` responseOutputKeys enums.
- `downloads` successRedirectUrlKeys enum.

### Added
- `FD_PARAMS_ORIGINAL_DEBUG`, `FD_SECURE_DATA` constants.
- `getStateSuccessRedirectUrlKeys` and `getStateSuccessRedirectUrlKey` methods.
- Additional level of security check for the form data.
- `secureData` params enum.
- `formSecureData` attr enum.
- `processExternally`, `processExternally`, `trackingEventName`, `trackingAdditionalData`, `hideGlobalMsgOnSuccess`, `hideFormOnSuccess`, `variation`, `entry` and `formId` responseOutputKeys enums.
- `entry`, `customResultOutput` successRedirectUrlKeys enums.

## [2.0.2]

### Added
Expand Down Expand Up @@ -167,7 +184,8 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.1...2.0.2
[3.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.2...3.0.0
[2.0.2]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.6...2.0.0
[1.3.6]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.5...1.3.6
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"infinum/eightshift-coding-standards": "^3.0.0",
"php-parallel-lint/php-parallel-lint": "^v1.4.0",
"php-stubs/wordpress-stubs": "^v6.5.3",
"szepeviktor/phpstan-wordpress": "^v1.3.4"
"php-stubs/wordpress-stubs": "v6.6.0",
"szepeviktor/phpstan-wordpress": "^v1.3.5"
},
"require": {
"php": ">=8.2",
Expand Down
80 changes: 41 additions & 39 deletions composer.lock

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

0 comments on commit 545891f

Please sign in to comment.