There was an error while loading. Please reload this page.
1 parent 24cb17e commit 94faadcCopy full SHA for 94faadc
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog
3
---------
4
5
-master
+4.0.0
6
~~~~~
7
8
1) [FEATURE][BREAKING] So far imageopt was forcing all images to be resized on fronted by default. Right now its
ext_emconf.php
@@ -12,8 +12,8 @@
12
'title' => 'Optimize images created/resized by TYPO3',
13
'description' => 'Optimize images created/resized by TYPO3 so they take less space. Cron based. Support for linux native commands.',
14
'category' => 'be',
15
- 'version' => '2.0.0',
16
- 'state' => 'beta',
+ 'version' => '4.0.0',
+ 'state' => 'stable',
17
'uploadfolder' => false,
18
'createDirs' => '',
19
'clearcacheonload' => false,
0 commit comments