mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Release 5.5.25
This commit is contained in:
@@ -12,7 +12,7 @@ form:
|
||||
version:
|
||||
type: input.text
|
||||
label: Version
|
||||
default: "5.5.19"
|
||||
default: "5.5.25"
|
||||
|
||||
icon:
|
||||
type: input.text
|
||||
@@ -22,7 +22,7 @@ form:
|
||||
date:
|
||||
type: input.text
|
||||
label: Release Date
|
||||
default: "May 24, 2024"
|
||||
default: "Sep 15, 2025"
|
||||
|
||||
author.name:
|
||||
type: input.text
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Gantry 5 Framework
|
||||
version: '5.5.19'
|
||||
version: '5.5.25'
|
||||
description: Gantry 5 Theme framework
|
||||
icon: gantry
|
||||
author:
|
||||
|
||||
@@ -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.19.zip</file>
|
||||
<file type="plugin" group="system" id="gantry5" enabled="1">plg_system_gantry5_v5.5.25.zip</file>
|
||||
<!-- Quick icons -->
|
||||
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v5.5.19.zip</file>
|
||||
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v5.5.25.zip</file>
|
||||
<!-- Mandatory system plugin -->
|
||||
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v5.5.19.zip</file>
|
||||
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v5.5.25.zip</file>
|
||||
<!-- Particle module -->
|
||||
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v5.5.19.zip</file>
|
||||
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v5.5.25.zip</file>
|
||||
<!-- Gantry framework library -->
|
||||
<file type="library" id="gantry5" enabled="1">lib_gantry5_v5.5.19.zip</file>
|
||||
<file type="library" id="gantry5" enabled="1">lib_gantry5_v5.5.25.zip</file>
|
||||
<!-- Common media files -->
|
||||
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v5.5.19.zip</file>
|
||||
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v5.5.25.zip</file>
|
||||
<!-- Administration component -->
|
||||
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v5.5.19.zip</file>
|
||||
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v5.5.25.zip</file>
|
||||
</files>
|
||||
|
||||
<languages folder="language">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jedupdate version="1">
|
||||
<version>5.5.19</version>
|
||||
<version>5.5.25</version>
|
||||
|
||||
<compatibility>
|
||||
<version>39</version>
|
||||
|
||||
@@ -5,20 +5,20 @@
|
||||
element="pkg_gantry5"
|
||||
type="package"
|
||||
client="site"
|
||||
version="5.5.19"
|
||||
version="5.5.25"
|
||||
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.19"
|
||||
version="5.5.25"
|
||||
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.19"
|
||||
version="5.5.25"
|
||||
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.19</version>
|
||||
<infourl title="Gantry 5.5.19">http://docs.gantry.org/gantry5</infourl>
|
||||
<version>5.5.25</version>
|
||||
<infourl title="Gantry 5.5.25">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>24655736807b40c50d057796334e4d310910a5c95d725d6fe8b3d0b15b5524adf85d5769efd7c72c587456f5ab0846aedd09201b6dd75d8cd216d0eda77baecb</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.19/joomla-pkg_gantry5_v5.5.19.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.25/joomla-pkg_gantry5_v5.5.25.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
<element>g5_helium</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>5.5.19</version>
|
||||
<infourl title="Helium 5.5.19">http://docs.gantry.org/gantry5</infourl>
|
||||
<version>5.5.25</version>
|
||||
<infourl title="Helium 5.5.25">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>5bea7f5bfdee7ff20408400a09fc5a16629f95292f2346e60604507871d6246fe5944422a584377623f21c1e11c957111d142fc53c48b0427eecd106b4da8cba</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.19/joomla-tpl_g5_helium_v5.5.19.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.25/joomla-tpl_g5_helium_v5.5.25.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
<element>g5_hydrogen</element>
|
||||
<type>template</type>
|
||||
<client>site</client>
|
||||
<version>5.5.19</version>
|
||||
<infourl title="Hydrogen 5.5.19">http://docs.gantry.org/gantry5</infourl>
|
||||
<version>5.5.25</version>
|
||||
<infourl title="Hydrogen 5.5.25">http://docs.gantry.org/gantry5</infourl>
|
||||
<sha512>6da626a8889cbdb5f8ae684cceb22da73c17ce621e7f91e0e54868f80708b78d01de55e14f77d730ff65f706900128c9c556759687868d9d953a6ef836cedfe6</sha512>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.19/joomla-tpl_g5_hydrogen_v5.5.19.zip</downloadurl>
|
||||
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.25/joomla-tpl_g5_hydrogen_v5.5.25.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
|
||||
Reference in New Issue
Block a user