I just upgraded my 6.5 install to the latest nightly and saw deprecation messages in my log file. I've manually updated my local install of your plugin, but these should probably make it into your codebase:
2006-08-25 10:21:30.3960 Slim::Web::Setup::validateNumber() has been deprecated in favor of Slim::Utils::Validate::number(). 2006-08-25 10:21:30.3978 Slim::Web::Setup::validateHasText() has been deprecated in favor of Slim::Utils::Validate::hasText(). 2006-08-25 10:23:50.5949 Slim::Web::Setup::validateTrueFalse() has been deprecated in favor of Slim::Utils::Validate::trueFalse(). 2006-08-25 10:23:50.5954 Slim::Web::Setup::validateAcceptAll() has been deprecated in favor of Slim::Utils::Validate::acceptAll(). (This is with WeatherTime v1.7) -- kyleki ------------------------------------------------------------------------ kyleki's Profile: http://forums.slimdevices.com/member.php?userid=2510 View this thread: http://forums.slimdevices.com/showthread.php?t=21989 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
