-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.meta.xml
27 lines (27 loc) · 1.64 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
<extension id="parametrisator" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Parametrisator</name>
<description>Parametrisator allows you to use XSLT and XPath to select data from data-source generated XML, turn it into parameters and add to the parameter pool used by other data-sources.</description>
<repo type="github">https://github.com/ahwayakchih/parametrisator</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/77263/</url>
<url type="issues">https://github.com/ahwayakchih/parametrisator/issues</url>
<types>
<type>Data Sources</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="ahwayakchih" symphony="ahwayakchih">Marcin Konicki</name>
<email>[email protected]</email>
<website>http://ahwayakchih.neoni.net</website>
</author>
</authors>
<releases>
<release version="1.4" date="2013-07-26" min="2.3.3">Update for Symphony 2.3.3.</release>
<release version="1.3" date="2012-06-25" min="2.3">Update for Symphony 2.3. This drops compatibility with Symphony 2.2. Parameter names are now dynamically updated on data-source edit pages.</release>
<release version="1.2" date="2012-01-02" min="2.2" max="2.2.x">Bugfix release. Thanks to liamegan and andrewminton for bug reports!</release>
<release version="1.1" date="2011-09-12" min="2.2" max="2.2.x">Official release: Added support for custom parameter names and for passing XML data through additional XSLT, just before data is selected into parameters.</release>
</releases>
<media>
<item type="image" url="https://github.com/ahwayakchih/parametrisator/raw/master/screenshots/flyer.png">Screenshots.</item>
</media>
</extension>