View Single Post
  #7 (permalink)  
Old 07-09-2008, 08:04 AM
dollars5's Avatar
dollars5 dollars5 is offline
Pligg is my love :)
 
Join Date: Dec 2006
Location: India
Posts: 2,154
Thanks: 290
Thanked 266 Times in 177 Posts
I did the same and had already sent the file to Dan

It is also attached for others.

Also in the install.rdf - use <em:maxVersion>3.*</em:maxVersion> against 3.0.* - as there is other new version of FF on the progress with some critical patches. Say even if mozilla team releases 3.5 - the plugins will work fine without any issues. But as a warning donot put future major versions as the plugin logic may be updated with > 4.0 - it was stated in the manifest.
Quote:
Originally Posted by daviddunn View Post
Hi danwalsh,

No need to wait for dollar5 as this is a 2min fix, updating the FF plugin to work with v3 is very simple, open the install.rdf within the .xpi package and look for the section below.

Code:
                <em:targetApplication>
                        <Description>
                                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                                <em:minVersion>1.0</em:minVersion>
                                <em:maxVersion>3.0.*</em:maxVersion>
                        </Description>
The important part of the plugin is <em:maxVersion>3.0.*</em:maxVersion> as this tells FF3 the plugin is compatiable. In your plugin it may say 2.0.* or may not be there at all.

Fixed
Reply With Quote