-
Notifications
You must be signed in to change notification settings - Fork 11
/
extension.meta.xml
82 lines (82 loc) · 3.3 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="xmlimporter" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>XML Importer</name>
<description>From XML to entries in an instant</description>
<repo type="github">https://github.com/symphonists/xmlimporter</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/36868/</url>
<types>
<type>Other</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
<website>http://nbsp.io/</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
<author>
<name github="brendo" symphony="brendo">Brendan Abbott</name>
</author>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
</authors>
<releases>
<release version="3.0.1" date="2018-06-01" min="2.5.0" max="2.x.x">
- Fix a problem with author id being unset
</release>
<release version="3.0.0" date="2017-01-06" min="2.5.0" max="2.x.x">
- Switched from custom data fetching to using Data Sources
- Allow partial import of successful entries
- Improve error handling and messaging
</release>
<release version="2.2" date="2014-09-28" min="2.5.0">
- Symphony 2.5 support
- Fix to allow multiple importers to be selectable on the index again
</release>
<release version="2.1.3" date="2014-09-28" min="2.4" max="2.4">
- XML Importer now uses `Field->buildDSRetrievalSQL` instead of the typo'd function call.
- Updates for duplicator HTML
- Update README to point at getsymphony.com domain.
</release>
<release version="2.1.2" date="2013-10-25" min="2.3.1" max="2.3.6">
- Set modification date when creating new entries
- Added `PostRun`, `PostRunError` and `XMLImporterEntryPostSkip` delegates
</release>
<release version="2.1.1" date="2013-09-04" min="2.3.1">
- Update modification date on import
- Fix string handling
</release>
<release version="2.1.0" date="2013-05-27" min="2.3.1">
- Added support for the `ImportableField` interface
- Added logging for when errors occur
- Handle non existent importers better
- Update duplicator markup
</release>
<release version="2.0.0" date="2012-06-08" min="2.3">
- Symphony 2.3 support
- Improved localisation support
- Ability to use `{$root}` in the URL
- The timeout for the XML Importer can now be updated (see your saved XML Importer file), defaults to 60 seconds
</release>
<release version="1.1.0" date="2011-11-21" min="2.2" max="2.2.x">
- Fix issues with XPath and namespaces
- Add `$entry_id` to `prepareImportValue` function
- Added README information about the `prepareImportValue` function
- Use the unique Duplicator (where available) to improve the UX
- Tiny performance enhancements
</release>
<release version='1.0.0' date='2011-03-03' min='2.2'>
- Updated to be compatible with Symphony 2.2
- Improved validation by adding an XPath validator.
- Improved handling of automatic namespace fetching.
</release>
<release version='0.1.0' date='2010-01-10' min='2.0.7' max='2.2'>
- Initial beta release for Symphony 2.0.7.
</release>
</releases>
</extension>