Skip to content

Commit f3e8ca1

Browse files
committed
Merge branch 'release/4.1.19' into v4
2 parents ca6617b + 686ca0e commit f3e8ca1

24 files changed

+739
-791
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SEOmatic Changelog
22

3+
## 4.1.19 - 2025.10.23
4+
### Fixed
5+
* Revert a regression that caused image transforms for social images to be broken if a focal point was set ([#1665](https://github.com/nystudio107/craft-seomatic/issues/1665))
6+
37
## 4.1.18 - 2025.10.06
48
### Added
59
* Added a `twigExtensionClasses` config setting to allow additional TwigExtension classes to be loaded in the Twig `SandboxView` that SEOmatic uses to render ([#1632](https://github.com/nystudio107/craft-seomatic/issues/1632))

buildchain/package-lock.json

Lines changed: 474 additions & 527 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft-seomatic",
33
"description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 4. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
44
"type": "craft-plugin",
5-
"version": "4.1.18",
5+
"version": "4.1.19",
66
"keywords": [
77
"craft",
88
"cms",

docs/package-lock.json

Lines changed: 248 additions & 248 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/helpers/ImageTransform.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ public static function socialTransform(
148148
}
149149
}
150150
try {
151-
if ($asset->getHasFocalPoint()) {
152-
$transform->position = $asset->getFocalPoint(true);
153-
}
154151
$url = $asset->getUrl($transform, $generateNow);
155152
} catch (InvalidConfigException $e) {
156153
$url = null;

src/web/assets/dist/assets/seomatic-B_-yeJVk.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.88 KB
Binary file not shown.

src/web/assets/dist/assets/seomatic-D5H9oPv5.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
-4.89 KB
Binary file not shown.

src/web/assets/dist/assets/seomatic-DFlKkA1X.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)