You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(feat): use decrypted value of prepopulated fields containing a BSN number when hook 'owc_prefill_gravityforms_use_value_bsn_decrypted' is used and set to true.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,19 @@
1
1
# Changelog
2
2
3
-
- Tested up to: WordPress 6.3.2
3
+
- Tested up to: WordPress 6.4.2
4
+
5
+
## v1.2
6
+
7
+
### Feat
8
+
9
+
- Use decrypted value of prepopulated fields containing a BSN number when hook 'owc_prefill_gravityforms_use_value_bsn_decrypted' is used and set to true.
4
10
5
11
## v1.1
6
12
7
13
### Feat
8
14
9
15
- Prefill all advanced date fields.
10
-
-Small clean-up/refactoring & run composer format script.
16
+
-Small clean-up/refactoring & run composer format script.
This plug-in facilitates editors to configure form completion by establishing a link between form fields and BRP API data. When prefilling fields with a BSN number, the value is saved encrypted in the database, ensuring the security of stored data. Consequently, both the list and detail pages displaying form entries utilize encrypted values. The behavior can be adjusted using the 'owc_prefill_gravityforms_use_value_bsn_decrypted' filter by setting the return value to true. By using this filter the encrypted values are displayed decrypted. The value is always saved encrypted in the database!
Copy file name to clipboardExpand all lines: prefill-gravity-forms.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
* Plugin Name: Yard | BRP Prefill GravityForms
5
5
* Plugin URI: https://www.openwebconcept.nl/
6
6
* Description: Prefill GravityForms fields, based on the dutch BSN number. Retrieve personal information and place these values in the corrensponding fields.
0 commit comments