Closed spAnser closed 1 year ago
Fixed for the next release. To get this early, change your verbb/formie
requirement in composer.json
to:
"require": {
"verbb/formie": "dev-craft-3 as 1.6.21",
"...": "..."
}
Then run composer update
.
There is now an error if you try to query
integrations {
settings
}
{
"errors": [
{
"debugMessage": "Getting unknown property: verbb\\formie\\integrations\\captchas\\Recaptcha::scriptLoadingMethod",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"trace": [
{
"file": "/var/www/html/backend/vendor/verbb/formie/src/integrations/captchas/Recaptcha.php",
"line": 252,
"call": "yii\\base\\Component::__get('scriptLoadingMethod')"
},
{
"file": "/var/www/html/backend/vendor/verbb/formie/src/gql/types/FormIntegrationsType.php",
"line": 43,
"call": "verbb\\formie\\integrations\\captchas\\Recaptcha::allowedGqlSettings()"
},
Should be fixed if you run composer update
again.
Fixed in 1.6.22
Describe the bug
Can we get this #1187 fixed in the Craft3 version of the plugin.
Steps to reproduce
Form settings
Craft CMS version
3.7.62
Plugin version
1.6.21
Multi-site?
No
Additional context
No response