Skip to content

PPDS.Migration v1.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@joshsmithxrm joshsmithxrm released this 05 Jan 23:02
· 978 commits to main since this release
Immutable release. Only release title and notes can be modified.
7a77fa2

Fixed

  • Boolean values now export as True/False - CMT format uses True/False for boolean values; PPDS was incorrectly exporting 1/0. This change ensures CMT import compatibility. (#181)
  • Schema export includes relationships section - The <relationships> section from input schemas is now preserved in exported data_schema.xml files. (#182)
  • M2M relationship export now shows progress counts - Previously displayed 0/0 for M2M export progress; now shows actual association counts with relationship names (e.g., [Export] team M2M teamroles: 112/112). Starting messages no longer trigger entity progress display. (#184)

Full Changelog: Migration-v1.0.0-beta.3...Migration-v1.0.0-beta.4