-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<extension key="org.civicrm.recentmenu" type="module"> | ||
<file>recentmenu</file> | ||
<name>FIXME</name> | ||
<description>FIXME</description> | ||
<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">http://FIXME</url> | ||
<url desc="Documentation">http://FIXME</url> | ||
<url desc="Support">http://FIXME</url> | ||
<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>2018-08-20</releaseDate> | ||
<releaseDate>2018-09-05</releaseDate> | ||
<version>1.0</version> | ||
<develStage>alpha</develStage> | ||
<develStage>stable</develStage> | ||
<compatibility> | ||
<ver>4.7</ver> | ||
<ver>5.6</ver> | ||
</compatibility> | ||
<comments>This is a new, undeveloped module</comments> | ||
<comments>Once installed, click on "Recent" in the menubar to access your recently viewed contacts, activities, contributions, etc.</comments> | ||
<civix> | ||
<namespace>CRM/Recentmenu</namespace> | ||
</civix> | ||
|