-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.meta.xml
68 lines (67 loc) · 2.59 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="save_and_return" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Save and Return/New Buttons</name>
<description>Enables the user to save and return to the list of a section or to save and create a new entry</description>
<repo type="github">https://github.com/Solutions-Nitriques/save_and_return</repo>
<url type="discuss">http://getsymphony.com/download/extensions/view/72469/</url>
<url type="issues">https://github.com/Solutions-Nitriques/save_and_return/issues</url>
<types>
<type>Interface</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="">Deux Huit Huit</name>
<website>https://deuxhuithuit.com</website>
</author>
<author>
<name github="Solutions-Nitriques" symphony="nitriques">Solutions Nitriques</name>
<website>http://www.nitriques.com/</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.8.2" date="2016-11-02" min="2.3" max="2.6.x">
- Fixed some typos
</release>
<release version="1.8.1" date="2015-02-09" min="2.3" max="2.6.x">
- Fix errors with sprintf
</release>
<release version="1.8" date="2013-07-25" min="2.3" max="2.6.x">
- Added support for query string: That way, filters will stay active when usign the buttons.
</release>
<release version="1.7" date="2013-04-04" min="2.3">
- Removed compatibility with Static Section
- Minor bug fixes
</release>
<release version="1.6.1" date="2013-02-14" min="2.3">
- Fixes for compatibility with Limit Section Entries
</release>
<release version="1.6" date="2012-10-26" min="2.3">
- Fixes for compatibility with Static Section, version 1.8.1
</release>
<release version="1.5.1" date="2012-07-16" min="2.3">
- Fixes for compatibility with Static Section
</release>
<release version="1.5" date="2012-06-21" min="2.3">
- Fixes for compatibility with Symphony 2.3
</release>
<release version="1.4" date="2012-04-16" min="2.2" max="2.2.5">
- Fix issue #1 and #2 (the buttons appeared when not needed)
</release>
<release version="1.3" date="2012-02-21" min="2.2">
- Update CSS for hiding the buttons in the Subsection Manager extension
</release>
<release version="1.2" date="2011-07-21" min="2.2">
- Update for compatibility with Static Section v1.7
</release>
<release version="1.1" date="2011-06-26" min="2.2">
- Update for compatibility with Static Section v1.6
</release>
<release version="1.0" date="2011-06-23" min="2.2">
- First release
</release>
</releases>
</extension>