File tree 14 files changed +19
-19
lines changed
14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- 5.0.0-rc.3-dev
1
+ @version@
Original file line number Diff line number Diff line change 1
- 5.0.0-rc.3-dev
1
+ @version@
Original file line number Diff line number Diff line change 2
2
<extension version =" 3.4" type =" package" method =" upgrade" >
3
3
<name >pkg_gantry5</name >
4
4
<packagename >gantry5</packagename >
5
- <version >5.0.0-rc.3-dev </version >
5
+ <version >@version@ </version >
6
6
<creationDate >@versiondate@</creationDate >
7
7
<author >RocketTheme, LLC</author >
8
8
<
authorEmail >
[email protected] </
authorEmail >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<extensionset name =" Gantry 5" description =" Gantry 5 Updates" >
3
- <extension name =" Gantry 5" description =" Gantry 5 Framework" element =" pkg_gantry5" type =" package" client =" site" version =" 5.0.0-rc.3-dev " detailsurl =" http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml" />
4
- <extension name =" Hydrogen" description =" Hydrogen Template" element =" g5_hydrogen" type =" template" client =" site" version =" 5.0.0-rc.3-dev " detailsurl =" http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml" />
3
+ <extension name =" Gantry 5" description =" Gantry 5 Framework" element =" pkg_gantry5" type =" package" client =" site" version =" @version@ " detailsurl =" http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml" />
4
+ <extension name =" Hydrogen" description =" Hydrogen Template" element =" g5_hydrogen" type =" template" client =" site" version =" @version@ " detailsurl =" http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml" />
5
5
</extensionset >
Original file line number Diff line number Diff line change 5
5
<description >Gantry Framework</description >
6
6
<element >pkg_gantry5</element >
7
7
<type >package</type >
8
- <version >5.0.0-rc.3-dev </version >
9
- <infourl title =" Gantry 5.0.0-rc.3-dev " >http://docs.gantry.org/gantry5</infourl >
8
+ <version >@version@ </version >
9
+ <infourl title =" Gantry @version@ " >http://docs.gantry.org/gantry5</infourl >
10
10
<downloads >
11
- <downloadurl type =" full" format =" zip" >http://updates.gantry.org/download/5.0.0-rc.3-dev /joomla-pkg_gantry5_v5.0.0-rc.3-dev .zip</downloadurl >
11
+ <downloadurl type =" full" format =" zip" >http://updates.gantry.org/download/@version@ /joomla-pkg_gantry5_v@version@ .zip</downloadurl >
12
12
</downloads >
13
13
<tags >
14
14
<tag >stable</tag >
Original file line number Diff line number Diff line change 5
5
<description >Hydrogen Template</description >
6
6
<element >g5_hydrogen</element >
7
7
<type >template</type >
8
- <version >5.0.0-rc.3-dev </version >
9
- <infourl title =" Hydrogen 5.0.0-rc.3-dev " >http://docs.gantry.org/gantry5</infourl >
8
+ <version >@version@ </version >
9
+ <infourl title =" Hydrogen @version@ " >http://docs.gantry.org/gantry5</infourl >
10
10
<downloads >
11
- <downloadurl type =" full" format =" zip" >http://updates.gantry.org/download/5.0.0-rc.3-dev /joomla-tpl_g5_hydrogen_v5.0.0-rc.3-dev .zip</downloadurl >
11
+ <downloadurl type =" full" format =" zip" >http://updates.gantry.org/download/@version@ /joomla-tpl_g5_hydrogen_v@version@ .zip</downloadurl >
12
12
</downloads >
13
13
<tags >
14
14
<tag >stable</tag >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public static function getClassLoader()
45
45
throw new \LogicException (self ::$ errorMessageGantryLoaded );
46
46
}
47
47
48
- define ('GANTRY5_VERSION ' , '5.0.0-rc.3-dev ' );
48
+ define ('GANTRY5_VERSION ' , '@version@ ' );
49
49
define ('GANTRY5_VERSION_DATE ' , '@versiondate@ ' );
50
50
51
51
if (!defined ('DS ' )) {
Original file line number Diff line number Diff line change 12
12
13
13
class G5_BaseInstallerScript
14
14
{
15
- public $ requiredGantryVersion = '5.0.0-rc.3-dev ' ;
15
+ public $ requiredGantryVersion = '@version@ ' ;
16
16
17
17
public function preflight ($ type , $ parent )
18
18
{
Original file line number Diff line number Diff line change 1
1
name : Hydrogen
2
- version : " 5.0.0-rc.3-dev "
2
+ version : " @version@ "
3
3
author : RocketTheme
4
4
url : http://www.rockettheme.com
5
5
Original file line number Diff line number Diff line change 1
1
details :
2
2
name : Hydrogen
3
- version : " 5.0.0-rc.3-dev "
3
+ version : " @version@ "
4
4
icon : paper-plane
5
5
date : May 15, 2015
6
6
author :
Original file line number Diff line number Diff line change 1
1
details :
2
2
name : Hydrogen
3
- version : " 5.0.0-rc.3-dev "
3
+ version : " @version@ "
4
4
icon : paper-plane
5
5
date : May 15, 2015
6
6
author :
Original file line number Diff line number Diff line change 12
12
13
13
class G5_HydrogenInstallerScript
14
14
{
15
- public $ requiredGantryVersion = '5.0.0-rc.3-dev ' ;
15
+ public $ requiredGantryVersion = '@version@ ' ;
16
16
17
17
public function preflight ($ type , $ parent )
18
18
{
Original file line number Diff line number Diff line change 1
1
details :
2
2
name : Hydrogen
3
- version : " 5.0.0-rc.3-dev "
3
+ version : " @version@ "
4
4
icon : paper-plane
5
5
date : May 15, 2015
6
6
author :
Original file line number Diff line number Diff line change 1
1
details :
2
2
name : Hydrogen
3
- version : " 5.0.0-rc.3-dev "
3
+ version : " @version@ "
4
4
icon : paper-plane
5
5
date : May 15, 2015
6
6
author :
You can’t perform that action at this time.
0 commit comments