-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.meta.xml
32 lines (32 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="page_http_caching" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Page HTTP Caching</name>
<description>Control HTTP caching on a per-Symphony-page basis.</description>
<repo type="github">https://github.com/DavidOliver/page_http_caching</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/94852/</url>
<authors>
<author>
<name github="DavidOliver" symphony="DavidOliver">David Oliver</name>
<website>http://doliver.co.uk/</website>
</author>
</authors>
<releases>
<release version="1.1.0" date="2016-03-03" min="2.3" max="2.x.x">
* Fix logic that determines whether to apply HTTP caching headers based on Symphony user logged in status
* Marked as compatible with Sym 2.x
</release>
<release version="1.0.2" date="2014-09-19" min="2.3" max="2.5">
* Fix unwanted headers not being removed in Sym 2.3.2 - 2.4
* Release for Sym 2.5
</release>
<release version="1.0.1" date="2014-04-05" min="2.3" max="2.4">Improve UI layout</release>
<release version="1.0.0" date="2014-04-04" min="2.3" max="2.4"></release>
<release version="0.1" date="2012-11-14" min="2.3" max="2.4"></release>
</releases>
<types>
<type>Performance</type>
</types>
<media>
<item type="image" url="http://dl.dropbox.com/u/183085/symphonycms/extensions/page_http_caching.png">HTTP caching page settings</item>
</media>
</extension>