-
Notifications
You must be signed in to change notification settings - Fork 8
/
extension.meta.xml
71 lines (71 loc) · 2.95 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
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<extension id="link_preview" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Link Preview</name>
<description>
Offers a field that will place a link to the frontend in the publish pages
</description>
<repo type="github">https://github.com/DeuxHuitHuit/link_preview</repo>
<url type="discuss">https://github.com/DeuxHuitHuit/link_preview/issues</url>
<types>
<type>Field</type>
<type>Preview</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.4.0" date="2017-10-10" min="2.3.4" max="2.x.x">
- Add support for multilingual select box link
</release>
<release version="1.3.0" date="2017-07-24" min="2.3.4" max="2.x.x">
- Process the format even if the entry does not exists
- Add a setting to hide the field when creating the entry
</release>
<release version="1.2.8" date="2017-01-09" min="2.3.4" max="2.x.x">
- Supported on PHP 7
- Fixed method signatures
</release>
<release version="1.2.7" date="2016-07-22" min="2.3.4" max="2.x.x">
- Fixed a bug when the action toolbar is not rendered by the server
</release>
<release version="1.2.6" date="2016-03-08" min="2.3.4" max="2.x.x">
- Fixed a bug when no fields are matched when applying the url format
</release>
<release version="1.2.5" date="2016-03-07" min="2.3.4" max="2.x.x">
- Updated compatibility info
- Fixed a bug when a related entry gets deleted
</release>
<release version="1.2.4" date="2016-03-01" min="2.3.4" max="2.6.x">
- Parse the url format to request only the needed schema. Improves performance
</release>
<release version="1.2.3" date="2015-09-21" min="2.3.4" max="2.6.x">
- Compatible with 2.6.x (up to 2.6.3)
</release>
<release version="1.2.2" date="2015-04-13" min="2.3.4" max="2.5.x">
- Added preview button to actions bar
</release>
<release version="1.2.1" date="2014-12-08" min="2.3.4" max="2.5.x">
- Added Compatibility with "Association Field"
- Allow ID-qualifier for associated entries
</release>
<release version="1.2" date="2014-10-22" min="2.3.4" max="2.5.x">
- Added setting "anchor label" (displayed in the entries table and entry heading)
- Anchor label can also use the {$param} syntax.
- Added setting "display url" (display url in entries table instead of the anchor label)
- Made entry id accessible for url formatting via {$system:id}
- Added {$system:root}, {$system:workspace}, {$system:http-host} parameters
</release>
<release version="1.1" date="2014-04-23" min="2.3.4" max="2.3.6">
- Added the ability to qualify fields in order to use their value instead of the handle
</release>
<release version="1.0" date="2014-01-20" min="2.3.4">
- First release
</release>
</releases>
</extension>