Skip to content

v3.0.85

Latest
Compare
Choose a tag to compare
@atmonshi atmonshi released this 14 Apr 10:38
· 3 commits to 3.x since this release
1e12785

What's Changed

  • pass the response to the Extensions SubmittedRender by @atmonshi in #367

note if you're overwriting the view submitted.blade.php make sure to update it to last version

this the change:

{!! \LaraZeus\Bolt\Facades\Extensions::init($zeusForm, 'SubmittedRender', [
    'extensionData' => $extensionData['extInfo']['itemId'] ?? 0,
    'response' => $extensionData['response'],
]) !!}

Full Changelog: v3.0.84...v3.0.85