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
165 stars 70 forks source link

The 'Facebook Opengraph Image Transform Mode' field title and description is not removed when the field is is deselected in settings. #1240

Closed DA-HarryCooper closed 1 year ago

DA-HarryCooper commented 1 year ago

Describe the bug

The 'Facebook Opengraph Image Transform Mode' field title and description is not removed when the field is is deselected in settings.

image image

To reproduce

Steps to reproduce the behaviour:

  1. Go to Settings > Fields > SEO image
  2. Deselect the 'Facebook Opengraph Image Transform Mode' field image
  3. See the field title and description has not been removed. image

Expected behaviour

The field title and description should be removed.

Screenshots

See images inline.

Versions

khalwat commented 1 year ago

Addressed in: https://github.com/nystudio107/craft-seomatic/commit/20d7925f590e80673862530996b712636ad00207 & https://github.com/nystudio107/craft-seomatic/commit/867942f36df8ad4f5b9b3023972ac2db89667ded

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.43”,

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.14”,

Then do a composer clear-cache && composer update