postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

Please don't update the version number when no database changes have been done #33

Closed peterjaap closed 2 years ago

peterjaap commented 3 years ago

In the 3.1.1 release, the database scheme has a version upgrade; https://github.com/postcode-nl/PostcodeNl_Api_Magento2/compare/3.1.0...3.1.1

But the code only contains Javascript changes. Please refrain from updating the database scheme version - this causes downtime for us since Magento thinks it needs to do a database update and goes into maintenance mode. Without the database scheme version change, we will have zero downtime releases since no database update is needed.

There is no need for the database version scheme to be on par with the extension version itself.

Thanks.

JozefVerhoef commented 2 years ago

Thanks for the feedback!