Skip to content

Commit 68dbf98

Browse files
committed
Updated README file and declared module as compatible with Magento 2.4.x
1 parent 607441e commit 68dbf98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It should be up to the store owner to figure out how he/she wants to fix these p
2626

2727
## Compatibility
2828

29-
This module should be compatible with Magento 2.1.x, 2.2.x, and 2.3.x versions.
29+
This module should be compatible with Magento 2.1.x, 2.2.x, 2.3.x and 2.4.x versions.
3030
Some code in this module is using old ways of doing things. It could have been written in a more modern way (using message queues instead of cronjobs, use newer syntax for UI components, ...). But we wanted this module to be compatible with older versions of Magento, so we've chosen this route for now.
3131

3232
The module should be compatible with PHP 7.0, 7.1, 7.2, 7.3 and 7.4
@@ -62,7 +62,7 @@ There are also some cli commands you can execute, which will give you instant fe
6262
In the Magento admin, you can find the results in:
6363

6464
- for Magento 2.1.x: Products > Data Integrity Checker
65-
- for Magento 2.2.x and 2.3.x: Catalog > Data Integrity Checker
65+
- for Magento 2.2.0 and higher: Catalog > Data Integrity Checker
6666

6767
The results of the checkers are currently stored in the directory `var/tmp` as `.json` files.
6868

0 commit comments

Comments
 (0)