Skip to content

Releases: maximilienGilet/notification-bundle

Merge PR 46 & 81

07 Jan 07:58
5dcd3f6
Compare
Choose a tag to compare

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

23 Jun 07:12
8317df5
Compare
Choose a tag to compare
Fixed deleting notifications with NotificationManager->removeNotification() (Issue #74)

3.1

06 Sep 11:43
6b44f0f
Compare
Choose a tag to compare
3.1
Fix bug in notifications.html.twig template (mark all as seen)

Fix proxy entities

18 Oct 13:43
Compare
Choose a tag to compare
2.0.1

Fix creating proxies when adding notification to proxy class

Bundle refactored from scratch

17 Oct 07:42
Compare
Choose a tag to compare
Merge branch 'dev' of https://github.com/maximilienGilet/notification…

…-bundle into dev

2.0-unstable

17 Oct 07:19
Compare
Choose a tag to compare
2.0-unstable Pre-release
Pre-release
Merge branch 'dev' into unstable