|
1 | 1 | # Retcon Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
4 |
| -### Fixed |
5 |
| -- Fixed a PHP exception that could be thrown when using the `retconTransform` or `retconSrcset` with Imager (not Imager X) installed |
| 3 | +## 2.7.5 - 2023-11-11 |
| 4 | + |
| 5 | +### Fixed |
| 6 | + |
| 7 | +- Fixed a PHP exception that could be thrown when using the `retconTransform` or `retconSrcset` with Imager (not Imager |
| 8 | + X) installed |
6 | 9 |
|
7 | 10 | ## 2.7.4 - 2023-10-19
|
8 | 11 |
|
9 |
| -### Fixed |
| 12 | +### Fixed |
10 | 13 |
|
11 |
| -- Fixed an issue where the `retconSrcset` filter could use the wrong height value for the base64 placeholder `src` attribute |
| 14 | +- Fixed an issue where the `retconSrcset` filter could use the wrong height value for the base64 placeholder `src` |
| 15 | + attribute |
12 | 16 |
|
13 | 17 | ## 2.7.3 - 2023-08-01
|
14 | 18 |
|
15 |
| -### Fixed |
| 19 | +### Fixed |
16 | 20 |
|
17 |
| -- Fixed a regression introduced in Retcon 2.7.0, where Retcon would return unparsed reference tags from Redactor/CKEditor output, in cases where there were no nodes matching the given selector. |
| 21 | +- Fixed a regression introduced in Retcon 2.7.0, where Retcon would return unparsed reference tags from |
| 22 | + Redactor/CKEditor output, in cases where there were no nodes matching the given selector. |
18 | 23 |
|
19 | 24 | ## 2.7.2 - 2023-07-30
|
20 | 25 |
|
21 | 26 | ### Fixed
|
22 | 27 |
|
23 |
| -- Fixed a regression introduced in Retcon 2.7.0, where Imager/Imager X would fail to transform external images, if the image URL contained a query string or was missing a file extension |
| 28 | +- Fixed a regression introduced in Retcon 2.7.0, where Imager/Imager X would fail to transform external images, if the |
| 29 | + image URL contained a query string or was missing a file extension |
24 | 30 |
|
25 |
| -## 2.7.1 - 2023-07-23 |
| 31 | +## 2.7.1 - 2023-07-23 |
26 | 32 |
|
27 | 33 | ### Fixed
|
28 | 34 |
|
29 |
| -- Fixed a PHP exception that could occur if Retcon operated on markup containing `<svg>` nodes |
30 |
| -- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags |
| 35 | +- Fixed a PHP exception that could occur if Retcon operated on markup containing `<svg>` nodes |
| 36 | +- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags |
31 | 37 |
|
32 | 38 | ### Changed
|
33 | 39 |
|
34 |
| -- Retcon now requires `symfony/dom-crawler` v. 4.4.0 or later |
35 |
| -- Retcon now requires `symfony/css-selector` v. 3.4.0 or later |
36 |
| -- Retcon now requires `masterminds/html5` v. 2.6.0 or later |
| 40 | +- Retcon now requires `symfony/dom-crawler` v. 4.4.0 or later |
| 41 | +- Retcon now requires `symfony/css-selector` v. 3.4.0 or later |
| 42 | +- Retcon now requires `masterminds/html5` v. 2.6.0 or later |
37 | 43 |
|
38 | 44 | ## 2.7.0.1 - 2023-07-23
|
39 | 45 |
|
|
0 commit comments