Payment Inlay Version 1.7.0

Extension
Release Date
Release Version
1.7.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="inlaypay" type="module">
<file>inlaypay</file>
<name>Payment Inlay</name>
<description>Embed payment/donation forms on your external website. See README for limitations.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Rich Lott / Artful Robot</author>
<email>code.commits@artfulrobot.uk</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/inlaypay.git</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/inlaypay.git</url>
<url desc="Support">https://lab.civicrm.org/extensions/inlaypay.git</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-07-13</releaseDate>
<version>1.7.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
</compatibility>
<comments>See Inlay extension. This is not a generic extension that will do all things for all people. You may find it useful as-is, if your needs overlap neatly, but you may also find it useful to fork it as a base for developing against your own custom needs.</comments>
<requires>
<ext>inlay</ext>
<ext>org.civicoop.emailapi</ext>
<ext>de.systopia.xcm</ext>
</requires>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Inlaypay</namespace>
<format>22.12.1</format>
</civix>
<mixins>
<mixin>ang-php@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
</mixins>
<upgrader>CRM_Inlaypay_Upgrader</upgrader>
</extension>