diff --git a/src/plugins/gramplet/DataEntryGramplet.py b/src/plugins/gramplet/DataEntryGramplet.py index 6d1c66fa0..cc7c21c63 100644 --- a/src/plugins/gramplet/DataEntryGramplet.py +++ b/src/plugins/gramplet/DataEntryGramplet.py @@ -746,5 +746,7 @@ register(type="gramplet", title=_("Data Entry"), detached_width = 510, detached_height = 480, + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/FaqGramplet.py b/src/plugins/gramplet/FaqGramplet.py index ab4db01fa..e75c81526 100644 --- a/src/plugins/gramplet/FaqGramplet.py +++ b/src/plugins/gramplet/FaqGramplet.py @@ -45,5 +45,7 @@ register(type="gramplet", height=300, content = FAQGramplet, title=_("FAQ"), + gramps="3.1.0", + version="1.0.0", ) diff --git a/src/plugins/gramplet/HeadlineNewsGramplet.py b/src/plugins/gramplet/HeadlineNewsGramplet.py index 9e0e84c64..d7e0d6a7d 100644 --- a/src/plugins/gramplet/HeadlineNewsGramplet.py +++ b/src/plugins/gramplet/HeadlineNewsGramplet.py @@ -278,4 +278,6 @@ register(type="gramplet", expand=True, content = HeadlineNewsGramplet, title=_("Headline News"), + gramps="3.1.0", + version="1.0.1", ) diff --git a/src/plugins/gramplet/NoteGramplet.py b/src/plugins/gramplet/NoteGramplet.py index 2f4da290b..9def79794 100644 --- a/src/plugins/gramplet/NoteGramplet.py +++ b/src/plugins/gramplet/NoteGramplet.py @@ -272,5 +272,7 @@ register(type="gramplet", title=_("Note"), detached_width = 500, detached_height = 400, + gramps="3.1.0", + version="1.0.0", )