Issue https://projekte.in2code.de/issues/54638
The events
\In2code\In2publishCore\Event\PublishingOfOneRecordBegan\In2code\In2publishCore\Event\PublishingOfOneRecordEnded
have changed behavior, also they are so close to each other in their function and name, that they have been merged into
the event RecordWasPublished (link). Another
event, RecordWasSelectedForPublishing (link), was introduced to replace
the original behavior.
Follwing events are deprecated and will be removed in version 13:
\In2code\In2publishCore\Event\PublishingOfOneRecordBegan\In2code\In2publishCore\Event\PublishingOfOneRecordEnded
All.
Use \In2code\In2publishCore\Event\RecordWasPublished or \In2code\In2publishCore\Event\RecordWasSelectedForPublishing
depending on your use case instead.
See RecordWasSelectedForPublishing (link) for a comparison which event
is dispatched on which case.