-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathextension.meta.xml
151 lines (151 loc) · 7.4 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?xml version="1.0" encoding="UTF-8"?>
<extension id="frontend_localisation" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Frontend Localisation</name>
<description>Offers an integrated solution to localise the Frontend of your site and more...</description>
<repo type="github">https://github.com/DeuxHuitHuit/frontend_localisation</repo>
<url type="discuss">https://www.getsymphony.com/download/extensions/view/82249/</url>
<types>
<type>Interface</type>
<type>Multilingual</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com</website>
</author>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad.github@gmail.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
</authors>
<dependencies>
<dependency version="1.2.0">languages</dependency>
</dependencies>
<releases>
<release version="2.7.3" date="2017-06-21" min="2.5.0" max="2.x.x"><![CDATA[
* Removed double invalid container
]]></release>
<release version="2.7.2" date="2017-01-06" min="2.5.0" max="2.x.x"><![CDATA[
* Silence wrong fatal errors
]]></release>
<release version="2.7.1" date="2016-07-10" min="2.5.0" max="2.x.x"><![CDATA[
* Bug fixes around regions
]]></release>
<release version="2.7.0" date="2016-07-09" min="2.5.0" max="2.x.x"><![CDATA[
* Minimum version is now 2.5.0
* Removed unused 'ref_lang' config value
* Added 'main_reg' config value, in order to control de default region as well.
This value is still not yet available in the UI, but can be set manually.
]]></release>
<release version="2.6.6" date="2016-03-20" min="2.3.4" max="2.x.x"><![CDATA[
* Fixed language selection in the backend: Try author language before default backend language
]]></release>
<release version="2.6.5" date="2016-03-16" min="2.3.4" max="2.x.x"><![CDATA[
* Fixed Data Source execute method signature
]]></release>
<release version="2.6.4" date="2016-03-07" min="2.3.4" max="2.x.x"><![CDATA[
* Updated compatibility info
]]></release>
<release version="2.6.3" date="2015-10-09" min="2.3.4" max="2.6.x"><![CDATA[
* Reverted c631bbb and made sure that page alerts won't crash
]]></release>
<release version="2.6.2" date="2015-10-01" min="2.3.4" max="2.6.x"><![CDATA[
* Removed un-necessary delegate.
]]></release>
<release version="2.6.1" date="2015-05-05" min="2.3.4" max="2.6.x"><![CDATA[
* Fixed a bug when no region is set.
]]></release>
<release version="2.6.0" date="2015-02-24" min="2.3.4" max="2.6.x"><![CDATA[
* Added support for the new AdminPagePreBuild: this allows translation in content pages
* Marked as 2.6.x compatible
]]></release>
<release version="2.5.2" date="2014-09-10" min="2.3.4" max="2.5.x"><![CDATA[
* FLang::setLangCode: fail early if language is empty
* Extension::update: fix notice warning
]]></release>
<release version="2.5.1" date="2014-08-05" min="2.3.4" max="2.5"><![CDATA[
* Mark the extension as compatible with 2.4 and 2.5
]]></release>
<release version="2.5" date="2013-11-27" min="2.3.4"><![CDATA[
* Fixes for Languages 1.2 compatibility.
]]></release>
<release version="2.4" date="2013-11-26" min="2.3"><![CDATA[
* Multilingual Tabs initialize with Main Language instead of Author language.
]]></release>
<release version="2.3" date="2013-11-21" min="2.3"><![CDATA[
* FLang now initializes with Author language in Administration and Frontend Language in Frontend.
]]></release>
<release version="2.2" date="2013-11-13" min="2.3"><![CDATA[
* Fixed bad error reporting when saving preferences.
]]></release>
<release version="2.1" date="2013-11-13" min="2.3"><![CDATA[
* Fixed FLang naming.
]]></release>
<release version="2.0" date="2013-09-30" min="2.3"><![CDATA[
* Removed Translations feature. It is bloated. Recommended: Use a dedicatied Section with Multilingual Fields.
* It now depends on "Languages" extension. Please install it.
* Updated language selection on Preferences page.
]]></release>
<release version="1.7.1" date="2012-09-09" min="2.3"><![CDATA[
* Added a new delegate to modify settings at initialization.
* Fixed error when creating new translation if no languages are set.
* On Translations index a proper message appears if no languages are set.
]]></release>
<release version="1.7" date="2012-06-26" min="2.3"><![CDATA[
* Added a new delegate to Translations DS for customized execution.
* Pumped up `TManager::addFolder()` with an option to replace existing folder.
* Minor tweaks and code styling.
]]></release>
<release version="1.6.5" date="2012-06-07" min="2.3"><![CDATA[
* Fixed bug on content pages with Multilingual Tabs.
* Proper space usage on Translations index page.
* Deactivated Translation name setting with localised page values.
]]></release>
<release version="1.6.4" date="2012-05-26" min="2.3"><![CDATA[
* Javascript scales better now. The new symphonyMultilingualTabs jQuery plugin can be used to instantiate tabs on-the-fly.
]]></release>
<release version="1.6.3" date="2012-05-18" min="2.3"><![CDATA[
* Added language information to param pool.
]]></release>
<release version="1.6" date="2012-05-15" min="2.3"><![CDATA[
* Fixed a (stupid) critical bug in TManager class.
* Improves support for multilingual extensions.
* Multilingual field Javascript rewrite.
]]></release>
<release version="1.5" date="2012-05-14" min="2.3"><![CDATA[
* FLang and TManager classes are now static to align with Symphony 2.3 style.
* Implemented error feedback for Preferences page settings.
* Fixed minor bugs regarding Reference language & Translations logic.
]]></release>
<release version="1.4" date="2012-05-11" min="2.3"><![CDATA[
* Symphony 2.3 update
* Integrates Frontend Languages management. Dropped support for FLang drivers. Requires a third-party FLang detection driver to be installed.
* Reworked FLang and TManager APIs.
* Boosted `fl_utilities.xsl` with a parameter for dynamic translations pool.
* Added `FLSavePreferences` delegate firing on Preferences page which provides the old language codes and new languages codes introduced.
]]></release>
<release version="1.3.2" date="2012-01-18" min="2.2"><![CDATA[
* Proper missing languages handle on Translations index. Fixes #1.
* Settings will be saved to file only if meta info changed. Fixes some file errors.
]]></release>
<release version="1.3.1" date="2012-01-08" min="2.2"><![CDATA[
* Removed XML validation of Translations.
]]></release>
<release version="1.3" date="2012-01-08" min="2.2"><![CDATA[
* Fixed some bugs regarding Page's Translation management on saving a Page.
* Fixed a bug where the handle of a Translation item wasn't changing.
* Fixed a bug where the relation between Translation and Pages wasn't removed on Translation deletion.
]]></release>
<release version="1.2" date="2012-01-03" min="2.2"><![CDATA[
* Fixed some Translation synchronisation bugs.
]]></release>
<release version="1.1" date="2011-12-29" min="2.2"><![CDATA[
* Fixed some bugs regarding storage_format switching.
* Titles for Symphony Page translations are now handled automatically.
* Comprehensive README.
]]></release>
<release version="1.0" date="2011-12-23" min="2.2">Initial stable release.</release>
</releases>
</extension>