-
Notifications
You must be signed in to change notification settings - Fork 6
/
info.xml
34 lines (34 loc) · 1.22 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<extension key="org.civicrm.recentmenu" type="module">
<file>recentmenu</file>
<name>Recent Items Menu</name>
<description>Places recently-viewed items in the Menu bar for quick access.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Coleman Watts</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://civicrm.org/extensions/recent-items-menu</url>
<url desc="Documentation">https://github.com/civicrm/org.civicrm.recentmenu</url>
<url desc="Support">https://github.com/civicrm/org.civicrm.recentmenu</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-10-30</releaseDate>
<version>1.6</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.49</ver>
</compatibility>
<comments>Once installed, click on "Recent" in the menubar to access your recently viewed contacts, activities, contributions, etc.</comments>
<civix>
<namespace>CRM/Recentmenu</namespace>
<format>23.02.1</format>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
</extension>