am-impact / amnav

Navigation plugin for Craft
168 stars 19 forks source link

add `getSchemaVersion()` to prevent 'Update' dialog #69

Closed engram-design closed 8 years ago

engram-design commented 8 years ago

Each time this plugin has an update, Craft will lock out access to the site and control panel. Implementing getSchemaVersion() can help with this, and allows Craft to be notified if there are actually any updating steps (to the database) to perform.

hubertprein commented 8 years ago

Correct. However, setting the first schema version way back to the first release isn't really logical to my opinion. I'll release one with the version set o the current release.

engram-design commented 8 years ago

Fair enough - whatever works best from your end 😃 Cheers!