Sun, 14 Jan 2018 12:03:34 +0100
Fixed a bug in the plug-in repository dialog causing the cleanup function to fail, if the download directory contains a file without version info seperated by '-'.
<!-- This is the DTD for eric4's plugin repository file version 4.1 --> <!ELEMENT Name (#PCDATA)> <!ELEMENT Short (#PCDATA)> <!ELEMENT Description (#PCDATA)> <!ELEMENT Url (#PCDATA)> <!ELEMENT Author (#PCDATA)> <!ELEMENT Version (#PCDATA)> <!ELEMENT Filename (#PCDATA)> <!ELEMENT Plugin (Name, Short, Description, Url, Author, Version, Filename)> <!ELEMENT Plugins (Plugin*)> <!ATTLIST Plugins version CDATA #REQUIRED>