File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 6
6
ChangeLog
7
7
=========
8
8
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
+
9
17
v1.0.2
10
18
------
11
19
19
27
- Reduce number of default srcset candidates in plugin.tx_c1_adaptive_images.settings.srcsetWidths
20
28
21
29
22
-
23
30
v1.0.0
24
31
------
25
32
Original file line number Diff line number Diff line change 20
20
21
21
project = C1 adaptive images
22
22
version = 1.0
23
- release = 1.0.2
23
+ release = 1.1.0
24
24
t3author = Manuel Munz
25
25
copyright = Manuel Munz
26
26
Original file line number Diff line number Diff line change 7
7
'author ' => 'Manuel Munz ' ,
8
8
'author_email ' =>
'[email protected] ' ,
9
9
'state ' => 'stable ' ,
10
- 'version ' => '1.0.2 ' ,
10
+ 'version ' => '1.1.0 ' ,
11
11
'constraints ' => [
12
12
'depends ' => [
13
- 'typo3 ' => '11.5 .0-12 .4.99 ' ,
13
+ 'typo3 ' => '12.4 .0-13 .4.99 ' ,
14
14
],
15
15
'conflicts ' => [],
16
16
'suggests ' => [],
You can’t perform that action at this time.
0 commit comments