All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.0 - 2024-12-29
- Option to socials for Bluesky
- Option to socials for Threads
- Hyvä Tailwind classes to be configurable trough xml arguments
- Label spacing and color
- Missing landmark name in notices
3.0.0 - 2024-03-16
- The StoreInfoExtra fields in to the StoreInfo
- New option for display a custom store notice
- New option for display opening hours
- Code optimisations, by splitting logic
2.1.0 - 2023-09-24
- Minimal dependencies to Magento 2.4, dropping support for Magento 2.3
2.0.1 - 2023-09-24
- Fix localization error (thanks to @mgroensmit)
- Renamed composer name from
siteation/magento2-module-storeinfo
tositeation/magento2-storeinfo
- Empty getCountry error #9
getFormattedPhoneNumber
for using safe a version, without spaces and non numeric valuesgetEmailName
,getSalesEmail
,getSalesEmailName
,getSupportEmail
,getSupportEmailName
for more email control
- Cleanup country logic by replacing
CountryFactory
forCountryInformationAcquirerInterface
- Renamed
getTransEmail
togetStoreEmail
- Allow email group as option in
getStoreEmail
to get the other email options like; sales, support and custom
- Missing dependencies in composer, closes #8
- Empty getCountryNameById error
- DE translation for VAT
- Support for store name
- Support for country name
- Support for region name
- Support for vat number
- Hyva sample template to match Hyva footer style
- Sample templates, address order
- schema data value for postcode
- Unneeded UrlInterface
- Renamed getEmailUs to getEmail to match the config setting. The old function naming will still be available until v2.
Initial release 🎉