Releases: nystudio107/craft-seomatic
Releases · nystudio107/craft-seomatic
Version 3.0.13
Changed
- Fixed an issue where the
gtag
body script did not properly render - Fixed an issue where empty results for pull fields would not fall back on the parent (usually global) settings
- Fixed an issue where
seomatic.helper.loadMetadataForUri()
might not replace the container metadata properly - Don't render any MetaScript container's body HTML unless they are actually included
Version 3.0.12
Changed
- Switch from
.one()
syntax to[0]
to account for eager loading of transformed social media images - Fixed an issue where SEOmatic incorrectly showed how many categories were in a category group on the Content SEO page
- Fixed an issue where Content SEO social images wouldn't fall back on the global images if they were set to "Same as SEO Image" and the SEO Image was empty
- Fixed a typo in the SEO Settings field settings
- SEOmatic no longer renders the
rel="author"
tag if you havehumans.txt
disabled
Added
- Added translations for the SEO Settings Field options
Version 3.0.11
Changed
- Removed
'interlace' => 'line'
from the social media transforms, which inexplicably caused Focal Points to not be used - Fixed an issue where the JSON-LD would not fully render due to a regression
Version 3.0.10
Changed
- Fixed incorrect social media permissions that prevented access to that settings page
- Fixed an issue where
section
meta bundles would be improperly marked asfield
due to a regression in the migration importing code - Fixed an issue where
categoryGroup
meta bundles would be improperly marked asfield
due to a regression in the migration importing code - Removed OpenGraph tag dependency on
facebookProfileId
orfacebookAppId
being present - Fixed Pinterest verification tag dependency
- Bumped the schemaVersion
Added
- Added a migration to remove any errant
seomatic_metabundles
rows that havesourceBundleType
set tofield
Version 3.0.9
Changed
- Fixed an issue when migrating data from Craft 2.x
Seomatic_Meta
fields and an Asset was set to "Custom"
Version 3.0.8
Changed
- Removed excessive validation that was causing SEOmatic Fields to not save properly
Version 3.0.7
Changed
- Fixed a regression that caused SEOmatic to not import data from old Craft 2.x
Seomatic_Meta
fields properly
Version 3.0.6
Changed
- Fixed a regression that caused the Section meta bundles to be the wrong type
Version 3.0.5
Changed
- Better instructions for the Canonical URL
- Updated translations
- Use correct
sourceBundleType
for Field meta bundles - Fixed a regression that caused Content SEO sections to not save properly
Version 3.0.4
Changed
- Don't display Sections / Category Groups in Content SEO that no longer have public URLs
- Fixed an issue with console requests
- Fixed an issue where Sections and Category groups with the same
handle
didn't work right in Content SEO - More validation on the data passed into the SEO Settings field as a config array