Skip to content

Commit

Permalink
0.2.10 Fixed RBL integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Feb 2, 2022
1 parent 4b6cba9 commit 85fd014
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugins/yetiforce/yetiforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ public function init()
$this->include_stylesheet('preview.css');

$this->add_hook('template_object_messageattachments', [$this, 'appendIcsPreview']);
$this->add_hook('template_object_messagesummary', [$this, 'messageSummary']);
if (\App\Config::component('Mail', 'rcDetailCheckRbl', false)) {
$this->add_hook('template_object_messagesummary', [$this, 'messageSummary']);
}
$this->add_hook('message_load', [$this, 'message_load']);

$this->add_button([
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

return [
'patch' => '2022.01.04',
'version' => '0.2.9',
'patch' => '2022.02.02',
'version' => '0.2.10',
];

0 comments on commit 85fd014

Please sign in to comment.