Skip to content

Releases: nystudio107/craft-seomatic

Version 3.0.0-beta.12

21 Mar 17:29
Compare
Choose a tag to compare

Added

  • Added colored status indicators on the Content SEO index page that match the colors in the donut chart on the Dashboard
  • Added seomatic.helper.seoFileLink() to allow setting the X-Robots-Tag and Link headers on static files as per Advanced rel="canonical" HTTP Headers
  • Added a Link header for the canonical URL

Changed

  • Don't display SEO previews if the Section has no URLs

Version 3.0.0-beta.11

19 Mar 20:30
Compare
Choose a tag to compare

Changed

  • Refactored the meta bundle update process to preserve user configured meta bundle settings
  • Throw a 404 if a sitemap is hit but sitemaps have been disabled for that section
  • Exclude section sitemaps from the sitemap index if sitemaps have been disabled for that section

Version 3.0.0-beta.10

19 Mar 01:53
Compare
Choose a tag to compare

Changed

  • Reverted incorrect bundle merging

Version 3.0.0-beta.9

18 Mar 23:50
Compare
Choose a tag to compare

Added

  • Added Schema helper class & controller in preparation for dynamic schema types displayed in the AdminCP

Changed

  • Fixed incorrect moz-transform vendor prefix that caused the sidebar SEO preview to look weird in FireFox
  • Fixed a nasty bug that could cause improper merging of config arrays, resulting in an ever-growing column size in the db

Version 3.0.0-beta.8

16 Mar 20:19
Compare
Choose a tag to compare

Changed

  • Fixed per-environment rendering of attributes
  • Made meta bundle updating non-destructive to existing data

Version 3.0.0-beta.7

16 Mar 14:00
Compare
Choose a tag to compare

Added

  • Added a "Same as Global Site Name Position" setting as the default for the Site Name Position Content SEO settings

Changed

  • Fixed an issue where the last breadcrumb on the Content SEO edit-content page was a 404
  • Fixed a caching issue that could result in stale data if you used seomatic.helper.loadMetadataForUri()
  • Don't automatically generate thumbnails for videos in the sitemap
  • Changed the Dashboard charts over to gauge charts

Version 3.0.0-beta.6

15 Mar 17:31
Compare
Choose a tag to compare

Added

  • Check whether the seomatic_metabundles table exists before installing any even listeners

Version 3.0.0-beta.5

15 Mar 15:27
Compare
Choose a tag to compare

Changed

  • Fixed an issue where the caching didn't work properly for multi-sites

Version 3.0.0-beta.4

15 Mar 02:53
Compare
Choose a tag to compare

Added

  • Added a validation rule for genericAddressCountry so it saves
  • Added a validation rules for renderEnabled, separatorChar, displayAnalysisSidebar and displayPreviewSidebar so you can save the plugin settings.
  • Added initial Dashboard

Changed

  • Don't install event listeners until after all plugins have loaded, to ensure db migrations have been run

Version 3.0.0-beta.3

14 Mar 01:14
Compare
Choose a tag to compare

Added

  • Fixed an issue with an incorrect redirect destination after saving a Tracking Scripts setting in the AdminCP
  • Optimized the images used in the documentation
  • Added a migration for older Craft 2.x sites that had SEOmatic installed already, so that SEOmatic for Craft 3 can install its base tables