> Which is the lowest version number your extension support? Thanks all!
I have an extension that supports SeaMonkey 1.* and Firefox 2.*
Then for example with the new Firefox 3, I introduced some database
usage (SQLite).
So now I have 2 versions. Last one updated regularly and the old-one
for SeaMonkey 1.* and Firefox 2.* picked in a place for these users,
but not more updated.
I prefer to "force" users to get the latest version of the browser
because is more secure.
But there is users that for X valid reasons can't upgrade or install
newer versions.
Firefox 3.5.x is the current released version.
Firefox 3.0.x is still a supported version... we will continue supporting
this series with security and stability updates for six months after Firefox
3.5 was released (at least until January).
Firefox 3.6 is currently in late beta and will going to release candidates
shortly.
You should focus on making your extension compatible with Firefox 3.5.x and
Firefox 3.6 betas. If you have time and want to support users on older
versions you can go back and make it work with Firefox 3.0.x also, but that
might be diminishing returns on your time.
--BDS
It is possible that your extension will not be specific to any version
at all. PrefBar works with SeaMonkey 1.x, SeaMonkey 2.x, Firefox 2.x,
Firefox 3.0.x, and Firefox 3.5.x. (However, some of the buttons in
PrefBar are specific to certain versions.) This all depends on the
functionality of your extension and on its interface with the
application onto which it is installed.
--
David E. Ross
<http://www.rossde.com/>
Go to Mozdev at <http://www.mozdev.org/> for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications. You can access Mozdev much
more quickly than you can Mozilla Add-Ons.