-
Notifications
You must be signed in to change notification settings - Fork 14
/
extension.meta.xml
51 lines (51 loc) · 2.28 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<extension id="publish_tabs" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Publish Tabs</name>
<description>Add tab groups to entry forms</description>
<repo type="github">https://github.com/symphonists/publish_tabs</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/49946/</url>
<url type="issues">https://github.com/symphonists/publish_tabs/issues</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="DeuxHuitHuit" symphony="nitriques">Deux Huit Huit</name>
<website>http://deuxhuithuit.com</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/publish_tabs/media/publish_tabs.png">Publish Tabs: Add tab groups to entry forms</item>
</media>
<releases>
<release version="1.3.2" date="2018-09-16" min="2.4" max="2.x.x">
- Marked as compatible with Symphony 2.7.x
- Added issues link
</release>
<release version="1.3.1" date="2015-02-02" min="2.4" max="2.6.x">
- Marked as compatible with Symphony 2.6.x
- Removed the field from the Data Source editor since it outputs nothing.
</release>
<release version="1.3.0" date="2014-08-13" min="2.4" max="2.5.x">
- [#27](https://github.com/symphonists/publish_tabs/issues/27) Ensure the Entry title is preserved and not "Untitled"
</release>
<release version="1.2.1" date="2014-05-29" min="2.3" max="2.4.x">
- [#20](https://github.com/symphonists/publish_tabs/issues/20) Remember previous tab state
</release>
<release version="1.2.0" date="2013-11-06" min="2.3">
- [#21](https://github.com/symphonists/publish_tabs/issues/21) Ability to link to tabs with tab-name.
- [#22](https://github.com/symphonists/publish_tabs/issues/22) Fixes for Symphony 2.3
</release>
<release version="1.1.2" date="2012-05-17" min="2.3" />
<release version="1.1.1" date="2012-03-26" min="2.3" />
<release version="1.0.2" date="2011-12-11" min="2.2" max="2.2.x" />
<release version="1.0.1" date="2011-02-07" min="2.2" />
</releases>
</extension>