Skip to content

Commit 7fcc017

Browse files
committed
Prepare v1.1.0
1 parent 2fa205e commit 7fcc017

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Documentation/ChangeLog/Index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
ChangeLog
77
=========
88

9+
v1.1.0
10+
------
11+
12+
- Support TYPO3 v13
13+
- Drop support for v11
14+
- Introduce Site-Sets
15+
- Modernize PHP: More typing and constructor DI
16+
917
v1.0.2
1018
------
1119

@@ -19,7 +27,6 @@ v1.0.1
1927
- Reduce number of default srcset candidates in plugin.tx_c1_adaptive_images.settings.srcsetWidths
2028

2129

22-
2330
v1.0.0
2431
------
2532

Documentation/Settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
project = C1 adaptive images
2222
version = 1.0
23-
release = 1.0.2
23+
release = 1.1.0
2424
t3author = Manuel Munz
2525
copyright = Manuel Munz
2626

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
'author' => 'Manuel Munz',
88
'author_email' => '[email protected]',
99
'state' => 'stable',
10-
'version' => '1.0.2',
10+
'version' => '1.1.0',
1111
'constraints' => [
1212
'depends' => [
13-
'typo3' => '11.5.0-12.4.99',
13+
'typo3' => '12.4.0-13.4.99',
1414
],
1515
'conflicts' => [],
1616
'suggests' => [],

0 commit comments

Comments
 (0)