Skip to content

Releases: Jefferson49/ExtendedImportExport

v4.2.2 Feature Update

15 Jan 17:06
Compare
Choose a tag to compare

New GEDCOM filters:

  • Remove all media objects
  • Remove all notes
  • Remove all sources
  • Replace XREFs In notes and text

v4.2.1 Bugfix Update

06 Jan 14:57
Compare
Choose a tag to compare

Bugfix:

  • PHP error: /vendor/composer/installed.php): Failed to open stream: No such file or directory (fixes #24)

v4.2.0 Feature Update and Bugfixes

06 Jan 09:18
Compare
Choose a tag to compare

Features:

  • OptimizeWebtreesGedcomFilter: Added rule for OBJE:FILE:FORM and additional enum values
  • OptimizeWebtreesGedcomFilter: Added avoid leading spaces filter

Bugfixes:

  • ReduceMinimalIndividualsGedcomFilter: Correct handling of tag only structures, i.e. with no additional payload

v4.1.0 webtrees 2.2 compatibility

30 Nov 07:56
Compare
Choose a tag to compare

webtrees 2.2 Compatibility

  • Adjusted module to webtrees API changes in webtrees 2.2
  • Module is still compatible to webtrees 2.1 and PHP 7.4

New Features:

  • Added Gedcom import/export filter to convert multiple surnames into one

Languages:

v4.0.2 Bugfix Update

20 Oct 10:16
Compare
Choose a tag to compare

Bugfix:

  • BirthMarriageDeathGedcomFilter: Wrong URLs (https://mysite.info) are generated instead of webtrees BASE_URL during remote export to server (fixes #22)

v4.0.1 Feature Update and Bugfixes

12 Oct 12:36
Compare
Choose a tag to compare

Features:

  • Added link from import/export selection to module settings (control panel)
  • Show Remote URL to be used for the specific webtrees installation, in the control panel (fixes issue #15)

url_for_remote_requests

Documentation:

Languages:

Bugfixes:

  • GEDCOM 7 exports generates wrong code "2 FORM image/tiffF" for tiff images (fixes issue #16)
  • Gedcom filter "ReduceMinimalIndividualsGedcomFilter": References to minimal individuals are not removed (fixes issue #20)

v4.0.0: Major Update - New Module Name: Extended Import/Export

24 Aug 16:00
Compare
Choose a tag to compare

New module name:

  • Changed name from earlier DownloadGedcomWithURL to new ExtendedImportExport
  • Please note that the module is installed in a new module folder (extended_import_export). Also refer to the update instructions

Features:

Updating from earlier DownloadGedcomWithURL module versions:

v3.2.4 Feature Update and Bugfixes

30 Apr 04:55
Compare
Choose a tag to compare

Features:

  • SCHMA structure
  • Support for media types
    • Added support for additional media types: emf, html, tiff
    • Also convert 2 FORM without 3 TYPE
  • Added support for SNOTE structures
  • Added conversion of AFN/RIN/RFN to EXID + TYPE

Bugfixes:

  • Gedcom 7 is exported as Gedcom 5.5.1 if file format is other than gedcom, e.g. gedzip or zip
  • Do not export PHRASE structures for enumsets where PHRASE is not allowed
  • SCHMA structure not exported if file is saved instead of downloaded
  • Also convert _STAT, _GODP, _WITN even if GEDCOM-L is not selected
  • Added User-Agent in header for Python example script 2

v3.2.3 Bugfix Update

04 Jan 08:42
Compare
Choose a tag to compare
  • Bugfixes
    • PHP error "ParseError: syntax error, unexpected ')', expecting variable (T_VARIABLE)" if using PHP 7.4 (fixes #11)
    • PHP error "A non well formed numeric value encountered" if Gedcom 7 export is used with PHP 7.4

v3.2.2 Bugfix Update

08 Oct 13:14
Compare
Choose a tag to compare
  • Bugfixes:
    • Submitter/submission (HEAD:SUBM, HEAD:SUBN) is not exported in GEDCOM header, if no Manager is logged in (Fixes #9)
    • Gedcom-L is always used for GEDCOM 7 exports, if file is saved to server (Fixes #10)