mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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).
This commit is contained in:
parent
bea85c22a5
commit
49e6d701e5
@ -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
|
If you encounter problems with images not appearing, or have mysteriously
|
||||||
disappeared, you can try manually flushing the image cache.
|
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 Documentation
|
||||||
[api:Image]
|
[api:Image]
|
||||||
|
Loading…
Reference in New Issue
Block a user