forked from mazedigital/association_ui_selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
33 lines (33 loc) · 1.22 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="association_ui_selector" status="development" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Association UI: Selector</name>
<description>Search and select associated entries</description>
<repo type="github">https://github.com/hananils/association_ui_selector</repo>
<types>
<type>Associations</type>
</types>
<authors>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
</authors>
<releases>
<release version="1.2.1" date="2015-07-21" min="2.5">
- Fixed styling of index table overviews for single select fields (requires Association Field 1.0.1)
</release>
<release version="1.2.0" date="2015-07-21" min="2.5">
- Added styling to index table overviews (requires Association Field 1.0.0)
</release>
<release version="1.1.1" date="2014-09-15" min="2.5">
- Fixed optgroup styling (#33)
- Fixed auto-focus behaviour (#36)
</release>
<release version="1.1.0" date="2014-08-14" min="2.5">
- Added German tranlation
</release>
<release version="1.0.0" date="2014-08-13" min="2.5">
- First release
</release>
</releases>
</extension>