forked from azzagazz/author_gravatar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
executable file
·20 lines (20 loc) · 1 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="author_gravatar" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Author Gravatar</name>
<description>Adds the logged in users gravatar to the symphony backend page header</description>
<types>
<type>Interface</type>
</types>
<repo type="github">https://github.com/azzagazz/author_gravatar</repo>
<authors>
<author>
<name github="azzagazz" symphony="azzagazz">Daniel Golbig</name>
</author>
</authors>
<releases>
<release version="1.1.2" date="2016-03-06" min="2.3" max="2.x.x">Updated compatibility infos</release>
<release version="1.1.1" date="2014-10-31" min="2.3" max="2.5.x">protocol-less url</release>
<release version="1.1" date="2014-10-27" min="2.3" max="2.5.x">update for compatibility with Symphony 2.5</release>
<release version="1.0" date="2014-04-01" min="2.3" max="2.4.x">initial release</release>
</releases>
</extension>