-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshortcoder.xml
More file actions
22 lines (22 loc) · 935 Bytes
/
Copy pathshortcoder.xml
File metadata and controls
22 lines (22 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="content" method="upgrade">
<name>Joomla Shortcoder</name>
<author>popartdesign.ru</author>
<authorEmail>info@popartdesign.ru</authorEmail>
<authorUrl>https://popartdesign.ru</authorUrl>
<creationDate>2026-04-21</creationDate>
<version>1.0.1</version>
<copyright>popartdesign.ru</copyright>
<license>MIT</license>
<namespace path="src">JoomlaShortcoder\Plugin\Content\Shortcoder</namespace>
<description>A lightweight, template-based shortcode engine</description>
<files>
<folder plugin="shortcoder">services</folder>
<folder>src</folder>
</files>
<updateservers>
<server type="extension" priority="1" name="Joomla Shortcoder plugin updates">
https://raw.githubusercontent.com/PopArtDesign/joomla-shortcoder/main/update.xml
</server>
</updateservers>
</extension>