Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimLink committed Aug 18, 2023
1 parent 0fbaad2 commit 8e7a74e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2023-08-18
### Fixed
- Missing column style for default Hyva theme
- SVG icon path issue

## [1.0.0] - 2023-04-28
Initial release 🎉
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siteation/magento2-storeinfo-payments",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"type": "magento2-module",
"description": "The Siteation StoreInfo Payments module simplifies the process of displaying your configured payment methods on your store",
Expand All @@ -23,7 +23,7 @@
"magento/framework": ">=102.0.0",
"magento/module-payment": "^100.0",
"hyva-themes/magento2-theme-module": "^1.1|^1.2",
"siteation/magento2-hyva-icons-payment": "^1.0"
"siteation/magento2-hyva-icons-payment": ">=1.0.2"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/templates/footer/payment-logos.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!$paymentOptions) {
}
?>

<ul class="payment-logos flex flex-wrap gap-4">
<ul class="payment-logos flex flex-wrap gap-4 pr-4 lg:w-1/4 md:w-1/2">
<?php foreach ($paymentOptions as $option): ?>
<li>
<?= $paymentIcons->renderHtml($option, '', 64, 48); ?>
Expand Down

0 comments on commit 8e7a74e

Please sign in to comment.