19 lines
622 B
XML
19 lines
622 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<extension version="3.1" type="plugin" group="content" method="upgrade">
|
||
|
<name>Shortcodes for OctoPart.com</name>
|
||
|
<author>Greg</author>
|
||
|
<creationDate>August 2017</creationDate>
|
||
|
<copyright>No copyrights, I don't care</copyright>
|
||
|
<license>MIT</license>
|
||
|
<authorEmail>no@no.nom</authorEmail>
|
||
|
<authorUrl>github.com/phm3g</authorUrl>
|
||
|
<version>1.0</version>
|
||
|
<description>Shortcodes for OctoPart.com, usage: [[::partName::]]</description>
|
||
|
<files>
|
||
|
<filename plugin="shortcode">shortcode.php</filename>
|
||
|
<filename>index.html</filename>
|
||
|
</files>
|
||
|
<config>
|
||
|
</config>
|
||
|
</extension>
|