v4.5.0.1 release
Release date: January 19, 2022
v4.5.0.1 had 1 improvement.
Significant improvements
- Due to Marketo deprecating the endpoint Brightspot uses to submit forms from the CMS to Marketo, Brightspot has updated the existing
MarketoExternalSubmitAction
model to use the new endpoint.
Breaking changes
Method signature change:
-
brightspot.form.action.Action#tryAction(FormSubmission formSubmission)
to#tryAction(FormSubmission formSubmission, Form form)
. The newForm
parameter is theForm
containing theAction
having#tryAction
called.
Model change:
-
MarketoExternalSubmitAction
no longer needs any instance variables. TheactionLink
andsubmitMethod
fields have been removed, along with their respective getter and setter methods.
Marketo API Permission change:
- The
SubmitForm
endpoint requires theRead-Write Lead
be added to the role associated with the REST endpoint created in Marketo.
Previous Topic
v4.5.0 release
Next Topic
4.2 versions