Plugins required to be correct version

svn: r14300
This commit is contained in:
Doug Blank
2010-02-10 12:13:47 +00:00
parent 01757effa1
commit 843fb89ba0
23 changed files with 198 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ plg.id = 'familylines_graph'
plg.name = _("Family Lines Graph")
plg.description = _("Produces family line graphs using GraphViz.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'GVFamilyLines.py'
plg.ptype = REPORT
@@ -53,6 +54,7 @@ plg.id = 'hourglass_graph'
plg.name = _("Hourglass Graph")
plg.description = _("Produces an hourglass graph using Graphviz.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'GVHourGlass.py'
plg.ptype = REPORT
@@ -74,6 +76,7 @@ plg.id = 'rel_graph'
plg.name = _("Relationship Graph")
plg.description = _("Produces relationship graphs using Graphviz.")
plg.version = '1.0'
plg.gramps_target_version = '3.2'
plg.status = STABLE
plg.fname = 'GVRelGraph.py'
plg.ptype = REPORT