Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/3.16.1 #134

Merged
merged 4 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ before starting to add changes. Use example [placed in the end of the page](#exa

## [Unreleased]

## [3.16.1] 2024-09-20

- [#133]https://github.com/OS2Forms/os2forms/pull/133
[OS-119] Keeping value of CPR clean, not adding address protection text

## [3.16.0] 2024-08-27

[#110](https://github.com/OS2Forms/os2forms/pull/110)

- Obsolete module removing - os2forms_consent
- Obsolete module removing - webform_embed
- Obsolete module removing - field_color
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getPrepopulateFieldFieldKey(array &$element) {
/**
* {@inheritdoc}
*/
public function appendNameAddressProtectedText(CprLookupResult $cprLookupResult) {
public function getNameAddressProtectedText(CprLookupResult $cprLookupResult) {
return '';
}

Expand Down
Loading