<?xml version="1.0"?>
<extension key="scheduled_communications" type="module">
  <file>scheduled_communications</file>
  <name>Scheduled Communications</name>
  <description>Schedule communications using SearchKit. This extension allows you to send standard scheduled reminders to contacts that you have selected in a SearchKit, relative to the dates of other entities, like activities, that are also in your SearchKit.</description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>CiviCRM</author>
    <email>info@civicrm.org</email>
  </maintainer>
  <urls>
    <url desc="Chat">https://chat.civicrm.org/civicrm/channels/search-improvements</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>[civicrm.releaseDate]</releaseDate>
  <version>[civicrm.version]</version>
  <develStage>beta</develStage>
  <compatibility>
    <ver>[civicrm.majorVersion]</ver>
  </compatibility>
  <php_compatibility>
    <ver>8.0</ver>
    <ver>8.1</ver>
    <ver>8.2</ver>
    <ver>8.3</ver>
    <ver>8.4</ver>
  </php_compatibility>
  <smarty_compatibility>
    <ver>5</ver>
  </smarty_compatibility>
  <comments>Click on the chat link above to discuss development, report problems or ask questions.</comments>
  <classloader>
    <psr0 prefix="CRM_" path="."/>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
  <civix>
    <namespace>CRM/ScheduledCommunications</namespace>
    <format>25.10.2</format>
    <angularModule>crmScheduledCommunications</angularModule>
  </civix>
  <mixins>
    <mixin>scan-classes@1.0.0</mixin>
  </mixins>
</extension>
