-
Notifications
You must be signed in to change notification settings - Fork 7
/
extension.meta.xml
90 lines (90 loc) · 3.6 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<extension id="lang_german" status="beta" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Language: German</name>
<description>German translation for Symphony</description>
<repo type="github">https://github.com/animaux/lang_german</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/632/</url>
<types>
<type>Translations</type>
</types>
<authors>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
<author>
<name github="nilshoerrmann" symphony="Nils">Nils Hörrmann</name>
<website>http://nilshoerrmann.de</website>
</author>
<author>
<name github="animaux" symphony="animaux">Alexander Rutz</name>
<website>http://animaux.de</website>
</author>
</authors>
<releases>
<release version="2.3.3" date="2024-08-15" min="2.7.10" max="4.x.x">
- Unmistakeable translation of »delete Filter« and »delete Filters«
</release>
<release version="2.3.2" date="2023-02-28" min="2.7.10" max="4.x.x">
- Included transliteration for `/`
</release>
<release version="2.3.1" date="2022-01-26" min="2.7.10" max="4.x.x">
- Removed Ja/Nein to fix Filtering-Bug in Backend-Filtering Interface
</release>
<release version="2.3.0" date="2019-04-25" min="2.7.0" max="4.x.x">
- Fix for transliteration bug https://github.com/symphonycms/symphony-2/issues/2890
</release>
<release version="2.2.8" date="2019-01-10" min="2.6.0" max="4.x.x">
- Yet another transliteration »·« (middot)
</release>
<release version="2.2.7" date="2017-08-28" min="2.6.0" max="4.x.x">
- Additions for Symphony CMS 2.7.x in Datasource-Editor
</release>
<release version="2.2.6" date="2017-06-08" min="2.6.0" max="4.x.x">
- Fixed date and time display with missing preferences
</release>
<release version="2.2.5" date="2017-04-10" min="2.6.0" max="4.x.x">
- Transliteration for zero-with-space (to null)
</release>
<release version="2.2.4" date="2016-03-16" min="2.6.0" max="2.x.x">
- Transliteration for single-guillemets and single-quotes (to null)
</release>
<release version="2.2.3" date="2016-03-03" min="2.6.0" max="2.x.x">
- Transliteration for soft-hyphens
</release>
<release version="2.2.2" date="2016-02-17" min="2.6.0" max="2.x.x">
- Version compatibility test
</release>
<release version="2.2.1" date="2015-10-29" min="2.6.0" max="2.x.x">
- Transliteration for non-breaking space
</release>
<release version="2.2.0" date="2015-07-21" min="2.6.0">
- Symphony 2.6 compatibility
</release>
<release version="2.1.0" date="2014-03-18" min="2.4.0" max="2.x.x">
- Symphony 2.4 compatibility
</release>
<release version="2.0.0" date="2013-04-03" min="2.3.0">
- Symphony 2.3 compatibility
</release>
<release version="1.3.1" date="2011-12-13" min="2.2.0" max="2.2.5">
- Added `extension.meta.xml`
</release>
<release version="1.3.0" date="2011-03-27" min="2.2.0" max="2.2.5">
- Added missing date and time strings
</release>
<release version="1.2.0" date="2011-02-16" min="2.2.0" max="2.2.5">
- Symphony 2.2 compatibility
- Date and time localisation
</release>
<release version="1.1.1" date="2010-02-02" min="2.0.7" max="2.1.x">
- Renamed entire repository as suggested by the Symphony team
</release>
<release version="1.1.0" date="2010-02-01" min="2.0.7" max="2.1.x">
- Structural changes to match Symphony 2.0.7 requirements.
</release>
<release version="1.0.0" date="2009-12-10" min="2.0.3" max="2.0.6">
- Initial release.
</release>
</releases>
</extension>