Skip to content

v2.29.0

Choose a tag to compare

@cs-raj cs-raj released this 16 Jul 09:21
· 7 commits to v2-legacy since this release
ba679e1
Feat: Added Support for Taxonomy Localisation and Publishing
  • Taxonomy / Term / TermQuery
    • Added SetLocale(string), IncludeFallback(), and AddParam(string, string) chainable methods to Taxonomy, Term, and TermQuery, matching the convention used by Asset, Entry, and AssetLibrary
    • Taxonomy.Fetch<T>() and Term.Fetch<T>() now read from the shared UrlQueries dict — locale and fallback are set via chaining, not method parameters
    • Fixed include_fallback serialization: value is sent as the string "true" instead of a C# bool (which serialized as "True" and was rejected by the CDA)
    • Added AddParam(string, string) to TermQuery (was missing)