Skip to content

2.11.5

Compare
Choose a tag to compare
@maarcingebala maarcingebala released this 08 Jan 09:26

Welcome to 2.11.5 release of Saleor!

Changelog

  • Fix duplicated products in Collection.products query - #6666 by @d-wysocki

  • Deprecate description/content fields - #6688 by @d-wysocki:

    • Category.description
    • CategoryTranslatableContent.description
    • CategoryTranslation.description
    • Collection.description
    • CollectionTranslatableContent.description
    • CollectionTranslation.description
    • Product.description
    • ProductTranslatableContent.description
    • ProductTranslation.description
    • Page.content
    • PageTranslatableContent.content
    • PageTranslation.content

    These fields are deprecated in favor of descriptionJson and contentJson fields.