forked from symphonists/system_date_fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
28 lines (28 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="system_date_fields" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Fields: System Dates</name>
<description>Exposes the internal creation and modification dates of an entry (read-only) in the format of a normal date field.</description>
<repo type="github">https://github.com/symphonists/system_date_fields</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/95872/</url>
<types>
<type>Field</type>
<type>Date</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphonists</name>
<website>http://www.getsymphony.com</website>
</author>
</authors>
<releases>
<release version="1.2.0" date="2016-01-15" min="2.6.0" max="2.6.x">
- Unify Styling of readonly values
</release>
<release version="1.1.0" date="2015-12-15" min="2.6.0" max="2.6.x">
- Fix some bugs and code clean up
- Added time ago setting
- Added show time setting
</release>
<release version="1.0.0" date="2012-12-18" min="2.3.1" max="2.5.x" />
</releases>
</extension>