Case Activity Revision Migrator Version 1.2

Release Date
Release Version
1.2
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="caseactivityrevisionmigrator" type="module">
<file>caseactivityrevisionmigrator</file>
<name>caseactivityrevisionmigrator</name>
<description>Provides options and tools for automated conversion of activity revisions to trigger-based logging.</description>
<license>MIT</license>
<maintainer>
<author>Physician Health Program of BC</author>
<email>info@physicianhealth.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/caseactivityrevisionmigrator</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/caseactivityrevisionmigrator</url>
<url desc="Support">https://lab.civicrm.org/extensions/caseactivityrevisionmigrator</url>
<url desc="Licensing">http://opensource.org/licenses/MIT</url>
</urls>
<releaseDate>2021-02-04</releaseDate>
<version>1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.23</ver>
<ver>5.30</ver>
<ver>5.34</ver>
</compatibility>
<comments>You should back up your database before running the tool. It will, obviously, turn on trigger-based logging (Administer - System Settings - Logging) if it is not already turned on. It will turn off case activity revisions. When run unless you specify otherwise it will physically remove all activities with is_current_revision=0, converting them to log_civicrm_XXX entries. </comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Caseactivityrevisionmigrator</namespace>
</civix>
</extension>