Hello all,
This thread will serve as a place to discuss API changes in the upcoming "Wombat" release of Miva Merchant.
We're making some major changes to the software in this release, and our goal is to minimize the impact on module developers as much as possible. Ideally, existing modules will continue to function without modification, and your only concern will be integrating the new functionality into your modules.
To accomplish this goal, we're being extremely careful about how we change the API footprint of the software--both functions that you call within our code (such as util.mvc and db.mvc) and functions we call within your code (the module API). There may still be issues for people that go directly to our database tables, but we are trying to minimize them where possible.
This thread will serve as a place to discuss API changes in the upcoming "Wombat" release of Miva Merchant.
We're making some major changes to the software in this release, and our goal is to minimize the impact on module developers as much as possible. Ideally, existing modules will continue to function without modification, and your only concern will be integrating the new functionality into your modules.
To accomplish this goal, we're being extremely careful about how we change the API footprint of the software--both functions that you call within our code (such as util.mvc and db.mvc) and functions we call within your code (the module API). There may still be issues for people that go directly to our database tables, but we are trying to minimize them where possible.
Comment