mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 19:08:04 +02:00
initial commit
This commit is contained in:
commit
3b393be4f4
16 changed files with 1594 additions and 0 deletions
42
info.xml
Normal file
42
info.xml
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0"?>
|
||||
<extension key="contactcats" type="module">
|
||||
<file>contactcats</file>
|
||||
<name>Contact Categories</name>
|
||||
<description>Put every contact into a single category, and track when they change categories.</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">http://FIXME</url>
|
||||
<url desc="Documentation">http://FIXME</url>
|
||||
<url desc="Support">http://FIXME</url>
|
||||
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
|
||||
</urls>
|
||||
<releaseDate>2024-02-27</releaseDate>
|
||||
<version>1.0</version>
|
||||
<develStage>alpha</develStage>
|
||||
<compatibility>
|
||||
<ver>5.70</ver>
|
||||
</compatibility>
|
||||
<comments>This is a new, undeveloped module</comments>
|
||||
<classloader>
|
||||
<psr0 prefix="CRM_" path="."/>
|
||||
<psr4 prefix="Civi\" path="Civi"/>
|
||||
</classloader>
|
||||
<civix>
|
||||
<namespace>CRM/Contactcats</namespace>
|
||||
<format>23.02.1</format>
|
||||
<angularModule>crmContactcats</angularModule>
|
||||
</civix>
|
||||
<mixins>
|
||||
<mixin>mgd-php@1.0.0</mixin>
|
||||
<mixin>scan-classes@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>
|
||||
<mixin>mgd-php@1.0.0</mixin>
|
||||
</mixins>
|
||||
<upgrader>CRM_Contactcats_Upgrader</upgrader>
|
||||
</extension>
|
Loading…
Add table
Add a link
Reference in a new issue