Releases: solspace/craft3-commons
Releases · solspace/craft3-commons
v1.0.6
Optimizing the streamlined install migration flow.
- Added a
::beforeUninstall()
method - Added a
::afterUninstall()
method - Now all of the event methods must return a boolean value. Returning
false
will prevent the migration from executing
v1.0.5
Adding configurations object for convenience
v1.0.4
Hotfixing permission helper issue.
Adding a crypto helper.
Preventing permission helper from throwing errors when in using the console app.
v1.0.3
Improving the uninstall migration, making it possible to uninstall plugins that have partially been uninstalled already.
v1.0.2
Merge branch 'dev'
v1.0.1
Adding a layer for migrations to allow for easier and prettier install migrations in Craft CMS 3