@@ -15,7 +15,7 @@ For example, you could create a category includes only new products. Or you cou
1515
1616## Compatibility
1717
18- Magento CE 2.1.x, 2.2.x, 2.3.x
18+ Magento CE 2.1.x, 2.2.x, 2.3.x, 2.4.x
1919
2020## Install
2121
@@ -30,13 +30,30 @@ The corresponding version of the Smart Category Kit will be installed automatica
3030
31312 . Enter following commands to install module:
3232
33+ For Magento CE 2.1.x
34+
35+ ``` bash
36+ composer require faonni/module-smart-category-kit:2.1.*
37+ ```
38+ For Magento CE 2.2.x
39+
3340 ` ` ` bash
34- composer require faonni/module-smart-category-kit
41+ composer require faonni/module-smart-category-kit:2.2. *
3542 ` ` `
36- Wait while dependencies are updated.
37-
43+ For Magento CE 2.3.x
44+
45+ ` ` ` bash
46+ composer require faonni/module-smart-category-kit:2.3.*
47+ ` ` `
48+ For Magento CE 2.4.x
49+
50+ ` ` ` bash
51+ composer require faonni/module-smart-category-kit:2.4.*
52+ ` ` `
53+ Choose one based on your Magento version and wait while dependencies are updated.
54+
3855# ### Manual Installation
39-
56+
40571. Create a folder {Magento root}/app/code/Faonni/SmartCategory
4158
42592. Download the corresponding [latest version](https://github.com/karliuka/m2.SmartCategory/releases)
@@ -52,9 +69,9 @@ The corresponding version of the Smart Category Kit will be installed automatica
52692. Enter following commands:
5370
5471 ` ` ` bash
55- php bin/magento setup:upgrade
56- php bin/magento setup:di:compile
57- php bin/magento setup:static-content:deploy (optional)
72+ php bin/magento setup:upgrade
73+ php bin/magento setup:di:compile
74+ php bin/magento setup:static-content:deploy (optional)
5875 ` ` `
5976# # Configuration
6077In the Magento Admin Panel go to * Stores > Product Attributes* .
@@ -75,7 +92,7 @@ This works only with modules defined as Composer packages.
7592 ` ` ` bash
7693 php bin/magento module:uninstall -r Faonni_SmartCategoryKit Faonni_SmartCategoryConfigurable Faonni_SmartCategory
7794 ` ` `
78-
95+
7996# ### Remove Smart Category Kit
8097
81981. Go to Magento2 root folder
@@ -93,6 +110,7 @@ This works only with modules defined as Composer packages.
931102. Enter following commands:
94111
95112 ` ` ` bash
96- php bin/magento setup:upgrade
97- php bin/magento setup:di:compile
98- php bin/magento setup:static-content:deploy (optional)
113+ php bin/magento setup:upgrade
114+ php bin/magento setup:di:compile
115+ php bin/magento setup:static-content:deploy (optional)
116+ ` ` `
0 commit comments