44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<extension key="de.propeace.mailinglistsync" type="module">
|
|
<file>mailinglistsync</file>
|
|
<name>Mailinglistsync</name>
|
|
<description>This extension allows you to create mailing lists for groups and events using an external mlmmj instance. It also offers the option of obtaining groups from an Active Directory.</description>
|
|
<license>AGPL-3.0</license>
|
|
<authors>
|
|
<author>
|
|
<name>Marc Koch</name>
|
|
<email>koch@forumZFD.de</email>
|
|
<role>Maintainer</role>
|
|
</author>
|
|
</authors>
|
|
<urls>
|
|
<!-- <url desc="Main Extension Page">https://FIXME</url>-->
|
|
<!-- <url desc="Documentation">https://FIXME</url>-->
|
|
<!-- <url desc="Support">https://FIXME</url>-->
|
|
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
|
|
</urls>
|
|
<releaseDate>2025-03-04</releaseDate>
|
|
<version>1.0.0</version>
|
|
<develStage>beta</develStage>
|
|
<compatibility>
|
|
<ver>5.80</ver>
|
|
</compatibility>
|
|
<comments>This is a new, undeveloped module</comments>
|
|
<classloader>
|
|
<psr0 prefix="CRM_" path="."/>
|
|
<psr4 prefix="Civi\" path="Civi"/>
|
|
</classloader>
|
|
<civix>
|
|
<namespace>CRM/Mailinglistsync</namespace>
|
|
<format>24.09.1</format>
|
|
</civix>
|
|
<mixins>
|
|
<mixin>menu-xml@1.0.0</mixin>
|
|
<mixin>mgd-php@1.0.0</mixin>
|
|
<mixin>smarty@1.0.3</mixin>
|
|
<mixin>entity-types-php@2.0.0</mixin>
|
|
<mixin>setting-php@1.0.0</mixin>
|
|
</mixins>
|
|
<!-- <upgrader>CiviMix\Schema\Mailinglistsync\AutomaticUpgrader</upgrader>-->
|
|
<upgrader>CRM_Mailinglistsync_Upgrader</upgrader>
|
|
</extension>
|