Skip to content

Commit d34d0f9

Browse files
committed
release: v2.11.1
1 parent a9b4d4c commit d34d0f9

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.11.1
4+
5+
- Fix: eHerkenning resolver
6+
37
## v2.11.0
48

59
- Feat: configure SSL certs by this plugin instead of DigiD plugin

owc-gravityforms-zaaksysteem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: OWC GravityForms Zaaksysteem
77
* Plugin URI: https://www.openwebconcept.nl/
88
* Description: Combineer één of meer ‘zaaksystemen’ met Gravity Forms en WordPress.
9-
* Version: 2.11.0
9+
* Version: 2.11.1
1010
* Author: Yard | Digital Agency
1111
* Author URI: https://www.yard.nl/
1212
* License: GPL-3.0
@@ -29,7 +29,7 @@
2929
define('OWC_GZ_SHORT_NAME', 'OWC Zaaksysteem');
3030
define('OWC_GZ_PLUGIN_SLUG', 'owc-gravityforms-zaaksysteem');
3131
define('OWC_GZ_ROOT_PATH', __DIR__);
32-
define('OWC_GZ_VERSION', '2.11.0');
32+
define('OWC_GZ_VERSION', '2.11.1');
3333

3434
/**
3535
* Not all the members of the Open Webconcept are using composer in the root of their project.

0 commit comments

Comments
 (0)