Skip to content

Commit

Permalink
Tidy up meta.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Mar 12, 2016
1 parent 46b2ed5 commit 040dcf7
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions extension.meta.xml
@@ -1,58 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>

<extension id="multilingual_upload_field" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">

<name>Multilingual Upload Field</name>

<extension id="multilingual_upload_field" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Field: Multilingual Upload</name>
<description>Multilingual version of the classic Upload Field.</description>

<repo type="github">https://github.com/vlad-ghita/multilingual_upload_field</repo>

<url type="discuss">http://symphony-cms.com/discuss/thread/80130/</url>

<repo type="github">https://github.com/DeuxHuitHuit/multilingual_upload_field</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/80130/</url>
<types>
<type>Field Types</type>
<type>Multilingual</type>
<type>Upload</type>
</types>

<authors>
<author>
<name github="vlad-ghita" symphony="vladG">Vlad Ghita</name>
<email>vlad_micutul@yahoo.com</email>
<website>http://www.xanderadvertising.com</website>
</author>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>

<dependencies>
<dependency version="1.6">https://github.com/vlad-ghita/frontend_localisation</dependency>
<dependency version="1.6">https://github.com/DeuxHuitHuit/frontend_localisation</dependency>
</dependencies>

<releases>
<release version="1.6.3" date="2016-01-29" min="2.3.3" max="2.6.x"><![CDATA[
* Fix broken 1.6.2 update code
]]></release>

<release version="1.6.2" date="2016-01-25" min="2.3.3" max="2.6.x"><![CDATA[
* Fix broken 1.6.1 update code
]]></release>

<release version="1.6.1" date="2015-12-16" min="2.3.3" max="2.6.x"><![CDATA[
* Set `validator` to varchar(255)
]]></release>

<release version="1.6" date="2012-05-15" min="2.3.3" max="2.6.x"><![CDATA[
* Frontend Localisation 1.6 compatibility.
* Fix for 2.3.3
]]></release>

<release version="1.5" date="2012-05-14"><![CDATA[
* Frontend Localisation 1.5 compatibility.
]]></release>

<release version="1.4" date="2012-05-11" min="2.3"><![CDATA[
* Updated for Symphony 2.3.
]]></release>

<release version="1.3" date="2012-02-08"><![CDATA[
* Added support for defaulting to reference language value
* Reworked the JS. Thanks [@iwyg](http://symphony-cms.com/discuss/thread/81854/1/#position-2)
Expand All @@ -61,18 +51,14 @@
* Fixed a bug with FLang class not being included
* Assets are loaded through `displayPublishPanel()` method
]]></release>

<release version="1.2" date="2012-02-01"><![CDATA[
* Fixed a bug with array indexes.
]]></release>

<release version="1.1" date="2012-01-10"><![CDATA[
* Fixed a bug where data was fetched in Reference Language instead of Current Language.
]]></release>

<release version="1.0" date="2011-12-22" min="2.2.x"><![CDATA[
* Initial release.
]]></release>
</releases>

</extension>

0 comments on commit 040dcf7

Please sign in to comment.