Skip to content

Commit 3e6e7fb

Browse files
committed
chore: Release v2.1.0
1 parent ea82ec7 commit 3e6e7fb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.1.0
4+
5+
- Feat: Add WP action to capture logs
6+
37
## v2.0.0
48

59
- Refactor: update codebase to PHP 8 standards

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Description: Add a DigiD login field to GravityForms.
99
* Author: Yard | Digital Agency
1010
* Author URI: https://www.yard.nl
11-
* Version: 2.0.0
11+
* Version: 2.1.0
1212
* License: GPL3.0
1313
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
1414
* Text Domain: owc-gravityforms-digid
@@ -25,7 +25,7 @@
2525
define('GF_DIGID_PLUGIN_FILE', __FILE__);
2626
define('GF_DIGID_PLUGIN_SLUG', 'owc-gravityforms-digid');
2727
define('GF_DIGID_ROOT_PATH', __DIR__);
28-
define('GF_DIGID_VERSION', '2.0.0');
28+
define('GF_DIGID_VERSION', '2.1.0');
2929
define('GF_DIGID_LOGGER_DEFAULT_MAX_FILES', 7);
3030
define('GF_DIGID_DEFAULT_SESSION_LIFETIME_SECONDS', '1500');
3131

0 commit comments

Comments
 (0)