Skip to content

3.4.0

Compare
Choose a tag to compare
@nadar nadar released this 24 Oct 09:50
· 460 commits to master since this release
91ca5f0

3.4.0 (24. October 2020)

This release contains a very small and unlikely used signature change. Check the UPGRADE document to read more about.

  • #288 Introduced a new setup() method in luya\cms\base\BlockInterface. This method is called when the block object is instantiated in frontend context.
  • #300 Hide navigation informations when creating a translation from an existing page (inline translating).
  • #290 Add titleContent callable function for luya\cms\widgets\NavTree widget in order to customize the link content.
  • #292 Improve the CMS Block-Editor styles.
  • #297 Fixed a bug where menu queries with hidden informations won't retrieve correct data and count (hidden information was not passed correctly to the ArrayIterator from inside an luya\menu\Item).
  • #138 Added missing translations for all CMS tags.
  • #302 Added new "Language Mirroring" block for the developer group, in order to mirror content from a language placeholder into another.
  • #304 Add new default value for full page cache duration (2 hours instead of 1 minute).
  • #306 New option for block variable and configuration setup allows to make attributes required using 'required' => true in block config.