Skip to content

Commit

Permalink
chore: prepare support for TYPO3 v13
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper committed Jan 14, 2025
1 parent d32ffbc commit b72745a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
- name: event.listener

VV\T3meilisearch\EventListener\AddVersionToSystemInformationToolbar:
tags:
tags:
- name: event.listener
6 changes: 4 additions & 2 deletions Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
'T3meilisearch',
'Pi1',
'LLL:EXT:t3meilisearch/Resources/Private/Language/locallang.xlf:pi1',
'content-special-indexed_search'
'content-special-indexed_search',
'LLL:EXT:t3meilisearch/Resources/Private/Language/locallang.xlf:pi1.description'
);

ExtensionUtility::registerPlugin(
'T3meilisearch',
'Pi2',
'LLL:EXT:t3meilisearch/Resources/Private/Language/locallang.xlf:pi2',
'content-special-indexed_search'
'content-special-indexed_search',
'LLL:EXT:t3meilisearch/Resources/Private/Language/locallang.xlf:pi2.description'
);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Extension to use Meilisearch as search.",
"type": "typo3-cms-extension",
"require": {
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4",
"typo3/cms-core": "^10.4 || ^11.5 || ^12.4 || ^13.4",
"meilisearch/meilisearch-php": "^1.6",
"spatie/pdf-to-text": "^1.52.1"
},
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
description = LLL:EXT:t3meilisearch/Resources/Private/Language/locallang.xlf:pi2.description
tt_content_defValues {
CType = list
list_type = t3meilisearch_pi1
list_type = t3meilisearch_pi2
}
saveAndClose = true
}
Expand Down

0 comments on commit b72745a

Please sign in to comment.