verbb / kint

Adds Kint, an in-app PHP debugger, to Craft CMS for use in Twig and PHP.
MIT License
3 stars 3 forks source link

Update plugin reference in DB for Craft 2 to 3 migrations #2

Closed jamesmacwhite closed 4 years ago

jamesmacwhite commented 5 years ago

@mildlygeeky Thanks for releasing your Kint plugin for Craft 3. Something I have noticed that when migrating from Craft 2, the plugin reference in the database is not updated as the version shows as 1.1.0 after installing on Craft 3. I believe it's because the version of the Craft 3 is lower than the Craft 2 version, Craft will ignore changing the craft_plugins table on installing because 1.1.10 < 1.0.0.

Any chance you can do a release bump to be higher than the Craft 2 version so this will be correctly updated for Craft 2 to 3 migrations?

Many thanks!