mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9051 from open-sausages/pulls/4.4/tag-to-short-code-changelog
DOC Add missing reference to TagToShortcodeTask.
This commit is contained in:
commit
961724f74d
@ -1235,7 +1235,7 @@ has been added to assist in migration of existing files (see [file migration doc
|
||||
./vendor/bin/sake dev/tasks/MigrateFileTask
|
||||
```
|
||||
|
||||
##### Rewriting asset references
|
||||
##### Rewriting asset references{#tagtoshortcode}
|
||||
|
||||
Your `img` and `a` tag references to your assets may now be pointing to a location in your assets folder that has been moved. There is a task available which will look through all your tables containing `HTMLText` and `HTMLVarchar` fields looking for broken references and then rewrite them to the new location of the file.
|
||||
|
||||
|
@ -70,7 +70,7 @@ We have ironed out some edge cases since then:
|
||||
|
||||
* [Hash-less public asset URLs](#hash-less)
|
||||
* [Legacy thumbnail locations](#legacy-thumb)
|
||||
* TODO Shortcode migration
|
||||
* [HTMLText short code migration](/Upgrading/Upgrading_projec#tagtoshortcode)
|
||||
|
||||
|
||||
You can opt-in to performing these migration tasks on your already upgraded SilverStripe 4.x project.
|
||||
|
Loading…
Reference in New Issue
Block a user