Skip to content

Releases: nystudio107/seomatic

Version 1.1.25

19 Jul 19:24
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue with SEO images not rendering properly via the FieldType
  • [Fixed] Fixed a typo that would cause Template Metas to not save properly
  • [Improved] Added a fallback if iconv is not installed for UTF-8 conversion
  • [Improved] Explicitly state that the SEO Image must be in JPG, PNG, or GIF format
  • [Improved] Updated the README.md

Version 1.1.24

18 Jul 19:53
Compare
Choose a tag to compare
  • [Added] You can now specify image transforms for your SEO Image, Twitter Image, and Facebook Image for Site Meta, Template Meta, and Entry Metas
  • [Added] Added og:image:type, og:image:width, and og:image:height to the OpenGraph meta
  • [Added] Added support for Breadcrumbs JSON-LD microdata
  • [Improved] the Twig array keys are now quoted in the display preview
  • [Improved] Trimmed the fat on some of the settings storage maxLength's
  • [Added] Added the ability to control the name of the GTM dataLayer variable
  • [Fixed] Added renderGoogleTagManagerScript in config.php
  • [Improved] The GTM script tags are now rendered when devMode is on, for debugging GTM
  • [Improved] Updated the README.md

Version 1.1.23

08 Jul 04:49
Compare
Choose a tag to compare
  • [Added] Added support for Google Tag Manager (including dataLayer)
  • [Fixed] Keywords in the SEOmatic Meta FieldType are now tokenized again
  • [Fixed] Fixed Javascript error in the FieldType Source popup menu
  • [Fixed] Fix Undefined index in getLocalizedUrls
  • [Improved] Change seoKeywords -> seoKeywordsUnparsed
  • [Added] Add accessors for seoTitleUnparsed, seoDescriptionUnparsed, and seoKeywordsUnparsed
  • [Improved] meta keywords and meta description tags only render if they are non-empty
  • [Improved] Updated the README.md

Version 1.1.22

27 Jun 08:03
Compare
Choose a tag to compare
  • [Fixed] Fixed the variable accessor rountines getSocial() and getIdentity()
  • [Fixed] Fixed an issue with the 'custom' data not displaying in SEOmatic Meta FieldTypes
  • [Improved] Updated the README.md

Version 1.1.21

26 Jun 03:26
Compare
Choose a tag to compare
  • [Improved] Contents of SEOmatic Meta FieldTypes are now parsed when they are saved, rather than at runtime, which should be faster, and also makes the contents of the fields always accessible. Please re-save your Sections that use SEOmatic FieldTypes as per: https://github.com/nystudio107/seomatic/wiki/05.-SEO-Entry-Meta
  • [Added] The SEO Title, SEO Description, and SEO Keywords fields in Template Metas can now include tags that output entry properties, such as {title} or {myCustomField} in them
  • [Added] Added a getLocalizedUrls Twig filter/function that returns an array of localized URLs for the current request
  • [Improved] The SEOmetrics window will now remember its open/closed state while in Live Preview
  • [Improved] Some minor tweaks to the SEOmetrics CSS
  • [Improved] The current locale is now included in the hreflang for localized sites
  • [Improved] The language and country code are now both included in the hreflang for localized sites
  • [Improved] The full URL to the current page is now used in the hreflang for localized sites
  • [Improved] style and script tags are now stripped out before doing any SEOmetrics on the page
  • [Added] Added approximate reading time in the Textual Analysis section of the SEOmetrics
  • [Added] You can now control the string prepended to the title tag when devMode is on via config.php
  • [Added] Added a French localization for SEOmatic, thanks to @FrancisBou
  • [Fixed] We should not properly catch exceptions when there are errors in the variables in the SEOmatic FieldType fields
  • [Fixed] Fixed a bug where SEOmetrics might not appear on certain setups that use https
  • [Fixed] Fixed Twitter cards, changed property to name
  • [Improved] Updated the README.md

Version 1.1.20

06 Jun 14:36
Compare
Choose a tag to compare
  • [Added] Added 'Focus Keywords' to the SEOmetrics window, letting you analyze your page content for specific SEO keywords
  • [Fixed] Fixed an issue with environmentalVariables in the Site Identity/Entity URL field
  • [Improved] Forced CSS style reset on the SEOmetrics skeleton styles
  • [Improved] Include port numbers with getFullyQualifiedUrl()
  • [Improved] More accurate text to HTML % calculations
  • [Improved] Changed the CSS z-index of the SEOmetrics windows to be 9998/9
  • [Improved] Updated the README.md

Version 1.1.19

30 May 19:27
Compare
Choose a tag to compare
  • [Fixed] Fixed an issue where the SEOmetrics wouldn't render on certain server setups
  • [Added] Added a list of the top keywords on the page to the SEOmetrics
  • [Improved] Updated the README.md

Version 1.1.18

30 May 07:39
Compare
Choose a tag to compare
  • [Added] Added "SEOmetrics" displayed during Live Preview that analyizes your page, and generates helpful tips for improving SEO
  • [Fixed] SEOmatic will now populate its FieldType with default values on saveElement(), which is triggered via import plugings and also via Settings → Edit My Section → hit Save
  • [Fixed] Added 'logo' and 'image' to the list of keys that should be always run through getFullyQualifiedUrl()
  • [Fixed] Fixed a CSS issue with the AdminCP UI and very large screens
  • [Improved] Updated the README.md

Version 1.1.17

09 May 20:24
Compare
Choose a tag to compare
  • [Added] Added support for Google Sitelinks Search Box
  • [Added] Added support for Bing site verification
  • [Fixed] Fixed a visual display issue with the SEOmatic FieldType Source labels
  • [Fixed] Facebook Article tags now use the proper data for author: and publisher:
  • [Improved] Updated the README.md

Version 1.1.16

02 May 15:37
Compare
Choose a tag to compare
  • [Added] Added craft()->seomatic->headlessRenderSiteMeta() for headless Craft CMS installs
  • [Improved] Fixed an issue where Twitter and Facebook properties were double-encoded
  • [Fixed] Fixed a visual display issue with tabs and Craft 2.4.x
  • [Fixed] Fixed a localization issue with extractTextFromMatrix()
  • [Improved] SEOmatic now converts any objects passed into ths seomatic variables to string automatically*
  • [Improved] Updated the README.md