Skip to content

Commit

Permalink
version changed to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-prakash committed Nov 29, 2023
1 parent bde45a4 commit 4fe46ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const config = {
srcPath: path.resolve(__dirname),
buildPath: path.resolve(__dirname, './package/'),
qsPath: path.resolve(__dirname, './package/helix_ultimate_quickstart/'),
qsPackageName: 'helixultimate_quickstart_j4_2.0.17.zip',
packageName: 'helixultimate_template_v2.0.17.zip',
pluginPackageName: 'plg_system_helixultimate_v2.0.17.zip',
qsPackageName: 'helixultimate_quickstart_j4_2.0.18.zip',
packageName: 'helixultimate_template_v2.0.18.zip',
pluginPackageName: 'plg_system_helixultimate_v2.0.18.zip',
templateFileExtensions: 'xml, json, php, png, scss, js, ico, svg, jpg, eot, ttf, woff, woff2, otf, css, html',
pluginFileExtensions: function () {
return this.templateFileExtensions + ', ini';
Expand Down
2 changes: 1 addition & 1 deletion plugins/system/helixultimate/helixultimate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<license>http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later</license>
<authorEmail>support@joomshaper.com</authorEmail>
<authorUrl>www.joomshaper.com</authorUrl>
<version>2.0.17</version>
<version>2.0.18</version>
<description>Helix Ultimate Framework - Joomla Template Framework by JoomShaper</description>

<updateservers>
Expand Down
2 changes: 1 addition & 1 deletion templates/shaper_helixultimate/templateDetails.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<authorUrl>http://www.joomshaper.com</authorUrl>
<copyright>Copyright (C) 2010 - 2023 JoomShaper.com. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later</license>
<version>2.0.17</version>
<version>2.0.18</version>
<description>Helix Ultimate - Starter Template of Helix Ultimate Framework</description>

<updateservers>
Expand Down

0 comments on commit 4fe46ed

Please sign in to comment.