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:
Andre Kiste 2019-06-12 15:44:04 +12:00 committed by GitHub
commit 961724f74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1235,7 +1235,7 @@ has been added to assist in migration of existing files (see [file migration doc
./vendor/bin/sake dev/tasks/MigrateFileTask ./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. 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.

View File

@ -70,7 +70,7 @@ We have ironed out some edge cases since then:
* [Hash-less public asset URLs](#hash-less) * [Hash-less public asset URLs](#hash-less)
* [Legacy thumbnail locations](#legacy-thumb) * [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. You can opt-in to performing these migration tasks on your already upgraded SilverStripe 4.x project.