Skip to content

Commit

Permalink
Merge pull request #27 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
2.3 develop
  • Loading branch information
haitv282 authored Jul 6, 2022
2 parents cd065a2 + d2ea09a commit ff0ea7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Magento 2 Share Cart extension",
"type": "magento2-module",
"require": {
"mageplaza/module-core": "^1.4.5",
"mageplaza/module-core": "^1.4.12",
"mpdf/mpdf": "^7.1.0 | ^8.0.0"
},
"version": "1.1.4",
"version": "1.1.5",
"license": "proprietary",
"authors": [
{
Expand Down
5 changes: 2 additions & 3 deletions view/frontend/templates/cart/button.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
</button>
<button data-bind="click:function(){}"
name="action_sharecart_link"
class="action_sharecart_link"
title="<?= $block->escapeHtml(__('Share Cart')) ?>"
class="download cart">
class="action_sharecart_link download cart"
title="<?= $block->escapeHtml(__('Share Cart')) ?>">
<span><?= /** @noEscape */ __('Share Cart') ?></span>
</button>
</script>
Expand Down

0 comments on commit ff0ea7d

Please sign in to comment.