Move all trunk plugins to version 3.4
svn: r16874
This commit is contained in:
@@ -33,7 +33,7 @@ plg.id = 'im_csv'
|
||||
plg.name = _("Comma Separated Values Spreadsheet (CSV)")
|
||||
plg.description = _("Import data from CSV files")
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportCsv.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -52,7 +52,7 @@ plg.name = _('GEDCOM')
|
||||
plg.description = _('GEDCOM is used to transfer data between genealogy programs. '
|
||||
'Most genealogy software will accept a GEDCOM file as input.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGedcom.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -70,7 +70,7 @@ plg.id = 'im_geneweb'
|
||||
plg.name = _('GeneWeb')
|
||||
plg.description = _('Import data from GeneWeb files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGeneWeb.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -89,7 +89,7 @@ plg.name = _('Gramps package (portable XML)')
|
||||
plg.description = _('Import data from a Gramps package (an archived XML '
|
||||
'family tree together with the media object files.)')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGpkg.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -110,7 +110,7 @@ plg.description = _('The Gramps XML format is a text '
|
||||
'read-write compatible with the '
|
||||
'present Gramps database format.')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportXml.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -128,7 +128,7 @@ plg.id = 'im_grdb'
|
||||
plg.name = _('Gramps 2.x database')
|
||||
plg.description = _('Import data from Gramps 2.x database files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportGrdb.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -146,7 +146,7 @@ plg.id = 'im_progen'
|
||||
plg.name = _('Pro-Gen')
|
||||
plg.description = _('Import data from Pro-Gen files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportProGen.py'
|
||||
plg.ptype = IMPORT
|
||||
@@ -164,7 +164,7 @@ plg.id = 'im_vcard'
|
||||
plg.name = _('vCard')
|
||||
plg.description = _('Import data from vCard files')
|
||||
plg.version = '1.0'
|
||||
plg.gramps_target_version = '3.3'
|
||||
plg.gramps_target_version = '3.4'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'ImportVCard.py'
|
||||
plg.ptype = IMPORT
|
||||
|
||||
Reference in New Issue
Block a user