Releases: maximilienGilet/notification-bundle
Releases · maximilienGilet/notification-bundle
Merge PR 46 & 81
Version 4.0
Changes
Re-enable rendering HTML in notification list
HTML rendering for notification list is now fixed after break in version 3.2 thanks to @imphil with #81
Fix custom notification entity
Fixes the use of Notification entity overriding thanks to @leandro980 in #46. The NotificationManager::createNotification
method now returns your custom entity.
Upgrade from 3.x
Custom Notification entity usage
If you use a custom Notification entitiy you must remove the resolve_target_entities
directive from the doctrine configuration and add a configuration file.
Example
After adding the customized notification class as in #39 just add a configuration file
config/packages/mgilet_notification.yaml
mgilet_notification:
notification_class: App\Entity\MyCustomNotification
3.2: Merge pull request #75 from IndyDevGuy/master
Fixed deleting notifications with NotificationManager->removeNotification() (Issue #74)
3.1
Fix bug in notifications.html.twig template (mark all as seen)
Fix proxy entities
2.0.1 Fix creating proxies when adding notification to proxy class
Bundle refactored from scratch
2.0 Merge branch 'dev' of https://github.com/maximilienGilet/notification…
2.0-unstable
Merge branch 'dev' into unstable