By mcdruid on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x
Introduced in version:
7.83
Issue links:
Description:
D7 now has a default upload directory for file fields based on the date:
'file_directory' => '[date:custom:Y]-[date:custom:m]',
Files uploaded to fields using this default will be saved to a location like:
public://2021-11/filename.jpg
Existing fields should not be affected.
Impacts:
Site builders, administrators, editors
Module developers
Themers
Site templates, recipes and distribution developers