Currency Converter Version 2.1

Extension
Release Date
Release Version
2.1
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="currencyconverter" type="module">
<file>currencyconverter</file>
<name>Currency Converter</name>
<description>Creates a new field, "Converted Amount", on contributions. When a contribution is made in a currency other than your "base" currency, the converted amount will be filled in automatically.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jon Goldberg</author>
<author>Brienne Kordis</author>
<email>jon@megaphonetech.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/currencyconverter</url>
<url desc="Documentation">://lab.civicrm.org/extensions/currencyconverter/README.md</url>
<url desc="Support">https://civicrm.stackexchange.com</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-10-09</releaseDate>
<version>2.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.38</ver>
</compatibility>
<comments/>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Currencyconverter</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>entity-types-php@1.0.0</mixin>

</mixins>
<upgrader>CRM_Currencyconverter_Upgrader</upgrader>
</extension>