Don't use 3.3.x unless plugin only works for 3.3.x, rather than 3.3 in general
svn: r17164
This commit is contained in:
parent
e16c4f003d
commit
8a9e1b091b
@ -82,7 +82,7 @@ register(GRAMPLET,
|
|||||||
name = _("Exif Viewer Gramplet"),
|
name = _("Exif Viewer Gramplet"),
|
||||||
description = _("Gramplet showing exif tags for a media object"),
|
description = _("Gramplet showing exif tags for a media object"),
|
||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
gramps_target_version = "3.3.0",
|
gramps_target_version = "3.3",
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
fname = "Exif.py",
|
fname = "Exif.py",
|
||||||
height = 200,
|
height = 200,
|
||||||
@ -110,7 +110,7 @@ register(GRAMPLET,
|
|||||||
name=_("Person Events Gramplet"),
|
name=_("Person Events Gramplet"),
|
||||||
description = _("Gramplet showing the events for a person"),
|
description = _("Gramplet showing the events for a person"),
|
||||||
version="1.0.0",
|
version="1.0.0",
|
||||||
gramps_target_version="3.3.0",
|
gramps_target_version="3.3",
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
fname="Events.py",
|
fname="Events.py",
|
||||||
height=200,
|
height=200,
|
||||||
@ -123,7 +123,7 @@ register(GRAMPLET,
|
|||||||
name=_("Family Events Gramplet"),
|
name=_("Family Events Gramplet"),
|
||||||
description = _("Gramplet showing the events for a family"),
|
description = _("Gramplet showing the events for a family"),
|
||||||
version="1.0.0",
|
version="1.0.0",
|
||||||
gramps_target_version="3.3.0",
|
gramps_target_version="3.3",
|
||||||
status = STABLE,
|
status = STABLE,
|
||||||
fname="Events.py",
|
fname="Events.py",
|
||||||
height=200,
|
height=200,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user