This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Releases: nystudio107/seomatic
Releases · nystudio107/seomatic
Version 1.1.5
- [Added] Added support for OpenGraph
article
types - [Added] Added support for OpenGraph
fb:app_id
on the Social Media settings - [Fixed] The canonicalUrl should be set properly to a fully qualified URL now
- [Fixed] The Site Creator will now remember the LocalBusiness and Corporation settings
- [Fixed] The SEOmatic FieldType will preview the canonicalUrl properly now
- [Improved] Updated the README.md
Version 1.1.4
- [Added] Set the default Twig escaping strategy for robots.txt and humans.txt to false (so the tag output is not escaped)
- [Fixed] Handle the case where there is no Twitter field
- [Fixed] Handle empty OpeningHours spec correctly, and other OpeningHours fixes
- [Fixed] actionRenderRobots is now publicly accessible (doh!), allowing
robots.txt
to render properly when not logged in - [Fixed] Fixed a template error on the SEO Site Meta tab on localized sites
- [Improved] Updated the Roadmap section with pending bugs/features
- [Improved] Removed the siteRobotsTxt from the globals display
- [Improved] Updated the README.md
Version 1.1.3
- [Fixed] Fixed some typos in SEOmatic & the docs re:
robots.txt
- [Fixed] The Google Analytics script no longer renders if the Google Analytics Tracking ID field is empty
- [Fixed] Fixed an issue with console errors on the backend with the SEOmatic FieldType
- [Fixed] OpeningHours now only displays for LocalBusiness
- [Added] SEOmatic now processes adding the SEO Site Name to the
og
andtwitter
titles just before rendering, so you can do things like change theseomaticSiteMeta.siteSeoTitlePlacement
via Twig, and it'll do the right thing - [Fixed] Fixed a PHP error if the Site Creator is a Person
- [Improved] Updated the README.md
Version 1.1.1
- [Added] SEOmatic Meta FieldTypes now work to automatically set meta when attached to
Categories
and also Craft CommerceProducts
- [Improved] The Google Analytics script tag is not included during Live Preview anymore
- [Added] Added the ability to reference the fields of an SEOmatic FieldType via
entry.mySeomaticField.seoTitle
&entry.mySeomaticField.seoDescription
&entry.mySeomaticField.seoKeywords
- [Added] There is now significantly more space available for the Entity Description and Creator Description
- [Fixed] Fixed an issue with PHP 5.3
- [Added] SEOmatic now handles
robots.txt
; it's configured on the SEO Site Meta tab - [Improved] Updated the README.md
Version 1.1.0
- [Added] Added all of the schema.org Organization types to Identity settings
- [Added] SEOmatic Meta FieldTypes now have settings that let you restrict the Asset Sources available to them
- [Added] SEOmatic Meta FieldTypes now let you set the default Source settings for each field
- [Added] SEOmatic Meta FieldTypes now let you choose if the Source can be changed when editing an entry
- [Added] You can include tags that output entry properties, such as
{title}
or{myCustomField}
in SEOmatic FieldType fields. - [Added] Twitter Card and Facebook types can now have null values in the FieldType, and Template meta settings
- [Added] We now include separate Place JSON-LD for Organizations (in addition to being part of the Identity)
- [Added] Added the Opening Hours fields for LocalBusiness, and include the
openingHoursSpecification
in the Site Identity and Place JSON-LD - [Added] Added support for Google Analytics on the Site Identity tab
- [Added] Added the ability to control whether a
PageView
is automatically sent by Google Analytics - [Added] Added support for enabling Google Analytics plugins on an a la carte basis
- [Fixed] We now handle numeric Google+ accounts properly
- [Fixed] The Preview buttons display properly on mobile devices for the SEOmatic FieldType now
- [Improved] Added links to WooRank.com for the SEO Title, SEO Description, and SEO Keywords tags that explain best practices for them
- [Added] Added a
config.php
file where you can override some of SEOmatic's default behaviors - [Added] Added
menu
andacceptsReservations
fields for FoodEstablishments - [Improved] Converted all of the
.html
template files over to.twig
- [Added] Expanded the JSON-LD parser to support ordinal arrays of associative arrays
- [Fixed] Fixed an issue with the cannonical URL and some localized sites
- [Improved] Updated the README.md
Version 1.0.11
- [Added] You can now set Tags fields to be a Source for SEO FieldType Meta fields
- [Added] Added a meta referrer tag to the template (set to 'always')
- [Added] Added a http-equiv='Content-Type' content='text/html; charset=utf-8' meta tag
- [Fixed] If the SEO Title is empty, it no longer appear in the title
- [Fixed] Fixed an issue that would cause the seomatic* variables to not be properly sanitized
- [Improved] Updated the README.md
Version 1.0.10
- [Added] You can now set Matrix blocks to be a Source for SEO FieldType Meta fields; it iterates through all text and rich text fields
- [Added] Added a extractTextFromMatrix() Twig filter/function/variable for templating use
- [Improved] The truncateStringOnWord() function does a much better job on comma-delimited keywords now
- [Fixed] Fixed a regression that caused the 'New Template Meta' button to be broken
- [Improved] Updated the README.md
Version 1.0.9
- [Added] Added tokenized input fields for the keywords for the Site Meta, Template Meta, and Field Meta
- [Added] You can now specify the position of the SEO Site Title relative to the Title
- [Added] You can now specify the separator character that appears between the SEO Site Title and the Title
- [Fixed] Potentially fixed an issue with iconv when using the extractKeywords() or extractSummary() filters
- [Fixed] Fixed a regression that caused the Template Metas to stop working on the front-end
- [Improved] Updated the README.md
Version 1.0.8
- [Improved] The rendering of the Identity and WebSite JSON-LD is now done via a tag in the templates, giving flexibility to people who want to use custom templates
- [Fixed] Fixed an issue with PHP < 5.4
- [Added] If the site is in devMode,
[devMode]
is prepended to the<title>
- [Fixed] Fixed an issue if a plugin (like A&M forms) renders a template with Twig code in the template name
- [Improved] Updated the README.md
Version 1.0.7
- [Added] Added a 'robots' field globally to the SEO Meta for specifying noindex/nofollow
- [Fixed] Added error handling to the 'Look up Latitude/Longitude' buttons
- [Fixed] Some minor template / logic issues
- [Improved] Updated the README.md