I used QGIS 2.8.3 with plugin Plugin Builder 2.10.1 to create a
sample plugin, then changed the files of Chinese Postman to resemble
those created by Plugin Builder.
Not sure how it will work with versions of QGIS below 2.8. For
qgisMinimumVersion, I for now assumed compatibility with all 2.x
versions.
Even though very little changed except for the metadata, it was not
possible to keep qgisMinimumVersion at 1.7, as QGIS then assumes the
plugin to be only compatible up to version 1.99.
For error AttributeError: 'unicode' object has no attribute 'toString' I will create a separate commit, since I am not fully sure
if it has to do with the QGIS version.
qgisMinimumVersion
, I for now assumed compatibility with all 2.x versions.qgisMinimumVersion
at 1.7, as QGIS then assumes the plugin to be only compatible up to version 1.99.AttributeError: 'unicode' object has no attribute 'toString'
I will create a separate commit, since I am not fully sure if it has to do with the QGIS version.Fixes rkistner/chinese-postman#2