Releases: systopia/de.systopia.xdedupe
Releases · systopia/de.systopia.xdedupe
Extended Dedupe 1.2.0
New features
Bugfixes / Compatibility
- [#28] added a patch to run on CiviCRM < 5.38 - by @bjendres
- [#30] fixed filtering when using a smart group - by @seamuslee001
Full Changelog: 1.1.0...1.2.0
Remarks
If you want to use the separate dedupe log, you can "migrate" your existing log messages, you could initialise the log file with the following shell command:
cat [log_folder]/CiviCRM.*.log | grep -E 'Merging \[|Initialised merger' > [log_folder]/xdedupe.log
Extended Dedupe 1.2-beta2
New features
Bugfixes / Compatibility
- [#28] added a patch to run on CiviCRM < 5.38 - by @bjendres
- [#30] fixed filtering when using a smart group - by @seamuslee001
Full Changelog: 1.1.0...1.2-beta2
Remarks
If you want to use the separate dedupe log, you can "migrate" your existing log messages, you could initialise the log file with the following shell command:
cat [log_folder]/CiviCRM.*.log | grep -E 'Merging \[|Initialised merger' > [log_folder]/xdedupe.log
Extended Dedupe 1.2-beta1
New features
Bugfixes / Compatibility
Full Changelog: 1.1.0...1.2-beta1
Remarks
If you want to use the separate dedupe log, you can "migrate" your existing log messages, you could initialise the log file with the following shell command:
cat [log_folder]/CiviCRM.*.log | grep -E 'Merging \[|Initialised merger' > [log_folder]/xdedupe.log
Extended Dedupe 1.1.0
Extended Dedupe 1.1-beta1
Extended Dedupe 1.0.0
Finally, the first full release of this Swiss army knife of deduplication.
Extended Dedupe 0.1
First release to start experimenting with.
Always create a DB backup before using this extension!!