-
Notifications
You must be signed in to change notification settings - Fork 14
/
extension.meta.xml
64 lines (64 loc) · 2.46 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="maintenance_mode" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Maintenance Mode</name>
<description>Temporarily close your site for maintenance</description>
<repo type="github">https://github.com/symphonycms/maintenance_mode</repo>
<url type="discuss">https://getsymphony.com/discuss/thread/32797/</url>
<types>
<type>Workflow</type>
<type>Security</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>https://www.getsymphony.com</website>
</author>
</authors>
<releases>
<release version="1.9.4" date="2018-01-18" min="2.4" max="2.x.x">
- Sanitize the widget's content
</release>
<release version="1.9.3" date="2017-08-10" min="2.4" max="2.x.x">
- Symphony 2.7 compatibility
</release>
<release version="1.9.2" date="2016-10-06" min="2.4" max="2.6.x">
- Updated Russian language
</release>
<release version="1.9.1" date="2015-03-20" min="2.4" max="2.6.x">
- Fix Useragent bug
</release>
<release version="1.9" date="2015-03-17" min="2.4" max="2.6.x">
- Add Useragent Whitelist support
</release>
<release version="1.8.3" date="2015-03-11" min="2.4" max="2.6.x">
- Mark compatibility with Symphony 2.6+
</release>
<release version="1.8.2" date="2014-10-20" min="2.4" max="2.5.x">
- Fix error when unchecking the maintenance mode from the Preferences area
</release>
<release version="1.8.1" date="2014-08-27" min="2.4" max="2.5.x">
- Fix error when default maintenance page is shown on Symphony 2.5
</release>
<release version="1.8" date="2014-08-17" min="2.4" max="2.5">
- Add IP Whitelist feature (thanks @pointybeard)
- Mark compatibility with Symphony 2.4+
</release>
<release version="1.7" date="2013-07-01" min="2.3">
- Update links to **getsymphony.com**
</release>
<release version="1.6" date="2012-05-21" min="2.3">
- Add support for Symphony 2.3
- Update to use `PageManager`, new `Configuration` methods
</release>
<release version="1.5" date="2011-08-08" min="2.2" max="2.2.x">
- Update to use `SYMPHONY_URL` constant (breaks compatibility with Symphony versions prior to 2.2)
- Added Romanian translation
</release>
<release version="1.4" date="2011-01-01">
- Added page type "maintenance" to the suggestion list
- Fixed error handling
- Removed empty language files
- Updated included translations
</release>
</releases>
</extension>