From 49e6d701e55befd45817653d6e2df16577094689 Mon Sep 17 00:00:00 2001 From: Patrick Nelson Date: Tue, 5 Apr 2016 15:09:46 -0700 Subject: [PATCH] Removal of FlushGeneratedImagesTask was not documented. This task appears to have been superseded by a new task called `RegenerateCachedImagesTask` but it was not documented, so `FlushGeneratedImagesTask` simply appeared to have vanished. This will update the documentation to reflect this change for both v3.2 and v3.3 (separate PR). --- docs/en/02_Developer_Guides/14_Files/02_Images.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/14_Files/02_Images.md b/docs/en/02_Developer_Guides/14_Files/02_Images.md index d2055f452..724f3ad90 100644 --- a/docs/en/02_Developer_Guides/14_Files/02_Images.md +++ b/docs/en/02_Developer_Guides/14_Files/02_Images.md @@ -157,7 +157,11 @@ and whenever you upload or modify an Image through SilverStripe. If you encounter problems with images not appearing, or have mysteriously disappeared, you can try manually flushing the image cache. - http://localhost/dev/tasks/FlushGeneratedImagesTask + http://localhost/dev/tasks/RegenerateCachedImagesTask + +
+This task was renamed to `RegenerateCachedImagesTask` (originally `FlushGeneratedImagesTask`) circa SilverStripe 3.2. +
## API Documentation [api:Image]