Skip to content

Commit 8649315

Browse files
author
Timo Schmidt
committed
[TASK] Prepare release of 1.1.0
1 parent bbde8f1 commit 8649315

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Documentation/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
solrfluidgrouping
1515

1616
:Version:
17-
1.0.0
17+
1.1.0
1818

1919
:Language:
2020
en
@@ -32,7 +32,7 @@
3232
Timo Hund
3333

3434
:Email:
35-
ingo@typo3.org
35+
timo.hund@dkd.de
3636

3737
:License:
3838
This document is published under the Open Content License

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[general]
22

33
project = ApacheSolrForTypo3 EXT:solrfluidgrouping
4-
version = 1.0.0
5-
release = 1.0.0
4+
version = 1.1.0
5+
release = 1.1.0
66
t3author = Timo Hund
77
copyright = 2018
88

Documentation/Settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
conf.py:
77
copyright: 2018
88
project: Documentation for EXT:solrfluidgrouping grouping for solr results
9-
version: 1.0.0
10-
release: 1.0.0
9+
version: 1.1.0
10+
release: 1.1.0
1111
extensions:
1212
- sphinx.ext.intersphinx
1313
- t3sphinx.ext.t3extras

Documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '1.0.0'
65+
version = '1.1.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '1.0.0'
67+
release = '1.1.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.
-31.5 KB
Binary file not shown.

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$EM_CONF[$_EXTKEY] = array(
33
'title' => 'Apache Solr for TYPO3 - Grouping for fluid rendering',
44
'description' => 'This addon provides the grouping for the fluid templating',
5-
'version' => '1.1.0-dev',
5+
'version' => '1.1.0',
66
'state' => 'stable',
77
'category' => 'plugin',
88
'author' => 'Timo Hund, Frans Saris',

0 commit comments

Comments
 (0)