-
Notifications
You must be signed in to change notification settings - Fork 3
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
6 additions
and
6 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 |
---|---|---|
|
@@ -2,28 +2,28 @@ | |
<extension key="de.systopia.eventinvitation" type="module"> | ||
<file>eventinvitation</file> | ||
<name>Event Invitation</name> | ||
<description>Allows you to issue event invitations for selected contacts</description> | ||
<description>Allows you to issue and process event invitations for selected contacts</description> | ||
<license>AGPL-3.0</license> | ||
<maintainer> | ||
<author>SYSTOPIA</author> | ||
<email>zschiedrich@systopia.de</email> | ||
<email>endres@systopia.de</email> | ||
</maintainer> | ||
<urls> | ||
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.eventinvitation</url> | ||
<url desc="Documentation">https://github.com/systopia/de.systopia.eventinvitation</url> | ||
<url desc="Support">https://github.com/systopia/de.systopia.eventinvitation/issues</url> | ||
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> | ||
</urls> | ||
<releaseDate></releaseDate> | ||
<version>1.0-dev</version> | ||
<develStage>dev</develStage> | ||
<releaseDate>2022-01-28</releaseDate> | ||
<version>1.0-beta3</version> | ||
<develStage>beta</develStage> | ||
<compatibility> | ||
<ver>5.0</ver> | ||
</compatibility> | ||
<requires> | ||
<ext>de.systopia.remotetools</ext> | ||
</requires> | ||
<comments></comments> | ||
<comments>Initial implementation by [email protected]</comments> | ||
<classloader> | ||
<psr4 prefix="Civi\" path="Civi"/> | ||
</classloader> | ||
|