Skip to content

Commit

Permalink
Jollyany 3.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 20, 2023
1 parent 9bcd4fb commit 0d4f255
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
28 changes: 28 additions & 0 deletions framework/importer/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,34 @@ public static function getConvertCode($key) {

public static function getData() {
self::$data = array(
'tz_probike' => array(
// Pack Info
'name' => 'ProBike',
'desc' => 'Bike Shop & Bicycle Rental Joomla Template',

// Pack Data
'thumb' => '/images/stories/probike/thumbnail.jpg',
'category' => 'joomla',

'demo_url' => 'https://probike.jollyany.co/',
'doc_url' => 'https://docs.jollyany.co/templates/probike',

'joomla_version' => array(3,4,5),

'template' => array(
'name' => 'ProBike Template',
'type' => 'included',
'code' => 'tz_probike',
'ext_code' => 'tz-probike-api',
),

'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['hikashop'],
self::$exts['tz-portfolio'],
),
),
'tz_autobike' => array(
// Pack Info
'name' => 'Autobike',
Expand Down
4 changes: 2 additions & 2 deletions jollyany.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<name>Jollyany Framework</name>
<libraryname>jollyany</libraryname>
<author>TemPlaza</author>
<creationDate>September 2023</creationDate>
<version>3.5.18</version>
<creationDate>October 2023</creationDate>
<version>3.5.19</version>
<url>https://www.templaza.com</url>
<copyright>Copyright (C) 2023 TemPlaza, Jsc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
Expand Down
6 changes: 3 additions & 3 deletions jollyany_framework.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<updates>
<update>
<name>Jollyany Framework</name>
<version>3.5.18</version>
<version>3.5.19</version>
<infourl title="Jollyany Releases">https://github.com/templaza/jollyany-framework/releases</infourl>
<element>jollyany</element>
<type>library</type>
<client>0</client>
<downloads>
<downloadurl type="full" format="zip">https://github.com/templaza/jollyany-framework/releases/download/v3.5.18/jollyany-framework-3.5.18.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/templaza/jollyany-framework/releases/download/v3.5.19/jollyany-framework-3.5.19.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
</tags>
<maintainer>TemPlaza</maintainer>
<maintainerurl>https://www.templaza.com</maintainerurl>
<targetplatform name="joomla" version="(3.)|(4.)"/>
<targetplatform name="joomla" version="(3.)|(4.)|(5.)"/>
</update>
</updates>

0 comments on commit 0d4f255

Please sign in to comment.