forked from knupska/static_section
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathextension.meta.xml
56 lines (56 loc) · 2.15 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
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<extension id="static_section" status="deprecated" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Static Section</name>
<description>Static Sections simplify the process of editing field collections that should only exist once (or a limited number) in Symphony.</description>
<repo type="github">https://github.com/knupska/static_section</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/26297/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="knupska" symphony="Knupska">Nathan Martin</name>
<website>http://knupska.com</website>
</author>
<author>
<name github="" symphony="">Rainer Borene</name>
<website>http://rainerborene.com</website>
</author>
<author>
<name github="vladG" symphony="vladG">Vlad Ghita</name>
<email>[email protected]</email>
</author>
<author>
<name github="Solutions-Nitriques" symphony="nitriques" twitter="nitriques">Solutions Nitriques</name>
<website>http://www.nitriques.com/open-source/</website>
</author>
<author>
<name github="DeuxHuitHuit" symphony="" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>http://www.deuxhuithuit.com</website>
</author>
</authors>
<releases>
<release version="1.8.1" date="2012-10-26" min="2.3">
- made redirectRules method public
- Added the getLimit method
</release>
<release version="1.8" date="2012-06-26" min="2.3">
- Update for Symphony 2.3
</release>
<release version="1.7.1" min="2.2.1" max="2.2.5">
- updates from Vlad and other bug fixes
</release>
<release version="1.7" min="2.2.1" max="2.2.5">
- added a 'limit' setting
- refactored the install code, use the new Symphony::Database() pointer for queries
</release>
<release version="1.6.1" min="2.2.1" max="2.2.5">
- when static section, `<h2>` element from `publish/edit` and `publish/new` page contains section name
- refactored the code
</release>
<release version="1.6" min="2.2.1" max="2.2.5">
- rewrite for Symphony 2.2.1 new delegates
</release>
<release version="1.5" date="2009-12-11" min="2.0.6" max="2.1" />
</releases>
</extension>