Under Developers you have
Deprecated File_upload_preferences_model::get_upload_preferences(), use File_upload_preferences_model::get_file_upload_preferences() instead.
when I think it should say
Deprecated Tools_model::get_upload_preferences(), use File_upload_preferences_model::get_file_upload_preferences() instead.
Actually that’s right. We’re deprecating File_upload_preferences_model::get_upload_preferences(). However, we did miss deprecating the Tools_model one as well. The reason why File_upload_preferences_model::get_upload_preferences() is being deprecated is because File_upload_preferences_model::get_file_upload_preferences() is needed to support the new $config variable for upload_preferences.
I’ll add the Tools_model deprecation notice.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.