On Fri, May 14, 2004 at 05:45:58 +0100, Mike Rawes wrote:
Will it be
possible for the same plugin to implement both v1 and v2?
(I would have thought that was probably a necessity, but then I don't write
plugins.)
Ooh. That's a good point...
I've written a few plugins, and the thought of maintaining two versions of
otherwise identical plugins doesn't appeal. It is possible to combine two
versions in the source, and determine which version to build at compile time.
My vague plan was to stop supporting v1 directly and to provide a v1
meta plugin wrapper that presents my v2 plugins via a v1 interface.
The alternaive is that I stop supporting v1 alltogether. The old versions
will still be avialable ofcourse.
- Steve