mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Correct tokens
This commit is contained in:
@@ -12,7 +12,7 @@ form:
|
||||
version:
|
||||
type: input.text
|
||||
label: Version
|
||||
default: "5.5.16"
|
||||
default: "@version@"
|
||||
|
||||
icon:
|
||||
type: input.text
|
||||
@@ -22,7 +22,7 @@ form:
|
||||
date:
|
||||
type: input.text
|
||||
label: Release Date
|
||||
default: "April 4, 2023"
|
||||
default: "@versiondate@"
|
||||
|
||||
author.name:
|
||||
type: input.text
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Gantry 5 Framework
|
||||
version: '5.5.16'
|
||||
version: '@version@'
|
||||
description: Gantry 5 Theme framework
|
||||
icon: gantry
|
||||
author:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="component" method="upgrade">
|
||||
<name>com_gantry5</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="file" method="upgrade">
|
||||
<name>gantry5_nucleus</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<extension version="3.9" type="library" method="upgrade">
|
||||
<name>Gantry 5 Framework</name>
|
||||
<libraryname>gantry5</libraryname>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="module" client="site" method="upgrade">
|
||||
<name>mod_gantry5_particle</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<extension version="3.9" type="package" method="upgrade">
|
||||
<name>pkg_gantry5</name>
|
||||
<packagename>gantry5</packagename>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
@@ -16,19 +16,19 @@
|
||||
<blockChildUninstall>true</blockChildUninstall>
|
||||
<files folder="packages">
|
||||
<!-- Mandatory system plugin -->
|
||||
<file type="plugin" group="system" id="gantry5" enabled="1">plg_system_gantry5_v5.5.16.zip</file>
|
||||
<file type="plugin" group="system" id="gantry5" enabled="1">plg_system_gantry5_v@version@.zip</file>
|
||||
<!-- Quick icons -->
|
||||
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v5.5.16.zip</file>
|
||||
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v@version@.zip</file>
|
||||
<!-- Mandatory system plugin -->
|
||||
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v5.5.16.zip</file>
|
||||
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v@version@.zip</file>
|
||||
<!-- Particle module -->
|
||||
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v5.5.16.zip</file>
|
||||
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v@version@.zip</file>
|
||||
<!-- Gantry framework library -->
|
||||
<file type="library" id="gantry5" enabled="1">lib_gantry5_v5.5.16.zip</file>
|
||||
<file type="library" id="gantry5" enabled="1">lib_gantry5_v@version@.zip</file>
|
||||
<!-- Common media files -->
|
||||
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v5.5.16.zip</file>
|
||||
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v@version@.zip</file>
|
||||
<!-- Administration component -->
|
||||
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v5.5.16.zip</file>
|
||||
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v@version@.zip</file>
|
||||
</files>
|
||||
|
||||
<languages folder="language">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="plugin" group="gantry5" method="upgrade">
|
||||
<name>plg_gantry5_preset</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="plugin" group="quickicon" method="upgrade">
|
||||
<name>plg_quickicon_gantry5</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="plugin" group="system" method="upgrade">
|
||||
<name>plg_system_gantry5</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<extension version="3.9" type="plugin" group="system" method="upgrade">
|
||||
<name>plg_system_gantry5_debugbar</name>
|
||||
<version>5.5.16</version>
|
||||
<creationDate>April 4, 2023</creationDate>
|
||||
<version>@version@</version>
|
||||
<creationDate>@versiondate@</creationDate>
|
||||
<author>RocketTheme, LLC</author>
|
||||
<authorEmail>support@rockettheme.com</authorEmail>
|
||||
<authorUrl>http://www.rockettheme.com</authorUrl>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jedupdate version="1">
|
||||
<version>5.5.16</version>
|
||||
<version>@version@</version>
|
||||
|
||||
<compatibility>
|
||||
<version>39</version>
|
||||
|
||||
@@ -5,20 +5,20 @@
|
||||
element="pkg_gantry5"
|
||||
type="package"
|
||||
client="site"
|
||||
version="5.5.16"
|
||||
version="@version@"
|
||||
detailsurl="http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml"/>
|
||||
<extension name="Hydrogen"
|
||||
description="Hydrogen Template"
|
||||
element="g5_hydrogen"
|
||||
type="template"
|
||||
client="site"
|
||||
version="5.5.16"
|
||||
version="@version@"
|
||||
detailsurl="http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml"/>
|
||||
<extension name="Helium"
|
||||
description="Helium Template"
|
||||
element="g5_helium"
|
||||
type="template"
|
||||
client="site"
|
||||
version="5.5.16"
|
||||
version="@version@"
|
||||
detailsurl="http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml"/>
|
||||
</extensionset>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
<element>pkg_gantry5</element>
|
||||
<type>package</type>
|
||||
<client>site</client>
|
||||
<version>5.5.16</version>
|
||||
<infourl title="Gantry 5.5.16">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>930a89f9939809bce2b87878e1d84136c172da03fb035c52f031143d0bb1fbf30b34ab67a0639d4d4138931ef31577b1f88f36171418e2bf7adb0c9b359b1793</sha512>
|
||||
<version>@version@</version>
|
||||
<infourl title="Gantry @version@">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>@sha512_joomla_package@</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-pkg_gantry5_v5.5.16.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-pkg_gantry5_v@version@.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
<element>g5_helium</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>5.5.16</version>
|
||||
<infourl title="Helium 5.5.16">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>9bc9eeb1f4fbe1cd596aea2bec0cae9605a67abebad357fcbc6da19274068347eaa0d4a55c024c5ec3729da367cdc3708c1f58cb0bf425da785c71172e37a744</sha512>
|
||||
<version>@version@</version>
|
||||
<infourl title="Helium @version@">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>@sha512_joomla_helium@</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-tpl_g5_helium_v5.5.16.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-tpl_g5_helium_v@version@.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
<element>g5_hydrogen</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>5.5.16</version>
|
||||
<infourl title="Hydrogen 5.5.16">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>fef0235f29b71d8971c2105a8cba150ad326cedd7a888e86373d7880d348831e0315f402372ec726c24a3067d24409600fc0ae8e0d103ed098e19e33c968b658</sha512>
|
||||
<version>@version@</version>
|
||||
<infourl title="Hydrogen @version@">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>@sha512_joomla_hydrogen@</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-tpl_g5_hydrogen_v5.5.16.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-tpl_g5_hydrogen_v@version@.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
Reference in New Issue
Block a user