Checksum Export Version 1.1

Extension
Release Date
Release Version
1.1
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="checksumexport" type="module">
<file>checksumexport</file>
<name>Export Checksum</name>
<description>This extension makes the checksum of the contact available for exporting.

This extension is developed for the use case where an organisation wants to send letters to its members to pay the membership fee
online. The letter contains a QR-code which is basically the url of the contribution page, this url needs the checksum as parameter.

The letter is generated from a csv file and mail merge.
</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jaap Jansma</author>
<email>jaap.jansma@civicoop.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/checksumexport</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/checksumexport/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-11-03</releaseDate>
<version>1.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
<ver>5.53</ver>
</compatibility>
<civix>
<namespace>CRM/Checksumexport</namespace>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>