github statamic/cms v3.0.0-beta.32

latest releases: v5.0.0-beta.3, v5.0.0-beta.2, v4.57.3...
3 years ago

What's improved

  • Site variables are now available in templates in the site scope (site:name, site:locale, etc).
  • Tags, Modifiers, Fieldtypes, and Widgets now automatically register aliases in addons.
  • Collection (and similar tags - taxonomy, users, etc) now support combing the offset and pagination parameters with paginate="n".

What's fixed

  • Antlers code inside fields should now be more reliably left unparsed, unless you opt in on the field with antlers: true.
  • Parsing Antlers templates will return AntlersString instances rather than strings. This is technically a breaking change if you were explicitly checking for strings. In most cases it will be cast to a string automatically. #1944
  • Other unnamed bug fixes

What's breaking

  • The locale, locale_name, site_name, etc variables have been removed in favor of site, site:name, etc.

Don't miss a new cms release

NewReleases is sending notifications on new releases.