Skip to content

Commit

Permalink
Merge branch 'release/0.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Sep 28, 2021
2 parents 7b1859a + 6893c18 commit 0f0b1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/Controller/ConsentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function approveAction(string $hash, string $email): ?ResponseInterface
// Approve consent
$consent->setApproved(true);
$consent->setApprovalDate(new \DateTime());
$consent->setValidUntil(null);
$this->eventDispatcher->dispatch(new ApproveConsentEvent($consent));
$this->consentRepository->update($consent);

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => false,
'version' => '0.1.5',
'version' => '0.1.6',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.99.99',
Expand Down

0 comments on commit 0f0b1aa

Please sign in to comment.