Skip to content

Releases: nystudio107/seomatic

Version 1.1.46

08 Apr 22:45
Compare
Choose a tag to compare

Changed

  • Force publisher to be a Person or Organization for news articles
  • Fixed the AdminCP documentation URL

Version 1.1.45

27 Mar 13:34
Compare
Choose a tag to compare

Changed

  • Fixed an issue with addTrailingSlashesToUrls and certain PHP configurations

Version 1.1.44

23 Mar 06:42
Compare
Choose a tag to compare

Changed

  • Fixed an issue with SEOmetrics and PHP 7.1 that would cause Error parsing the DOM errors
  • Include our own copy of jQuery for SEOmetrics, rather than depending on the Craft version
  • The calls to file_get_contents for SEOmetrics are now much more permissive

Fixed

  • If the current request is a 404, set the canonicalUrl to an empty string
  • If the canonicalUrl is set to an empty string, don't render the <meta rel='canonical' tag
  • Add a trailing / if addTrailingSlashesToUrls is set, but only if there's on extension
  • Fixed some deprecated meta information in SeomaticPlugin.php

Version 1.1.43

03 Mar 17:55
Compare
Choose a tag to compare

Added

  • Added Organization to Main Entity of Page
  • Improved error logging on internally rendered template errors

Changed

  • The default robots.txt template is now smarter about trailing slashes on the siteUrl
  • Respect addTrailingSlashesToUrls when returning fully qualified URLs
  • Respect addTrailingSlashesToUrls in the URLs returned from getLocalizedUrls()
  • Dunn & Bradstreet -> Dun & Bradstreet in DOCS.md

Fixed

  • Return error messages from internally rendered templates as $htmlText
  • Fix for extracting content from a Neo field

Version 1.1.42

12 Feb 21:49
Compare
Choose a tag to compare
  • [Fixed] Fixed a regression that could cause FieldTypes to not save properly
  • [Improved] Moved the lattitude/longitude info down below the address information for on the Site Identity & Site Creator settings
  • [Improved] Wrapped all templates->render() calls in try/catch blocks to more gracefully handle errors
  • [Added] Added an Anonymize IP toggle for Google Analytics, for compliance with some local laws
  • [Added] Added Wikipedia to the Social Media settings & sameAs entity information

Version 1.1.41

10 Feb 18:16
Compare
Choose a tag to compare
  • [Improved] Broke the changelog out to CHANGELOG.md
  • [Fixed] Fixed a bug when saving meta fails
  • [Fixed] Fixed an issue with the Charge plugin if you used the Charge element path
  • [Fixed] Fixed an issue where re-saving a Section might not re-save the SEOmatic FieldType info
  • [Improved] Updated the README.md

Version 1.1.40

21 Dec 02:08
Compare
Choose a tag to compare
  • [Added] Added support for DigitalProducts and other base purchaseables
  • [Fixed] Fixed Commerce deprecation warnings
  • [Improved] The FieldType now works with all unknown elementtypes
  • [Improved] Works with Eager Loaded elements
  • [Improved] Improved the checking on the image fields in case there isn’t anything in there
  • [Improved] Always sanitize the array values
  • [Improved] Updated the README.md

Version 1.1.39

04 Oct 15:22
Compare
Choose a tag to compare
  • [Improved] Don't redirect to the welcome page if we're being installed via Console command
  • [Improved] Updated the README.md

Version 1.1.38

22 Sep 20:32
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue with Entry meta and Template Meta would not default Twitter and Facebook images properly
  • [Fixed] Fixed an issue where Facebook and Twitter image transforms were not properly applied with Entry and Template meta
  • [Fixed] Fixed an issue where elements with certain characters in them could cause invalid Breadcrumb JSON-LD to be generated
  • [Improved] The Javascript for the SEOmetrics Analyze button now returns false to eliminate the #
  • [Improved] Updated the README.md

Version 1.1.37

18 Sep 16:49
Compare
Choose a tag to compare
  • [Fixed] The Settings template now works with Craft < 2.5
  • [Fixed] Fixed a regression that would cause php errors on the settings pages on PHP < 5.5
  • [Improved] Updated the README.md