Releases: Jefferson49/ExtendedImportExport
Releases · Jefferson49/ExtendedImportExport
v4.2.2 Feature Update
New GEDCOM filters:
- Remove all media objects
- Remove all notes
- Remove all sources
- Replace XREFs In notes and text
v4.2.1 Bugfix Update
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
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
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:
- Updated Dutch translation contributed by @TheDutchJewel
v4.0.2 Bugfix Update
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
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)
Documentation:
- Added Readme chapter for upgrading remote URL requests from the former DownloadGedcomWithURL module
Languages:
- Added Dutch translation contributed by @TheDutchJewel
Bugfixes:
v4.0.0: Major Update - New Module Name: Extended Import/Export
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:
- Complete new framework to apply GEDCOM filters
- Including a set of ready to use GEDCOM filters, which can be directly applied
- Including a framework to develop user specific GEDCOM filters
- Extended remote API to support automatic GEDCOM import/export/conversion, e.g. script based
- Further improvement of GEDCOM 7 export - now provided as a GEDCOM filter
Updating from earlier DownloadGedcomWithURL module versions:
- If upgrading from the earlier module, please refer to the update instructions
- Also check if upgrading of remote URL requests might be necessary
v3.2.4 Feature Update and Bugfixes
Features:
- SCHMA structure
- Scan for custom tags in the beginning and add related schemas in header only for the identifyed custom tags
- Scan and add SCHMA tags for all custom tags from https://wiki.genealogy.net/GEDCOM/_Nutzerdef-Tag
- 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
- 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