Skip to content

Commit

Permalink
Fixes deprecated warning because of using Latte#addFilter() method
Browse files Browse the repository at this point in the history
remp/crm#1135

(cherry picked from commit ab87bd3)
  • Loading branch information
miroc committed May 26, 2022
1 parent cdc3889 commit 7b76d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [0.32.2] - 2022-05-02
## [0.32.3] - 2022-05-26

- Fixed deprecated warning because of using `Latte#addFilter()` method. remp/crm#1135

## [0.32.2] - 2022-05-11

### [Campaign]

Expand Down
2 changes: 1 addition & 1 deletion Mailer/extensions/mailer-module/src/config/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

nette.latteFactory:
setup:
- addFilter(null, [@filterLoader, 'load'])
- addFilterLoader([@filterLoader, 'load'])

mailWorkerCommand:
factory: Remp\MailerModule\Commands\MailWorkerCommand(@commandsLogger)
Expand Down

0 comments on commit 7b76d3d

Please sign in to comment.