Follow the steps below to upgrade the package.
Some config changes have been made. If you customized it, you should re-publish it and reapply your changes.
Some template changes have been made. If you customized them, you should re-publish them and reapply your changes.
There are small changes in the API you will have to report in your code:
- Search and replace each
Table
use of->showTemplate(
by->showActionTemplate(
. - Search and replace each
Table
use of->editTemplate(
by->editActionTemplate(
. - Search and replace each
Table
use of->destroyTemplate(
by->destroyActionTemplate(
. - The use of the
button
method onColumn
class should not be used without argument and will now trigger an error if no array is given.
See all change with the comparison tool.
If you see any forgotten and undocumented change, please submit a PR to add them to this upgrade guide.