Skip to content

Commit

Permalink
Removal of FlushGeneratedImagesTask was not documented.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
patricknelson committed Apr 5, 2016
1 parent bea85c2 commit 49e6d70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/en/02_Developer_Guides/14_Files/02_Images.md
Expand Up @@ -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

<div class="notice" markdown="1">
This task was renamed to `RegenerateCachedImagesTask` (originally `FlushGeneratedImagesTask`) circa SilverStripe 3.2.
</div>

## API Documentation
[api:Image]

0 comments on commit 49e6d70

Please sign in to comment.