Skip to content

Commit 439cef2

Browse files
authored
Merge pull request #501 from JoomShaper/dev
v2.2.1 - Fixed Composer dependencies issue. - Fixed custom layout break issue. - Fixed pagination custom font missing issue - Fixed blog layout overwrite issue.
2 parents cab93bf + 058bedd commit 439cef2

File tree

502 files changed

+27072
-6594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+27072
-6594
lines changed

gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ const config = {
1414
srcPath: path.resolve(__dirname),
1515
buildPath: path.resolve(__dirname, './package/'),
1616
qsPath: path.resolve(__dirname, './package/helix_ultimate_quickstart/'),
17-
qsPackageName: 'helixultimate_quickstart_j5_2.1.3.zip',
18-
packageName: 'helixultimate_template_v2.1.3.zip',
19-
pluginPackageName: 'plg_system_helixultimate_v2.1.3.zip',
17+
qsPackageName: 'helixultimate_quickstart_j5_2.2.1.zip',
18+
packageName: 'helixultimate_template_v2.2.1.zip',
19+
pluginPackageName: 'plg_system_helixultimate_v2.2.1.zip',
2020

2121
templateFileExtensions: 'xml, json, php, png, scss, js, ico, svg, jpg, eot, ttf, woff, woff2, otf, css, html',
2222
pluginFileExtensions: function () {

language/en-GB/en-GB.tpl_shaper_helixultimate.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ HELIX_ULTIMATE_BACKGROUND_POSITION_CENTER_BOTTOM="Center Bottom"
3939
HELIX_ULTIMATE_BACKGROUND_POSITION_RIGHT_TOP="Right Top"
4040
HELIX_ULTIMATE_BACKGROUND_POSITION_RIGHT_CENTER="Right Center"
4141
HELIX_ULTIMATE_BACKGROUND_POSITION_RIGHT_BOTTOM="Right Bottom"
42-
HELIX_ULTIMATE_SCROLL_UP_ARIA_LABEL="Scroll Up"
42+
HELIX_ULTIMATE_SCROLL_UP_ARIA_LABEL="Scroll to top"
4343
HELIX_ULTIMATE_READ_MORE="Read More"
4444
COM_USERS_OPTIONAL="(optional)"
4545

0 commit comments

Comments
 (0)