Skip to content

Commit 4cdf132

Browse files
author
Mike van den Hoek
committed
(release): v1.7.6
1 parent e64e104 commit 4cdf132

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
- Tested up to: WordPress 6.6.2
44

5+
## v1.7.6
6+
7+
- Fix: prevent error log spam regarding null being passed to dirname because of a missing variable
8+
- Change: add editorconfig line that reflects the currently in use code style to prevent whitespace issues
9+
510
## v1.7.5
611

712
- Change: clear values of custom fields when validations fail for conditional logic to work

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 a (Dutch) BSN number. Retrieve personal information and place these values in the corresponding fields.
7-
* Version: 1.7.5
7+
* Version: 1.7.6
88
* Author: Yard | Digital Agency
99
* Author URI: https://www.yard.nl/
1010
* License: EUPL-1.2
@@ -20,7 +20,7 @@
2020
die;
2121
}
2222

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

0 commit comments

Comments
 (0)