Skip to content

Commit

Permalink
Bump to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Nov 11, 2023
1 parent ee44571 commit 7b24036
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
34 changes: 20 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,45 @@
# Retcon Changelog

## Unreleased
### Fixed
- Fixed a PHP exception that could be thrown when using the `retconTransform` or `retconSrcset` with Imager (not Imager X) installed
## 2.7.5 - 2023-11-11

### Fixed

- Fixed a PHP exception that could be thrown when using the `retconTransform` or `retconSrcset` with Imager (not Imager
X) installed

## 2.7.4 - 2023-10-19

### Fixed
### Fixed

- Fixed an issue where the `retconSrcset` filter could use the wrong height value for the base64 placeholder `src` attribute
- Fixed an issue where the `retconSrcset` filter could use the wrong height value for the base64 placeholder `src`
attribute

## 2.7.3 - 2023-08-01

### Fixed
### Fixed

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

## 2.7.2 - 2023-07-30

### Fixed

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

## 2.7.1 - 2023-07-23
## 2.7.1 - 2023-07-23

### Fixed

- Fixed a PHP exception that could occur if Retcon operated on markup containing `<svg>` nodes
- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags
- Fixed a PHP exception that could occur if Retcon operated on markup containing `<svg>` nodes
- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags

### Changed

- Retcon now requires `symfony/dom-crawler` v. 4.4.0 or later
- Retcon now requires `symfony/css-selector` v. 3.4.0 or later
- Retcon now requires `masterminds/html5` v. 2.6.0 or later
- Retcon now requires `symfony/dom-crawler` v. 4.4.0 or later
- Retcon now requires `symfony/css-selector` v. 3.4.0 or later
- Retcon now requires `masterminds/html5` v. 2.6.0 or later

## 2.7.0.1 - 2023-07-23

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mmikkel/retcon",
"description": "Powerful Twig filters for mutating and querying HTML",
"type": "craft-plugin",
"version": "2.7.4",
"version": "2.7.5",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 7b24036

Please sign in to comment.