Releases: liberusoftware/php-gedcom
Releases · liberusoftware/php-gedcom
Release list
v4.2.0
What's Changed
- [WIP] Implement mapping from GEDCOM records to GEDCOM-X by @Copilot in #95
- Add UID/_UID support for all GEDCOM record types with GedcomX export by @Copilot in #96
New Contributors
- @Copilot made their first contribution in #95
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- Convert INDI attr additionaly to INDI event by @Jefferson49 in #93
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Removed forward statement at beginning of parsing, because it ommits reading the first line of the import, fixes #82 by @Jefferson49 in #84
- Changed getEven() to getAllEven() in foreach structures, which handle INDI and FAM events, fixes #81, fixes #83 by @Jefferson49 in #85
- Include place names in GEDCOM-X export by @Jefferson49 in #88
- Include given name and surname in GEDCOM-X export by @Jefferson49 in #89
- Bugfix80: Fix parsing 1 NOTE text by @Jefferson49 in #87
- convertEventToGedcomX method needs to handle INDI events and FAM events as well by @Jefferson49 in #90
- Robustness if person Id for husband or wife is missing in couple by @Jefferson49 in #91
- Bugfix79 remove mixed type from abstract class Component by @Jefferson49 in #86
New Contributors
- @Jefferson49 made their first contribution in #84
Full Changelog: v4.0.0...v4.1.0
v4.0.0
v3.2.3
v3.2.2
v3.2.0
Merge pull request #74 from liberu-genealogy/sweep/Enhance-GEDCOM-Par…
v3.1.0
v3.0.0
Merge pull request #72 from liberu-genealogy/sweep/Modernize-PHP-GEDC…