Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 720 Bytes

UPGRADE.md

File metadata and controls

8 lines (5 loc) · 720 Bytes

LUYA CMS MODULE UPGRADE

This document will help you upgrading from a LUYA admin module version into another. For more detailed informations about the breaking changes click the issue detail link, there you can examples of how to change your code.

1.x to 2.0 (in progress)

  • This release contains the new migrations which are required for the user and file table. Therefore make sure to run the ./vendor/bin/luya migrate command after composer update.
  • #51 When a page contains the module block (not a page which is a module) and the module block can create and follow urls the strict parsing option must disabled in the nav item setting panel.