Upgrade
You can upgrade Logger for Statamic using composer - it's as easy as that.
For major versions, you will need to manually increment version numbers as these may include breaking changes and may need some additional changes to your code.
2.x to 3.x New
Due to Statamic's upgrade of Vue 2 to Vue 3, 3.x drops support for Statamic 5.
Update the following dependencies in your site's composer.json
file:
mitydigital/statamic-logger
to^3.0
New events have been added, and the UI refreshed, but otherwise there are no major changes.
If you're translating Logger, some new strings have been added.
1.x to 2.x New
v2 drops support for Statamic 4.
Update the following dependencies in your site's composer.json
file:
mitydigital/statamic-logger
to^2.0