Skip to content

Commit bc3632a

Browse files
author
Mike van den Hoek
committed
(refactor): mapping field 'woonplaats' to 'woonplaatsnaam'
1 parent 474e2e2 commit bc3632a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
- tested: WordPress 6.2.2
44

5+
## v1.0.15
6+
7+
### Refactor
8+
9+
- Mapping field 'woonplaats' to 'woonplaatsnaam'.
10+
511
## v1.0.14
612

713
### Feat

prefill-gravity-forms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Yard | BRP Prefill GravityForms
55
* Plugin URI: https://www.openwebconcept.nl/
66
* Description: Prefill GravityForms fields, based on the dutch BSN number. Retrieve personal information and place these values in the corrensponding fields.
7-
* Version: 1.0.14
7+
* Version: 1.0.15
88
* Author: Yard | Digital Agency
99
* Author URI: https://www.yard.nl/
1010
* License: GPL-3.0
@@ -20,7 +20,7 @@
2020
die;
2121
}
2222

23-
define('PG_VERSION', '1.0.14');
23+
define('PG_VERSION', '1.0.15');
2424
define('PG_DIR', basename(__DIR__));
2525
define('PG_ROOT_PATH', __DIR__);
2626
define('PG_PLUGIN_SLUG', 'prefill-gravity-forms');

resources/views/partials/gf-field-options-enable-u.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<option value="verblijfplaats.huisnummer"><?php _e('Huisnummer', 'prefill-gravity-forms'); ?></option>
4040
<option value="verblijfplaats.huisletter"><?php _e('Huisletter', 'prefill-gravity-forms'); ?></option>
4141
<option value="verblijfplaats.postcode"><?php _e('Postcode', 'prefill-gravity-forms'); ?></option>
42-
<option value="verblijfplaats.woonplaats"><?php _e('Woonplaats', 'prefill-gravity-forms'); ?></option>
42+
<option value="verblijfplaats.woonplaatsnaam"><?php _e('Woonplaats', 'prefill-gravity-forms'); ?></option>
4343
<option value="verblijfplaats.adresregel1"><?php _e('Adres', 'prefill-gravity-forms'); ?></option>
4444
<option value="verblijfplaats.adresregel2"><?php _e('Postcode + plaats', 'prefill-gravity-forms'); ?></option>
4545
</optgroup>

0 commit comments

Comments
 (0)