Skip to content

Commit

Permalink
Merge branch 'main' of github.com:magefan/theme-frontend-optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Berezhniy committed Oct 19, 2023
2 parents d4152ac + e709f04 commit 710c433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Magento_Catalog/templates/product/view/addtocart.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<button type="submit"
title="<?= $block->escapeHtmlAttr($buttonTitle) ?>"
class="action primary tocart"
id="product-addtocart-button" disabled>
id="product-addtocart-button">
<span><?= $block->escapeHtml($buttonTitle) ?></span>
</button>
<?= $block->getChildHtml('', true) ?>
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"name": "magefan/theme-frontend-optimized",
"description": "Optimized Magento 2 Theme",
"require": {
"magefan/module-theme-optimized" : ">=2.0.3",
"magefan/module-theme-optimized" : ">=2.0.4",
"magefan/module-blog" : ">=2.11.0.1",
"magefan/module-lazyload" : ">=2.1.0",
"magefan/module-lazyload" : ">=2.1.1",
"magefan/module-rocketjavascript" : ">=2.1.8",
"magefan/module-translation": ">=2.2.2",
"magefan/module-html-sitemap": ">=2.1.1",
"magefan/module-html-sitemap": ">=2.1.3",
"magefan/module-xml-sitemap": ">=2.0.0",
"magefan/module-auto-related-product": ">=2.2.0",
"magefan/module-google-tag-manager": ">=2.4.0",
"magefan/module-google-tag-manager": ">=2.4.1",
"magefan/module-facebook-pixel": ">=2.6.0"
},
"type": "magento2-theme",
"config": {
"sort-packages": true
},
"version": "2.0.3",
"version": "2.0.4",
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 710c433

Please sign in to comment.