Skip to content

Commit

Permalink
[TASK] Set version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Oct 18, 2024
1 parent 6fa49ac commit e2e5276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ChangeLog

Upcoming version for TYPO3 13
Version 6.0.0, 18 October 2024
[!!!] This version drops support for TYPO3 11.
[!!!] Plugins are now registered as content elements, not as general plugins ("list_type"). A migration wizard is provided. You may adapt your configuration for content element restrictions e.g. EXT:content_defender or similar. See https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.4/Deprecation-105076-PluginContentElementAndPluginSubTypes.html#migration
[TASK] Update requirements for TYPO3 13
Expand All @@ -11,7 +11,7 @@ Upcoming version for TYPO3 13
[TASK] Remove language-related function from AbstractPlugin and use custom translate function instead
[TASK] Migrate database queries to use type constants from Connection instead of PDO, https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Database/QueryBuilder/Index.html#database-query-builder-create-named-parameter
[TASK] Remove obsolete code for TYPO3 11 and below
[TASK] Migrate FlexfForm definition
[TASK] Migrate FlexForm definition
[TASK] Migrate database queries
[TASK] Set fallback values for indexer starting pages
[TASK] Use FileResourceFactory instead of fileRepository->findFileReferenceByUid()
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'title' => 'Faceted Search',
'description' => 'Faceted fulltext search for TYPO3. Fast, flexible and easy to install and use. Indexes content directly from the databases. Features faceting / filtering, file indexing, images in result lists and respects access restrictions.',
'category' => 'plugin',
'version' => '6.0.0-dev',
'version' => '6.0.0',
'state' => 'stable',
'author' => 'ke_search Dev Team',
'author_email' => '[email protected]',
Expand Down

0 comments on commit e2e5276

Please sign in to comment.