<?xml version="1.0"?>
<extension key="assignee" type="module">
  <file>assignee</file>
  <name>Activity Assignee Settings</name>
  <description>This extension provides three options affecing assignees of activities.
  1) Limit the selection of assignees to a specified group.
  2) Add the curent user as an assignee.
  3) Add specified contacts as assignees.
  </description>
  <license>AGPL-3.0</license>
  <maintainer>
    <author>Aidan Saunders</author>
    <email>aidan.saunders@squiffle.uk</email>
  </maintainer>
  <urls>
    <url desc="Main Extension Page">https://lab.civicrm.org/extensions/assignee</url>
    <url desc="Documentation">https://lab.civicrm.org/extensions/assignee</url>
    <url desc="Support">https://lab.civicrm.org/extensions/assignee</url>
    <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
  </urls>
  <releaseDate>2024-06-20</releaseDate>
  <version>1.8</version>
  <develStage>stable</develStage>
  <compatibility>
    <ver>5.65</ver>
  </compatibility>
  <comments>The configuration page is `Administer &gt; System Settings &gt; Activity Assignee Settings`</comments>
  <civix>
    <namespace>CRM/Assignee</namespace>
    <format>23.02.1</format>
  </civix>
  <mixins>
    <mixin>menu-xml@1.0.0</mixin>
    <mixin>setting-php@1.0.0</mixin>
  </mixins>
  <classloader>
    <psr4 prefix="Civi\" path="Civi"/>
  </classloader>
</extension>
