diff --git a/Block/Adminhtml/Form/Field/Usps.php b/Block/Adminhtml/Form/Field/Usps.php index 2ef4157..1def024 100644 --- a/Block/Adminhtml/Form/Field/Usps.php +++ b/Block/Adminhtml/Form/Field/Usps.php @@ -2,7 +2,7 @@ /** * @author Siteation (https://siteation.dev/) - * @copyright Copyright 2021 Siteation (https://siteation.dev/) + * @copyright Copyright 2023 Siteation (https://siteation.dev/) * @license MIT */ diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6a2b8..acd6bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog + All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +[Unreleased]: https://github.com/Siteation/magento2-storeinfo/compare/1.0.0...main + +## 1.0.0 - 2024-03-16 + Initial release 🎉 diff --git a/Observer/RegisterModuleForHyvaConfig.php b/Observer/RegisterModuleForHyvaConfig.php index 50a76e6..bc1ca94 100644 --- a/Observer/RegisterModuleForHyvaConfig.php +++ b/Observer/RegisterModuleForHyvaConfig.php @@ -1,5 +1,11 @@ +Create responsive USPS banners with multiple items. The module includes a slider for a seamless mobile experience. ## Installation @@ -21,4 +21,13 @@ bin/magento setup:upgrade ## How to use - +Go to `Stores > Configration > Siteation > Store Usps` and add you usp items + +| Admin | Storefront | +| ------------ | ------------ | +| ![preview-1] | ![preview-2] | +| | ![preview-3] | + +[preview-1]: ./assets/preview-admin.webp "Preview of the Magento2 admin Siteation StoreInfo Usps" +[preview-2]: ./assets/preview.webp "Preview of the Siteation StoreInfo Usps" +[preview-3]: ./assets/preview-mobile.webp "Preview of the Siteation StoreInfo Usps" diff --git a/ViewModel/StoreInfoUsps.php b/ViewModel/StoreInfoUsps.php index 5b7522d..926fefb 100644 --- a/ViewModel/StoreInfoUsps.php +++ b/ViewModel/StoreInfoUsps.php @@ -1,5 +1,11 @@