A backoffice plugin which allows users to view any migrations installed on an Umbraco instance.
This is useful for any Umbraco admins who use bespoke migrations in their own code or simply want to check which versions of Umbraco were installed when.
The tree view is currently powered by the umbracoMigration database table and no further configuration is required once the package has been installed.
This package is built against Umbraco v7.3.0 but is compatible with any newer versions.
If you have any issues please raise a ticket over on the Github repo issue tracker.
NuGet installation
You can also install this project via NuGet using the following command in Package Manager Console:
Install-Package Our.Umbraco.MigrationsViewer
v0.1.2
Corrected bug fix from previous version.
Updated installation process for NuGet install.
v0.1.1 (Beta)
Bug fix for json casing issue
v0.1.0 (Beta)
Initial release