From 894b791c07df38c7a7cb4ba3f1adc84227f81ed6 Mon Sep 17 00:00:00 2001 From: ondrejch Date: Mon, 30 Mar 2020 14:47:39 +0200 Subject: [PATCH] update upgrade docs --- docs/UPGRADE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index 5e5fc289..94cd72e3 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -12,31 +12,31 @@ It is necessary to rename all Kontent taxonomy, type, and item names in all Grap | 4.x.x pattern | 5.x.x pattern | | -------------------------------------------- | ------------------------------ | -| KontentTaxonomy{PascalCasedTaxonomyCodename} | KontentTaxonomy_{raw_codename}| +| KontentTaxonomy{PascalCasedTaxonomyCodename} | kontent_taxonomy_{raw_codename}| | 4.x.x example | 5.x.x example | | -------------------------------------------- | ------------------------------ | -| KontentTaxonomyMyPersonas | KontentTaxonomy_my_personas | +| KontentTaxonomyMyPersonas | kontent_taxonomy_my_personas | #### Type name | 4.x.x pattern | 5.x.x pattern | | -------------------------------------------- | ------------------------------ | -| KontentType{PascalCasedTypeCodename} | KontentType_{raw_codename} | +| KontentType{PascalCasedTypeCodename} | kontent_type_{raw_codename} | | 4.x.x example | 5.x.x example | | -------------------------------------------- | ------------------------------ | -| KontentTypeMyPerson | KontentType_my_person | +| KontentTypeMyPerson | kontent_type_my_person | #### Item name | 4.x.x pattern | 5.x.x pattern | | -------------------------------------------- | ------------------------------ | -| KontentItem{PascalCasedItemCodename} | KontentItem_{raw_codename} | +| KontentItem{PascalCasedItemCodename} | kontent_item_{raw_codename} | | 4.x.x example | 5.x.x example | | -------------------------------------------- | ------------------------------ | -| KontentItemMyArticle | KontentItem_my_article | +| KontentItemMyArticle | kontent_item_my_article | ## From `3.x.x` to `4.x.x`