forked from symphonists/cacheabledatasource
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.meta.xml
46 lines (46 loc) · 2.23 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
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="cacheabledatasource" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Cacheable Datasource</name>
<description lang="en">Improve page performance by caching data source output XML.</description>
<repo type="github">https://github.com/symphonists/cacheabledatasource</repo>
<types>
<type>Performance</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
<author>
<name github="nickdunn" symphony="nickdunn" twitter="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
<author>
<name github="jonmifsud" symphony="gunglien" twitter="jonmifsud">Jon Mifsud</name>
<website>http://jonmifsud.com</website>
</author>
</authors>
<releases>
<release version="3.0.0" date="2015-08-25" min="2.4">
- Completely rewritten to work with cache providers
- Added support for clearing on Order Entries
- Added driver to Cache Association Output
</release>
<release version="2.1.0" date="2014-06-16" min="2.4">
- Added cache folder creation, if missing
</release>
<release version="2.0.0" date="2014-04-16" min="2.4">
- Symphony 2.4 compatibility
</release>
<release version="1.1.1" date="2012-03-11" min="2.3" />
<release version="1.1.0" date="2011-10-04" min="2.3" />
<release version="1.0.0" date="2011-10-03" min="2.2" max="2.2.5">
- major milestone release
- removed unnecessary bloat of the Cache Viewer page
- cache files are now stored in a folder within the cache directory for easier bulk purging
- no more editing of data sources! Caching is applied unobtrusively with delegates and JavaScript (Symphony 2.3+) meaning you don't need to touch PHP and customise your data source files
</release>
<release version="0.5" date="2011-09-01">
- fixed a major bug whereby the extension would not escape invalid XML properly
</release>
</releases>
</extension>