We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d2a45 commit cb32bb0Copy full SHA for cb32bb0
1 file changed
extension.meta.xml
@@ -6,6 +6,7 @@
6
<url type="discuss">http://getsymphony.com/discuss/thread/473/</url>
7
<types>
8
<type>Field Types</type>
9
+ <type>Relationship</type>
10
</types>
11
<authors>
12
<author>
@@ -14,6 +15,12 @@
14
15
</author>
16
</authors>
17
<releases>
18
+ <release version="2.0.0" date="2016-05-15" min="2.6.0" max="2.6.x">
19
+ - Switch to semver (but should be backward compatible)
20
+ - Fix for MySQL 5.7
21
+ - Do not create handles based on sanitized value
22
+ - Replace getParameterPoolValue by prepareTextValue when getting values
23
+ </release>
24
<release version="1.34" date="2016-02-01" min="2.6.0" max="2.6.x">
25
- Added basic sorting capabilities
26
</release>
0 commit comments