-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathextension.meta.xml
executable file
·32 lines (32 loc) · 1.35 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="search_index" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Search Index</name>
<description>Index text content of entries for efficient fulltext search.</description>
<repo type="github">https://github.com/symphonists/search_index</repo>
<types>
<type>Search</type>
</types>
<authors>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
</authors>
<releases>
<release version="0.9.5" date="2017-04-10" min="2.4" max="2.x.x">
- Replaced deprecated `preg_replace /e` in `lib/class.search_index.php`
- Add URL decoding for `data.search_suggestions.php` DS
- Removed unused function `manipulateKeywords()`
</release>
<release version="0.9.4" date="2015-09-22" min="2.4">
- [#53](https://github.com/symphonists/search_index/issues/53) Fix tagging issues
- [#47](https://github.com/symphonists/search_index/issues/47) Fix reference to old filter function
</release>
<release version="0.9.3" date="2014-06-22" min="2.4" />
<release version="0.9.2" date="2012-07-21" min="2.3" max="2.3.6"/>
<release version="0.9.1" date="2011-07-08" min="2.2.5" max="2.2.5"/>
</releases>
</extension>