Files
Joomla-3.x-OctoPart-Shortcodes/shortcode.xml

19 lines
621 B
XML
Raw Normal View History

2017-08-14 15:09:47 +00:00
<?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>
2017-08-14 15:21:23 +00:00
<authorUrl>github.com/phm3</authorUrl>
2017-08-14 15:09:47 +00:00
<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>