Skip to content

Commit

Permalink
Update version 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Mar 31, 2022
1 parent 858b43f commit ae1f3b1
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
42 changes: 42 additions & 0 deletions framework/importer/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ class JollyanyFrameworkDataImport {
'code' => 'tz_extensions',
'ext_code' => 'uk-sp-addons',
),
'ui-sp-addons' => array(
'name' => 'SP Page Builder UI Addons',
'type' => 'included',
'code' => 'tz_extensions',
'ext_code' => 'ui-sp-addons',
),
'tz-portfolio' => array(
'name' => 'TZ Portfolio',
'type' => 'url',
Expand Down Expand Up @@ -88,6 +94,33 @@ public static function getConvertCode($key) {

public static function getData() {
self::$data = array(
'tz_baressco' => array(
// Pack Info
'name' => 'Baressco',
'desc' => 'Wine & Vineyard Joomla Template',

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

'demo_url' => 'https://baressco.jollyany.co/',
'doc_url' => 'https://jollyany.co/support/documentation/extra-templates/baressco',

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

'template' => array(
'name' => 'Baressco Template',
'type' => 'included',
'code' => 'tz_baressco',
'ext_code' => 'tz-baressco-api',
),

'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['hikashop'],
),
),
'tz_powfit' => array(
// Pack Info
'name' => 'PowFit',
Expand Down Expand Up @@ -165,6 +198,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
self::$exts['hikashop'],
),
),
Expand Down Expand Up @@ -192,6 +226,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
),
),
'tz_magazine' => array(
Expand All @@ -218,6 +253,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
),
),
'tz_varaham' => array(
Expand All @@ -244,6 +280,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
),
),
'tz_krypton' => array(
Expand All @@ -270,6 +307,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
),
),
'tz_alita' => array(
Expand All @@ -296,6 +334,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
self::$exts['tz-portfolio'],
self::$exts['hikashop'],
),
Expand Down Expand Up @@ -324,6 +363,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
self::$exts['tz-portfolio'],
self::$exts['hikashop'],
),
Expand Down Expand Up @@ -352,6 +392,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
self::$exts['tz-portfolio'],
),
),
Expand Down Expand Up @@ -379,6 +420,7 @@ public static function getData() {
'extensions' => array(
self::$exts['sp-page-builder'],
self::$exts['uk-sp-addons'],
self::$exts['ui-sp-addons'],
self::$exts['tz-portfolio'],
self::$exts['hikashop'],
),
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>February 2022</creationDate>
<version>3.5.3</version>
<creationDate>March 2022</creationDate>
<version>3.5.4</version>
<url>https://www.templaza.com</url>
<copyright>Copyright (C) 2022 TemPlaza, Jsc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
Expand Down
4 changes: 2 additions & 2 deletions jollyany_framework.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<updates>
<update>
<name>Jollyany Framework</name>
<version>3.5.3</version>
<version>3.5.4</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.3/jollyany-framework-3.5.3.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/templaza/jollyany-framework/releases/download/v3.5.4/jollyany-framework-3.5.4.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit ae1f3b1

Please sign in to comment.