You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
There is a section in the docs called "Install/Upgrade" for plugin developers.
This section has a large deprecation notice in it now:
THIS IS NOW DEPRECATED AND DISCOURAGED FROM USE. USE THE INTEGRATION FRAMEWORK’S MIGRATION INSTEAD.
However, the "Install/Upgrade" section is not only for developers who want to add database migrations. It can also be used in the installation process to check if certain dependencies are installed, etc.
We should merge the docs for "Install/Upgrade" and the new Integration Framework and mention the following:
You can use onPluginInstall(), onPluginUpdate, etc. to check things during the installation process
Do you need to add custom tables to the database? Use the new isApplicable() and up() methods that the IntegrationsBundle makes available.
There is a section in the docs called "Install/Upgrade" for plugin developers.
This section has a large deprecation notice in it now:
However, the "Install/Upgrade" section is not only for developers who want to add database migrations. It can also be used in the installation process to check if certain dependencies are installed, etc.
We should merge the docs for "Install/Upgrade" and the new Integration Framework and mention the following:
onPluginInstall()
,onPluginUpdate
, etc. to check things during the installation processisApplicable()
andup()
methods that theIntegrationsBundle
makes available.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: