forked from symphonists/encrypted_input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
executable file
·32 lines (32 loc) · 1.23 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
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<extension id="encrypted_input" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Encrypted Input</name>
<description>Encrypts text fields using `mcrypt` to keep them safe.</description>
<repo type="github">https://github.com/symphonists/encrypted_input</repo>
<link type="issues">https://github.com/symphonists/encrypted_input/issues</link>
<types>
<type>Security</type>
<type>Encryption</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
<website>https://www.getsymphony.com</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="1.2.2" date="2017-10-20" min="2.3.0" max="2.x.x">
- PHP 7 Compatibility
</release>
<release version="1.2.1" date="2016-05-17" min="2.3.0" max="2.x.x">
- further 2.3+ Support
</release>
<release version="1.2.0" date="2016-04-18" min="2.3.0" max="2.x.x" />
<release version="1.1.0" date="2012-09-04" min="2.3.0" max="2.x.x" />
<release version="1.0.0" date="2012-03-16" min="2.2.x" max="2.2.x" />
</releases>
</extension>