- CS fixes
- Fixed notification not sent even if the user was confirmed
- Improved attachments handling to email notifications.
- Added parameter to prevent sending of notifications to non-active users (blocked or not confirmed).
- Fixed default alias in
Module::$attachmentsPath
- Fixed name of method after library update in
WebChannel
- Fixed receiver on the channel when multiple notifications are sent;
- Fixed
NotificationsAsset::$sourcePath
. - Fixed typos.
- Fixed caching of channels in worker;
- Commands controller no longer extends [yii\queue\cli\Command] since its methods are no longer required and keeping it caused some errors;
- Fixed an error that prevented the worker to set correctly the language of the notifications.
- Adds worker so that notifications can be sent at another time;
- The email channel now passes a parameter 'language' to the view of the mailer.
- Refactoring and improvements from the original repository
- First release