Skip to content

Commit 0c44d46

Browse files
Mike van den Hoekmvdhoek1
authored andcommitted
feat: upgrade to php8
1 parent 3942a1b commit 0c44d46

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ In addition, at least one of the following plug-ins must be installed to enable
4141

4242
1. Go to '/wp-admin/admin.php?page=gf_settings&subview=owc-gravityforms-iconnect' and configure all the required settings.
4343

44-
- 1. Suppliers will provide the needed certificates which need to be selected in order to make prefilling form fields work.
45-
- 2. Suppliers will also provide an API-key, certificates password (if needed) and a base URL.
46-
- 3. [OIN](https://logius.nl/domeinen/toegang/organisatie-identificatienummer/wat-is-het) is a unique number for organizations provided by Logius.
44+
- 1. Suppliers will provide the needed certificates which need to be selected in order to make prefilling form fields work.
45+
- 2. Suppliers will also provide an API-key, certificates password (if needed) and a base URL.
46+
- 3. [OIN](https://logius.nl/domeinen/toegang/organisatie-identificatienummer/wat-is-het) is a unique number for organizations provided by Logius.
4747

4848
2. Go to the form settings of the form you want to configure.
4949
3. Scroll down and look for the 'iConnect' panel and configure the settings.

build/icons.asset.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<?php return ['dependencies' => [], 'version' => 'eafbc2f5130762d2e52d'];
1+
<?php
2+
3+
return ['dependencies' => [], 'version' => '12341f29470476729a0c'];

build/style.asset.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<?php return ['dependencies' => [], 'version' => 'd67a0320e9a637552a1d'];
1+
<?php
2+
3+
return ['dependencies' => [], 'version' => 'd63fd4982613309d5c57'];

0 commit comments

Comments
 (0)