Skip to content

Commit

Permalink
Release 5.5.16 - Automatic Version Number Updates(Attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexplor committed Apr 18, 2023
1 parent f3a9d31 commit a7e5de4
Show file tree
Hide file tree
Showing 32 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@version@
5.5.16
4 changes: 2 additions & 2 deletions bin/builder/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<property name="path.src" value="${project_dir}/src" />
<property name="path.themes" value="${project_dir}/themes" />
<tstamp>
<format property="str.datefmt" pattern="${cfg.datefmt}" />
<format property="str.datefmt" pattern="MMMM d, yyyy" locale="en"/>
</tstamp>
<tstamp>
<format property="str.datexml" pattern="${cfg.date}" />
<format property="str.datexml" pattern="MMMM d, yyyy" locale="en"/>
</tstamp>
<property name="version.date" value="${str.datexml}" />

Expand Down
4 changes: 2 additions & 2 deletions platforms/common/blueprints/gantry/theme/details.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ form:
version:
type: input.text
label: Version
default: "@version@"
default: "5.5.16"

icon:
type: input.text
Expand All @@ -22,7 +22,7 @@ form:
date:
type: input.text
label: Release Date
default: "@versiondate@"
default: "April 4, 2023"

author.name:
type: input.text
Expand Down
2 changes: 1 addition & 1 deletion platforms/grav/gantry5/blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Gantry 5 Framework
version: '@version@'
version: '5.5.16'
description: Gantry 5 Theme framework
icon: gantry
author:
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/com_gantry5/admin/gantry5.xml
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/gantry5_nucleus/gantry5_nucleus.xml
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/lib_gantry5/gantry5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension version="3.9" type="library" method="upgrade">
<name>Gantry 5 Framework</name>
<libraryname>gantry5</libraryname>
<version>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
18 changes: 9 additions & 9 deletions platforms/joomla/pkg_gantry5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<extension version="3.9" type="package" method="upgrade">
<name>pkg_gantry5</name>
<packagename>gantry5</packagename>
<version>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand All @@ -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_v@version@.zip</file>
<file type="plugin" group="system" id="gantry5" enabled="1">plg_system_gantry5_v5.5.16.zip</file>
<!-- Quick icons -->
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v@version@.zip</file>
<file type="plugin" group="quickicon" id="gantry5" enabled="1">plg_quickicon_gantry5_v5.5.16.zip</file>
<!-- Mandatory system plugin -->
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v@version@.zip</file>
<file type="plugin" group="gantry5" id="preset" >plg_gantry5_preset_v5.5.16.zip</file>
<!-- Particle module -->
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v@version@.zip</file>
<file type="module" client="site" id="mod_gantry5_particle" enabled="1">mod_gantry5_particle_v5.5.16.zip</file>
<!-- Gantry framework library -->
<file type="library" id="gantry5" enabled="1">lib_gantry5_v@version@.zip</file>
<file type="library" id="gantry5" enabled="1">lib_gantry5_v5.5.16.zip</file>
<!-- Common media files -->
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v@version@.zip</file>
<file type="file" id="gantry5_nucleus" enabled="1">gantry5_nucleus_v5.5.16.zip</file>
<!-- Administration component -->
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v@version@.zip</file>
<file type="component" id="com_gantry5" enabled="1">com_gantry5_v5.5.16.zip</file>
</files>

<languages folder="language">
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/plg_gantry5_preset/preset.xml
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/plg_quickicon_gantry5/gantry5.xml
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions platforms/joomla/plg_system_gantry5/gantry5.xml
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -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>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion platforms/joomla/updates/gantry5_jed.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jedupdate version="1">
<version>@version@</version>
<version>5.5.16</version>

<compatibility>
<version>39</version>
Expand Down
6 changes: 3 additions & 3 deletions platforms/joomla/updates/list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
element="pkg_gantry5"
type="package"
client="site"
version="@version@"
version="5.5.16"
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="@version@"
version="5.5.16"
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="@version@"
version="5.5.16"
detailsurl="http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml"/>
</extensionset>
8 changes: 4 additions & 4 deletions platforms/joomla/updates/pkg_gantry5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<element>pkg_gantry5</element>
<type>package</type>
<client>site</client>
<version>@version@</version>
<infourl title="Gantry @version@">http://docs.gantry.org/gantry5</infourl>
<sha512>@sha512_joomla_package@</sha512>
<version>5.5.16</version>
<infourl title="Gantry 5.5.16">http://docs.gantry.org/gantry5</infourl>
<sha512>930a89f9939809bce2b87878e1d84136c172da03fb035c52f031143d0bb1fbf30b34ab67a0639d4d4138931ef31577b1f88f36171418e2bf7adb0c9b359b1793</sha512>
<downloads>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-pkg_gantry5_v@version@.zip</downloadurl>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-pkg_gantry5_v5.5.16.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
8 changes: 4 additions & 4 deletions platforms/joomla/updates/tpl_g5_helium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<element>g5_helium</element>
<type>template</type>
<client>site</client>
<version>@version@</version>
<infourl title="Helium @version@">http://docs.gantry.org/gantry5</infourl>
<sha512>@sha512_joomla_helium@</sha512>
<version>5.5.16</version>
<infourl title="Helium 5.5.16">http://docs.gantry.org/gantry5</infourl>
<sha512>9bc9eeb1f4fbe1cd596aea2bec0cae9605a67abebad357fcbc6da19274068347eaa0d4a55c024c5ec3729da367cdc3708c1f58cb0bf425da785c71172e37a744</sha512>
<downloads>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-tpl_g5_helium_v@version@.zip</downloadurl>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-tpl_g5_helium_v5.5.16.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
8 changes: 4 additions & 4 deletions platforms/joomla/updates/tpl_g5_hydrogen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<element>g5_hydrogen</element>
<type>template</type>
<client>site</client>
<version>@version@</version>
<infourl title="Hydrogen @version@">http://docs.gantry.org/gantry5</infourl>
<sha512>@sha512_joomla_hydrogen@</sha512>
<version>5.5.16</version>
<infourl title="Hydrogen 5.5.16">http://docs.gantry.org/gantry5</infourl>
<sha512>fef0235f29b71d8971c2105a8cba150ad326cedd7a888e86373d7880d348831e0315f402372ec726c24a3067d24409600fc0ae8e0d103ed098e19e33c968b658</sha512>
<downloads>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/@version@/joomla-tpl_g5_hydrogen_v@version@.zip</downloadurl>
<downloadurl type="full" format="zip">http://updates.gantry.org/download/5.5.16/joomla-tpl_g5_hydrogen_v5.5.16.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down
4 changes: 2 additions & 2 deletions src/RealLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public static function getClassLoader()
throw new \LogicException(self::$errorMessageGantryLoaded);
}

define('GANTRY5_VERSION', '@version@');
define('GANTRY5_VERSION_DATE', '@versiondate@');
define('GANTRY5_VERSION', '5.5.16');
define('GANTRY5_VERSION_DATE', 'April 4, 2023');

if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
Expand Down
4 changes: 2 additions & 2 deletions themes/base/joomla/templateDetails.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension version="3.9" type="template" client="site" method="upgrade">
<name>g5_base</name>
<version>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions themes/helium-child/wordpress/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Helium Child
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: 'RocketTheme, LLC'
email: 'support@rockettheme.com'
Expand Down
2 changes: 1 addition & 1 deletion themes/helium/grav/blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Helium
version: "@version@"
version: "5.5.16"
description: "Default Gantry 5 theme."
icon: gantry
author:
Expand Down
4 changes: 2 additions & 2 deletions themes/helium/grav/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Helium
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: RocketTheme, LLC
email: 'support@rockettheme.com'
Expand Down
4 changes: 2 additions & 2 deletions themes/helium/joomla/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Helium
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: 'RocketTheme, LLC'
email: 'support@rockettheme.com'
Expand Down
4 changes: 2 additions & 2 deletions themes/helium/joomla/templateDetails.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension version="3.9" type="template" client="site" method="upgrade">
<name>g5_helium</name>
<version>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions themes/helium/wordpress/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Helium
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: 'RocketTheme, LLC'
email: 'support@rockettheme.com'
Expand Down
4 changes: 2 additions & 2 deletions themes/hydrogen-child/wordpress/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Hydrogen Child
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: RocketTheme, LLC
email: support@rockettheme.com
Expand Down
2 changes: 1 addition & 1 deletion themes/hydrogen/grav/blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Hydrogen
version: "@version@"
version: "5.5.16"
description: "Default Gantry 5 theme."
icon: gantry
author:
Expand Down
4 changes: 2 additions & 2 deletions themes/hydrogen/grav/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Hydrogen
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: 'RocketTheme, LLC'
email: support@rockettheme.com
Expand Down
4 changes: 2 additions & 2 deletions themes/hydrogen/joomla/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Hydrogen
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: RocketTheme, LLC
email: support@rockettheme.com
Expand Down
4 changes: 2 additions & 2 deletions themes/hydrogen/joomla/templateDetails.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension version="3.9" type="template" client="site" method="upgrade">
<name>g5_hydrogen</name>
<version>@version@</version>
<creationDate>@versiondate@</creationDate>
<version>5.5.16</version>
<creationDate>April 4, 2023</creationDate>
<author>RocketTheme, LLC</author>
<authorEmail>support@rockettheme.com</authorEmail>
<authorUrl>http://www.rockettheme.com</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions themes/hydrogen/wordpress/gantry/theme.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
details:
name: Hydrogen
version: '@version@'
version: '5.5.16'
icon: paper-plane
date: '@versiondate@'
date: 'April 4, 2023'
author:
name: RocketTheme, LLC
email: support@rockettheme.com
Expand Down

0 comments on commit a7e5de4

Please sign in to comment.