From d3713f12d1d5317e045a5bc1e3cc89625ebf0c5a Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 12 May 2002 20:57:18 +0000 Subject: [PATCH] Added new warning about the impending doom of Widgets. --- docs/gotcha.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 76de8f816..6c074b99d 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -9,9 +9,11 @@ save you many hours of grief. 3.8.0 -------------------------------------------------------------------- - * Widgets are being replaced with Wobjects. The Widget interface - will remain in WebGUI until version 5.0.0, but it is - depricated and use is not recommended. + * Widgets are being replaced with Wobjects. Any custom widgets + you're using need to be replaced with new Wobjects or + they will cease to function. Please contact the developer + of the widget immediately to have them upgrade it to + a Wobject. 3.6.0 --------------------------------------------------------------------