EXT:solrconsole - Changelog
TYPO3 12.4 LTS
12.0.1
- [RELEASE] v12.0.1 by @dkd-friedrich
- [TASK] Simplify and automate release via CI by @dkd-friedrich
- [TASK] Add tests for documentation by @dkd-friedrich
- [TASK] Allow PHP 8.3+ by @dkd-friedrich
12.0.0
- [RELEASE] v12.0.0 by @dkd-friedrich
- [TASK] Replace cibuild.sh by @dkd-friedrich
- [TASK] TYPO3 12 compatibility by @dkd-friedrich
- [BUGFIX] Fix restriction to default language if no languages parameter was set by @jacobsenj
TYPO3 11.5 LTS
11.0.1
This is a maintenance release for TYPO3 11.5 LTS, containing:
- [TASK] Prepare release-11.0.x dev branch @dkd-kaehm
- [TASK] Allow PHP 8.3+ by @dkd-friedrich
11.0.0
- [TASK] Fix documentation and generation script for newer OS
- [TASK] Fix linter issues :: part 1
- [FEATURE] Verbose and non verbose output for *:queue:progress commands
- [BUGFIX] queue:progress output for multiple sites mixing domains with previous site
- [BUGFIX] Fix type hinting issues not covered by tests
11.0.0-rc-1
- [BUGFIX] Fix CI configuration
- [TASK] Standardize *.php files header declaration
- [TASK] Introduce service yaml
- [BUGFIX] Fix typo in type annotation for SolrQueueGetCommand::$perPage
- [TASK] Prepare 11.0.x-dev state in main branch
TYPO3 10.4 LTS
10.0.0
- [TASK] Fix TYPO3 and EXT:Solr dependencies on current dev line
- [BUGFIX] solrfal:queue:progress command is not registered
- [FEATURE] Add command solr:index:flush
- [BUGFIX] Ignore shortcut and access restricted pages on index:verify
- [TASK] Fix tests within solr-ddev-site
TYPO3 9.5 LTS
4.0.1
- BUGFIX: Allow latest symfony console version
- BUGFIX: Install all dependencies in one command
4.0.0
- TASK: Prepare release of 4.0.0
- TASK: Add travis configuration for TYPO3 10 and newer php versions
- [FIX] remove removed commands from documentation
- [TASK] Drop support of legacy site mode
Obsolete versions
3.0.0
- [TASK] Prepare release of 3.0.0
- [TASK] Make compatible with EXT:solr 10
2.0.1
- [TASK] Prepare version 2.0.1
- [TASK] Add documentation for solr:connection:flushall
- [BUGFIX] Wrong colors for errors used
- [TASK] Have shared base classes for solr and solrfal commands
- [TASK] Optimize connection update for all sites
2.0.0
- [FEATURE] Add new command solr:index:verify
- [TASK] Apply changes from ext:solr 9.0.0-dev regarding site entity
- [TASK] Show read and write connections in solr:connection:get
- [TASK] Add command solrfal:queue:progress
- [TASK] Add command solrfal:queue:index
- [TASK] Add command solrfal::queue::get
- [TASK] Implement command solrfal:queue:delete
- [TASK] Add implementation for solrfal::queue::reset-errors
- [TASK] Make compatible with EXT:solr 9.0.0
1.0.0
- Initial version