We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a41f4f + eb06ea9 commit c3cd07bCopy full SHA for c3cd07b
composer.json
@@ -20,9 +20,9 @@
20
}
21
],
22
"require": {
23
- "nswdpc/silverstripe-elemental-iframe":"^0.3",
24
- "codem/silverstripe-html5-inputs": "^0.1",
25
- "silverstripe/framework" : "^4.10"
+ "nswdpc/silverstripe-elemental-iframe":"^1",
+ "codem/silverstripe-html5-inputs": "^1",
+ "silverstripe/framework" : "^5"
26
},
27
"require-dev": {
28
"phpunit/phpunit": "^9.5",
src/Controllers/WebHookController.php
@@ -211,7 +211,7 @@ public function submit(HTTPRequest $request = null) : HTTPResponse
211
$element->DatawrapperVersion = $public_version;
212
$element->write();
213
// publish the element
214
- $element->doPublish();
+ $element->publishSingle();
215
216
217
0 commit comments