Skip to content

Commit

Permalink
1.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Nov 22, 2023
1 parent cfd5bf8 commit 8cac57e
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 @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.54.1] - 2023-11-22

- TMS-974: Fix fatal error in EventzFormatter

## [1.54.0] - 2023-11-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/Formatters/EventzFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function format( array $layout ) : array {
$events = $this->get_events( $query_params );

if ( empty( $events ) ) {
$events = [];
$events['events'] = [];
}

// Create recurring events
Expand Down

0 comments on commit 8cac57e

Please sign in to comment.