Skip to content

Commit 7b24036

Browse files
committed
Bump to 2.7.5
1 parent ee44571 commit 7b24036

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

CHANGELOG.md

+20-14
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,45 @@
11
# Retcon Changelog
22

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
69

710
## 2.7.4 - 2023-10-19
811

9-
### Fixed
12+
### Fixed
1013

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
1216

1317
## 2.7.3 - 2023-08-01
1418

15-
### Fixed
19+
### Fixed
1620

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.
1823

1924
## 2.7.2 - 2023-07-30
2025

2126
### Fixed
2227

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
2430

25-
## 2.7.1 - 2023-07-23
31+
## 2.7.1 - 2023-07-23
2632

2733
### Fixed
2834

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
3137

3238
### Changed
3339

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
3743

3844
## 2.7.0.1 - 2023-07-23
3945

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mmikkel/retcon",
33
"description": "Powerful Twig filters for mutating and querying HTML",
44
"type": "craft-plugin",
5-
"version": "2.7.4",
5+
"version": "2.7.5",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)