Quote:
Notice your plugin tag is written incorrectly as "<plugin>>" instead of "<plugin>"
and for consistency your version string should have 3 parts so "1.0.0" versus "1.0" and it should appear in the plugin name after the underscore:
FootnoteFixer_v1.0.0.zip
to match what your plugin.xml says.
After making that change, it should work as far as I can tell.
|
D’oh I knew it had to be something obvious. Thanks
Lesson learned: always use a dedicated programming tool.