forked from symphonycms/email_field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
24 lines (24 loc) · 1.06 KB
/
extension.meta.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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="email_field" status="deprecated" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Email</name>
<description>Works just like a normal Input field, but forces the contents to be a valid Email address and provides a hash value in the XML. This extension deprecated in favour of the [Output field](http://symphonyextensions.com/extensions/output_field/).</description>
<repo type="github">https://github.com/symphonycms/email_field</repo>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="team" symphony="symphonycms">Symphony Team, originally by Alistair Kearney</name>
<website>http://www.symphony-cms.com</website>
</author>
</authors>
<releases>
<release version="1.2.1" date="2013-02-25" min="2.3">
- Minor updates to method signatures for forward compatibility
</release>
<release version="1.2" date="2012-06-06" min="2.3">
- Symphony 2.3 compatibility
</release>
<release version="1.1" date="2011-03-22" min="2.2" max="2.2.x"/>
</releases>
</extension>