Created
October 4, 2011 12:57
-
-
Save designermonkey/1261582 to your computer and use it in GitHub Desktop.
Symphony extension meta XML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <extension> | |
| <name>Search Index</name> | |
| <description lang="en">Index text content of entries for efficient full-text search.</description> | |
| <repository type="git">https://github.com/nickdunn/search_index</repository> | |
| <types> | |
| <type>Field</type> | |
| <type>Interface</type> | |
| <type>Workflow</type> | |
| </types> | |
| <authors> | |
| <author> | |
| <name>Nick Dunn</name> | |
| <email>[email protected]</email> | |
| <website>http;//nick-dunn.co.uk</website> | |
| </author> | |
| </authors> | |
| <releases> | |
| <release> | |
| <version>0.9.1</version> | |
| <date>2011-07-08</date> | |
| <compatibility range="yes"> | |
| <symphony>2.0</symphony> | |
| <symphony>2.0.5</symphony> | |
| </compatibility> | |
| </release> | |
| <release> | |
| <version>1.3</version> | |
| <date>2011-03-12</date> | |
| <compatibility> | |
| <symphony>2.0.6</symphony> | |
| <symphony>2.0.8</symphony> | |
| </compatibility> | |
| </release> | |
| </releases> | |
| </extension> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment