-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextension.meta.xml
46 lines (46 loc) · 1.78 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="member_last_visit" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Member Last Visit</name>
<description>Log the date and time of a member's last visit.</description>
<repo type="github">https://github.com/twiro/member_last_visit</repo>
<url type="issues">https://github.com/twiro/member_last_visit/issues</url>
<url type="discuss">http://www.getsymphony.com/discuss/thread/85292/</url>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="twiro">Roman Klein</name>
<website>https://github.com/twiro</website>
</author>
<author>
<name github="lewiswharf" symphony="Lewis">Mark Lewis</name>
<website>https://github.com/lewiswharf</website>
</author>
</authors>
<releases>
<release version="2.0.0" date="2017-12-05" min="2.4.0" max="2.7.x">
- Code clean up
- Styling improvements: uses the 'field-value-readonly'-class now (Symphony 2.6.5 +)
- Compatibility with Symphony 2.7.x ([#4](https://github.com/twiro/member_last_visit/issues/4))
- PHP 7 support
</release>
<release version="1.0.6" date="2017-04-19" min="2.3.2" max="2.6.x">
- Compatibility with Symphony 2.4.x – 2.6.x
</release>
<release version="1.0.5" date="2013-04-24" min="2.3.2" max="2.3.x">
- Updated for Symphony 2.3.2
</release>
<release version="1.0.4" date="2012-05-20" min="2.3.0" max="2.3.1">
- Updated for Symphony 2.3
</release>
<release version="1.0.3" date="2012-05-20" min="2.2" max="2.2.5">
- Fixed bug where existing members were not logged
- Changed last vist calculation
- Fixed bug where __logVisit returned false incorrectly
</release>
<release version="1.0.0" date="2012-03-06" min="2.2">
- Initial release
</release>
</releases>
</extension>