Skip to content

Commit

Permalink
[BUGFIX] Set proper version constraints for TYPO3 10.4
Browse files Browse the repository at this point in the history
Fixes:  #3004
  • Loading branch information
abeutel authored and dkd-kaehm committed Aug 23, 2021
1 parent fddfbe2 commit dd561be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr)
solr

:Version:
11.1.0
11.1.1

:Language:
en
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[general]

project = ApacheSolrForTypo3 EXT:solr
version = 11.1.0
release = 11.1.0
version = 11.1.1
release = 11.1.1
t3author = Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund
copyright = 2020
copyright = 2021

description = Documentation for EXT:solr the Apache Solr integration for TYPO3

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2020
copyright: 2021
project: Documentation for EXT:solr the Apache Solr integration for TYPO3
version: 11.1.0
release: 11.1.0
version: 11.1.1
release: 11.1.1
extensions:
- sphinx.ext.intersphinx
- t3sphinx.ext.t3extras
Expand Down
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '11.1.0'
version = '11.1.1'
# The full version, including alpha/beta/rc tags.
release = '11.1.0'
release = '11.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Solr for TYPO3 - Enterprise Search',
'description' => 'Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.',
'version' => '11.1.0',
'version' => '11.1.1',
'state' => 'stable',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand All @@ -12,7 +12,7 @@
'constraints' => [
'depends' => [
'scheduler' => '',
'typo3' => '10.5.10-10.5.99'
'typo3' => '10.4.10-10.4.99'
],
'conflicts' => [],
'suggests' => [
Expand Down

0 comments on commit dd561be

Please sign in to comment.