forked from DeuxHuitHuit/entry_relationship_field
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
63 lines (63 loc) · 2.5 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
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<extension id="entry_relationship_field" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Entry Relationship</name>
<description>
A new way to create master-details (parent -> children) relationships with Symphony's sections.
</description>
<repo type="github">https://github.com/DeuxHuitHuit/entry_relationship_field</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/108680/</url>
<url type="issues">https://github.com/DeuxHuitHuit/entry_relationship_field/issues</url>
<media>
<item type="image" url="https://az21792.vo.msecnd.net/images/76afc01e-df84-4324-b9aa-12421850e35d_thumb.jpg">
Screen shot
</item>
<item type="video" url="https://www.screenr.com/screencast/download/pDDN">
Screen cast
</item>
</media>
<types>
<type>Relationship</type>
<type>Field</type>
<type>Master</type>
<type>Detail</type>
<type>Workflow</type>
<type>Association</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.0.2" date="2015-06-03" min="2.5.0" max="2.6.x">
- Changed the column type for entries to TEXT to allow more entries to be linked
- Fixed a ton of bugs (#44, #42, #40, #38, #34, #33, #31, #26, #25, #24, #23, #22, #21, #20, #19, #11, #5, #4, #2)
- Most of the data-* api is done (See #30)
- Added options to hide link, new and edit buttons
- Better error management for the ajax save
- Added basic filtering (only works with entry id)
</release>
<release version="1.0.1" date="2014-11-05" min="2.5.0" max="2.5.x">
- Fix a bug that was preventing the render. Fixes #14
- Outputs all modes (formatted/unformatted). Fixes #7
- Only save via ajax if value changed. Fixes #6
- Do not output * in includable elements. Fixes #9
- Display real count of linked elements. Fixes #13
- Added section name in the DS xml. Fixes #12
- Turn off filtering. Re: #11
- Re-render after save or create. Re: #1
- Save the field value when it changes. Fixes #1
- Always show linking section. Fixes #3
- Added some xml params into backend templates. Fixes #8
- Added runtime params. Fixes #8
- Better debug visual
</release>
<release version="1.0.0" date="2014-10-27" min="2.5.0" max="2.5.x">
- First release
</release>
</releases>
</extension>