Skip to content

Commit

Permalink
see cl 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Feb 10, 2022
1 parent df75cf2 commit df9a882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.7] - 2022-02-10

- Fixed: typo in event dispatcher calls

## [1.5.6] - 2022-02-08

- Fixed: event dispatcher calls
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/RenderListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function onParseWidget(string $buffer, Widget $widget): string
try {
$event = $this->eventDispatcher->dispatch(
new BeforeParseTwigTemplateEvent($templateName, $templateData, $widget),
BeforeRenderTwigTemplateEvent::NAME
BeforeParseTwigTemplateEvent::NAME
);
} catch (SkipTemplateException $e) {
return $buffer;
Expand Down

0 comments on commit df9a882

Please sign in to comment.