-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathextension.meta.xml
24 lines (24 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="url_segments" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>URL Segments</name>
<description>URL segments as parameters</description>
<repo type="github">https://github.com/symphonists/url_segments</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/29771/</url>
<types>
<type>Other</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
</authors>
<releases>
<release version="1.1" date="2012-10-05" min="2.3">
- Updated for Symphony 2.3; now requires Symphony 2.3.
</release>
<release version="1.0.1" date="2009-09-25" min="2.0.6" max="2.2.x">
- As of version 1.0.1 the extension now includes the "URL Segments as XML" datasource. You'll need to add this DS to your pages to be able to use it. 1.0.1 also includes a slight change to the behaviour when on the `index` page, if you're on the `index` page the extension will output the params as though it were on the fully resolved URL of that page
- Requires: 2.0.6 to 2.2.5
</release>
</releases>
</extension>