Skip to content

Commit b021f68

Browse files
committed
Merge branch 'release/3.5.22' into v3
2 parents c391a7f + 2049636 commit b021f68

24 files changed

Lines changed: 739 additions & 791 deletions

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+
## 3.5.22 - 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
## 3.5.21 - 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 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
44
"type": "craft-plugin",
5-
"version": "3.5.21",
5+
"version": "3.5.22",
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
@@ -147,9 +147,6 @@ public static function socialTransform(
147147
}
148148
}
149149
try {
150-
if ($asset->getHasFocalPoint()) {
151-
$transform->position = $asset->getFocalPoint(true);
152-
}
153150
$url = $assets->getAssetUrl($asset, $transform, $generateNow);
154151
} catch (Exception $e) {
155152
$url = $asset->getUrl();

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)