-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.meta.xml
36 lines (36 loc) · 1.52 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
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<extension id="incremental_number" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Incremental Number Field</name>
<description>A field that automatically increments it's value by one for each new entry in a section.</description>
<repo type="github">https://github.com/designermonkey/incremental_number</repo>
<url type="issues">https://github.com/designermonkey/incremental_number/issues</url>
<url type="discuss">http://www.getsymphony.com/discuss/thread/81151/</url>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="designermonkey" symphony="designermonkey">John Porter</name>
<website>http://designermonkey.co.uk</website>
</author>
<author>
<name github="twiro" symphony="roman">Roman Klein</name>
<website>https://github.com/twiro</website>
</author>
</authors>
<releases>
<release version="1.2.0" date="2018-01-29" min="2.4.0" max="2.x.x">
- Code cleanup & reformatting
- Improved Readme & fixed Meta
- PHP 7.0 compatibility
- Symphony 2.6 & 2.7 compatibility [#8](https://github.com/designermonkey/incremental_number/issues/8)
- Added field settings validation [#9](https://github.com/designermonkey/incremental_number/issues/9)
</release>
<release version="1.1.0" date="2012-05-24" min="2.3.0" max="2.6.x">
- Cleanup & Symphony 2.3 compatibility.
</release>
<release version="1.0.0" date="2011-11-28" min="2.2.0" max="2.2.x">
- Initial release
</release>
</releases>
</extension>