Skip to content

Commit 82a613d

Browse files
committed
[v0.4.0] compatibility 2.4.8
1 parent 0865dd0 commit 82a613d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,22 @@ Natively Magento do not offer the possibility to completely disable ElasticSearc
2222
- magento/module-elasticsearch
2323
- magento/module-elasticsearch-6
2424
- magento/module-elasticsearch-7
25+
- magento/module-elasticsearch-8
2526
- magento/module-open-search
2627

2728
You should have no issue with indexation, compilation and even front-end research, which should always return no result.
2829

2930
## Compatibility
3031

31-
| Magento | v2.3.0 | v2.4.3 | v2.4.4 | v2.4.6 |
32-
|------------|--------|--------|--------|--------|
33-
| module DSE | ~0.0.0 | ~0.1.0 | ~0.2.0 | ~0.3.0 |
32+
| Magento | v2.3.0 | v2.4.3 | v2.4.4 | v2.4.6 | v2.4.8
33+
|------------|--------|--------|--------|--------|--------
34+
| module DSE | ~0.0.0 | ~0.1.0 | ~0.2.0 | ~0.3.0 | ~0.4.0
3435

3536
### Notes
3637
- v0.1.0: adding indexer handler (Magento 2.4.3)
3738
- v0.2.0: the `magento/module-advanced-search` has been reintroduced due to a dependency in `magento/module-catalog-graph-ql` (Magento 2.4.4).
3839
- v0.3.0: uninstalling `magento/module-open-search`
40+
- v0.4.0: uninstalling `magento/module-elasticsearch-8`
3941

4042
## Installation
4143
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "zepgram/module-disable-search-engine",
33
"description": "Magento2 module to disable search engine and fulltext indexing for category search",
44
"type": "magento2-module",
5-
"version": "0.3.2",
5+
"version": "0.4.0",
66
"authors": [
77
{
88
"name": "Benjamin Calef",
99
"email": "zepgram@gmail.com"
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4||^8.0",
13+
"php": "^8.2",
1414
"magento/framework": "^103.0.6",
1515
"magento/module-backend": "^102.0.6",
1616
"magento/module-indexer": "^100.4.6",

0 commit comments

Comments
 (0)