Skip to content
Open
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
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ MS_TEAMS_DISABLE_LOGGING=true
OPEN_ZAAK_URL=
OPEN_ZAAK_CLIENT_ID=
OPEN_ZAAK_CLIENT_SECRET=

CROSSPEAK_GRAVITYFORMS_ENCRYPTION_KEY=
4 changes: 4 additions & 0 deletions app/GravityForms/GravityForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ public function register(): void
add_filter('pre_option_rg_gforms_enable_html5', '__return_true');
add_filter('gform_field_validation', [$this, 'changeRequiredFieldMessage'], 10, 4);
add_filter('gform_field_validation', [$this, 'validateFieldIBAN'], 10, 4);
define('CROSSPEAK_GRAVITYFORMS_ENCRYPTION_KEY', env('CROSSPEAK_GRAVITYFORMS_ENCRYPTION_KEY', ''));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is dit niet meer iets voor in de wp-config?


// Remove the encryption filter for merge tags so the data can be used in emails.
remove_filter('gform_merge_tag_filter', 'gf_encryption_gform_merge_tag_filter', 10, 4);
}

/**
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"plugin/owc-gravityforms-zaaksysteem": "^2.3.3",
"plugin/owc-gravityforms-zaaksysteem-enable-u": "^2.4.1",
"plugin/owc-shared-aura-session-instance": "^1.0.0",
"plugin/owc-signicat-openid": "1.0.*",
"plugin/owc-signicat-openid": "dev-fix/redirect-url",
"plugin/prefill-gravity-forms": "^1.7",
"privacybydesign/irma-wp": "@dev",
"vlucas/phpdotenv": "^5.0",
Expand All @@ -168,6 +168,7 @@
"ypackagist/gp-preview-submission": "^1.3.15",
"ypackagist/gravity-forms-power-automate": "^1.5.1",
"ypackagist/gravityforms": "^2.8",
"ypackagist/gravityforms-encryption": "^1.6",
"ypackagist/gravityformssurvey": "^3.8",
"ypackagist/gravityformswebhooks": "^1.5",
"ypackagist/gravityformszapier": "^4.2.1",
Expand Down
34 changes: 27 additions & 7 deletions composer.lock

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