SQL Tasks Extension - Configurable recurring tasks Version 2.2.0

Release Date
Release Version
2.2.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="de.systopia.sqltasks" type="module">
<file>sqltasks</file>
<name>SQL Tasks</name>
<description>Manage recurring tasks based on SQL queries</description>
<license>AGPL-3.0</license>
<maintainer>
<author>SYSTOPIA</author>
<email>endres@systopia.de</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.sqltasks</url>
<url desc="Documentation">https://docs.civicrm.org/sqltasks/en/latest/installation/</url>
<url desc="Support">https://github.com/systopia/de.systopia.sqltasks/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-06-05</releaseDate>
<version>2.2.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.45</ver>
</compatibility>
<comments>The initial development of this handy tool was funded by Greenpeace Central and Eastern Europe</comments>
<civix>
<namespace>CRM/Sqltasks</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>ang-php@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>entity-types-php@1.0.0</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Sqltasks_Upgrader</upgrader>
</extension>