iodigital-com / magento2-core
iO core module for Magento 2
Package info
github.com/iodigital-com/magento2-core
Type:magento2-module
pkg:composer/iodigital-com/magento2-core
1.2.1
2024-08-27 14:36 UTC
Requires
- php: >=8.1
- magento/framework: >=102.0
Requires (Dev)
Replaces
- iodigital/magento2-core: *
README
This module is used as a core module for iO Magento 2 modules.
Admin configuration tab
It adds the Admin > Stores > Configuration > iO tab in the admin panel.
Current product/category services
It also contains CurrentProduct and CurrentCategory services, which can be used instead of the deprecated
Magento\Framework\Registry for retrieving and setting the current product or category.
When the registry is removed from Magento the services will be updated and a simple module upgrade will fix the
existing usages.