Skip to content

Commit 2cf6ec1

Browse files
committed
[TASK] version 5.0.0
1 parent 4ee8c7d commit 2cf6ec1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
---------
44

5-
master
6-
~~~~~~
5+
5.0.0
6+
~~~~~
77

88
1) [FEATURE] Support for executorsDefault and providersDefault.
99
2) [TASK][BREAKING] Remove executor.enabled option.
@@ -12,11 +12,16 @@ master
1212
5) [TASK] Add support for TYPO3 7.6 and PHP 5.6.
1313
6) [FEATURE] Add .env files for unit test passwords for remote executors.
1414
7) [FEATURE] Add type for providers and config override by type.
15-
8) [FEATURE] Add new way to decide what images should be optimized: mix of provider type and regexp on
16-
filepath and filename.
15+
8) [FEATURE] Add new way to decide what images should be optimized: mix of provider type and regexp on filepath and filename.
1716
9) [FEATURE] Add support for mozjpeg.
1817
10) [TASK][BREAKING] Remove int key based quality as its hard to compare qualities.
1918
11) [BUGFIX] Fix results not being persisted.
19+
12) [FEATURE][!!!BREAKING] Add support for chained provides executors.
20+
13) [TASK] Rename models / fix TCA relations.
21+
14) [TASK] Set name and description for mode and step for better CLI reporting.
22+
15) [TASK] Update FAL with file outside file storage.
23+
16) [TASK] Make cli results more descriptive and easy to understand.
24+
17) [FEATURE] Add configuration sets choosable in page properties
2025

2126
4.0.0
2227
~~~~~

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Features
4444

4545
* for png - pngquant, optipng, pngcrush,
4646
* for gif - gifsicle,
47-
* for jpeg - mozjpeg, jpegoptim, jpegrescan, jpegtran.
47+
* for jpeg - mozjpeg, jpegoptim, jpegtran.
4848

4949
- Support for following remote providers:
5050

51-
* kraken.io
52-
* imageoptim.com
51+
* kraken.io,
52+
* imageoptim.com,
5353
* tinypng.com.
5454

5555
- Own providers can be registered with page TSconfig.

0 commit comments

Comments
 (0)