nystudio107 / craft-seomatic

SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
https://nystudio107.com/plugins/seomatic
Other
162 stars 68 forks source link

Draft entries show wrong social media preview images #1449

Closed tommers-walker closed 3 weeks ago

tommers-walker commented 2 months ago

Describe the bug

Draft entries show global SEO image for social media preview images, even if they're set to pull from another entry field (e.g. entry hero image). Published entries show the correct images.

Screenshots

draft-entry-seo-images draft-entry-social-preview-image draft-entry-hero-image

Versions

khalwat commented 3 weeks ago

Fixed in the above commits

Craft CMS 3:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop as 3.4.78”,

Then do a composer clear-cache && composer update

…..

Craft CMS 4:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop-v4 as 4.0.50”,

Then do a composer clear-cache && composer update

…..

Craft CMS 5:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop-v5 as 5.0.4”,

Then do a composer clear-cache && composer update