Skip to content

Commit c11165d

Browse files
committed
Merge branch 'release/2.0.3'
2 parents b1f56e5 + 84d5747 commit c11165d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [2.0.3] - 2024-04-10
8+
9+
- [#203](https://github.com/os2display/display-api-service/pull/203)
10+
- Changed theme->addLogo() to theme->setLogo().
11+
712
## [2.0.2] - 2024-04-10
813

914
- [#202](https://github.com/os2display/display-api-service/pull/202)

src/State/ThemeProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function fromInput(mixed $object, Operation $operation, array $uriVari
4949
throw new DataTransformerException('Unknown media resource');
5050
}
5151

52-
$theme->addLogo($logo);
52+
$theme->setLogo($logo);
5353
}
5454

5555
return $theme;

0 commit comments

Comments
 (0)