Skip to content

Commit

Permalink
changed: updated for Elgg 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 9, 2025
1 parent a902bef commit 595f661
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenSearch

![Elgg 6.0](https://img.shields.io/badge/Elgg-6.0-green.svg)
![Elgg 6.1](https://img.shields.io/badge/Elgg-6.1-green.svg)
![OpenSearch 2.5](https://img.shields.io/badge/OpenSearch-2.5-green.svg)
![Lint Checks](https://github.com/ColdTrick/opensearch/actions/workflows/lint.yml/badge.svg?event=push)
[![Latest Stable Version](https://poser.pugx.org/coldtrick/opensearch/v/stable.svg)](https://packagist.org/packages/coldtrick/opensearch)
Expand Down
2 changes: 1 addition & 1 deletion classes/ColdTrick/OpenSearch/Di/IndexingService.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ protected function processBulkIndexEntities(array $entities): void {
protected function clearCaches(): void {
_elgg_services()->accessCache->clear();
_elgg_services()->entityCache->clear();
_elgg_services()->metadataCache->clearAll();
_elgg_services()->metadataCache->clear();
_elgg_services()->queryCache->clear();
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"opensearch-project/opensearch-php": "^2.0.0"
},
"conflict": {
"elgg/elgg": "<6.0"
"elgg/elgg": "<6.1"
}
}
255 changes: 237 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 595f661

Please sign in to comment.