From 2aaecc5f50134db391c0f67c95f35d8a659cd42e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 28 Jul 2025 10:01:44 +1000 Subject: [PATCH] Fix notification plugin docs --- _posts/2025-08-08-1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-08-08-1.0.0.md b/_posts/2025-08-08-1.0.0.md index 7f914402..2d0952c1 100644 --- a/_posts/2025-08-08-1.0.0.md +++ b/_posts/2025-08-08-1.0.0.md @@ -67,7 +67,7 @@ Note that this is all handled automatically by the plugin creation tool, so deve ### Notification Plugins -We have changed the way that notification methods can be [implented via plugins](https://github.com/inventree/InvenTree/pull/9735). This new system provides a much more flexible and extensible way for plugins to implement custom notification methods, allowing for greater customization and control over how notifications are handled within the InvenTree system. +We have changed the way that notification methods can be [implented via plugins](https://github.com/inventree/InvenTree/pull/9735). This change was made to ensure that custom notification methods were able to be loaded and unloaded correctly, and to provide a more consistent approach for implementing notification methods across different plugins. *However* - this change is *not* backwards compatible with existing plugins that implement notification methods. Plugin developers will need to update their plugins to use the new notification system in order to continue providing custom notification methods.