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.
- #78 We have removed the
$appViewproperty from theluya\cms\base\PhpBlockViewclass. In order to register assets, js and css into the view useMyAsset::register($this)instead of previousMyAsset::register($this->appView). - This release contains the new migrations which are required for the user and file table. Therefore make sure to run the
./vendor/bin/luya migratecommand aftercomposer update.