-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathextension.meta.xml
81 lines (81 loc) · 3.24 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="storage" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Storage</name>
<description>Storing data in the session.</description>
<repo type="github">https://github.com/michael-e/storage</repo>
<authors>
<author>
<name github="hananils" symphony="hananils">Büro für Web- und Textgestaltung</name>
<website>http://hananils.de</website>
</author>
<author>
<name github="michael-e" symphony="michael-e">Michael Eichelsdoerfer</name>
<website>http://www.michael-eichelsdoerfer.de</website>
</author>
</authors>
<releases>
<release version="1.6.7" date="2019-02-20" min="2.3.x" max="2.x.x">
* [#70](https://github.com/michael-e/storage/pull/70) Datasource: "Filter by Groups" clickable again
</release>
<release version="1.6.6" date="2019-02-20" min="2.3.x" max="2.x.x">
* Fix fatal error with Symphony > 2.7.7
</release>
<release version="1.6.5" date="2018-04-20" min="2.3.x" max="2.x.x">
* [#69](https://github.com/michael-e/storage/issues/69) Improve README (event filter usage)
</release>
<release version="1.6.4" date="2018-02-10" min="2.3.x" max="2.x.x">
* [#68](https://github.com/michael-e/storage/issues/68) Fix data source template
</release>
<release version="1.6.3" date="2018-01-23" min="2.3.x" max="2.x.x">
* [#67](https://github.com/michael-e/storage/issues/67) Fix cleanup when dropping items
</release>
<release version="1.6.2" date="2017-12-13" min="2.3.x" max="2.x.x">
* [#66](https://github.com/michael-e/storage/pull/66) Fix for actions on non-existing storage
</release>
<release version="1.6.1" date="2016-03-07" min="2.3.x" max="2.x.x">
* Fixed GitHub repository URL
</release>
<release version="1.6.0" date="2016-03-06" min="2.3.x" max="2.x.x">
* Marked as compatible with Symphony 2.x.x
</release>
<release version="1.5.1" date="2015-11-23" min="2.3">
- Bug fix, add attribute data-context to display options in symphony 2.6.x
</release>
<release version="1.5.0" date="2013-05-27" min="2.3">
- Refactored storage class; storage can actually be unset now, fixes cookie issues.
</release>
<release version="1.4.3" date="2013-05-26" min="2.3">
- Small fix
</release>
<release version="1.4.2" date="2013-05-26" min="2.3">
- Add event filter to drop items
- Bugfix
</release>
<release version="1.4.1" date="2013-04-15" min="2.3">
- Minor adjustments
- First public release
</release>
<release version="1.4.0" date="2013-04-10" min="2.3">
- Honor redirect param if the event is successful
- Enable passing groups or items with the drop action
- Bugfixes
</release>
<release version="1.3.0" date="2013-03-28" min="2.3">
- Items will be dropped from storage if the resulting 'count-positive' value is not positive
- Storage class rewrite
- Bugfixes
</release>
<release version="1.2.0" date="2013-03-20" min="2.3">
- First stable release
</release>
<release version="1.1.0" date="2013-03-19" min="2.3">
- Bunch of bugfixes
</release>
<release version="1.0.1" date="2013-02-19" min="2.3">
- PSR compliant code formatting
</release>
<release version="1.0.0" date="2013-02-19" min="2.3">
- Initial release
</release>
</releases>
</extension>