From e7b470226f9bfa049f03890dac1d55e4cff98299 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Fri, 22 Sep 2017 14:00:57 -0400 Subject: [PATCH 1/5] Fixed breadcrumbs for certain local setups Signed-off-by: Andrew Welch --- CHANGELOG.md | 4 + SeomaticPlugin.php | 2 +- releases.json | 1629 +++++++++++++++++----------------- services/SeomaticService.php | 2 +- 4 files changed, 825 insertions(+), 812 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16694a6..f03eb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SEOmatic Changelog +## 1.1.52 - 2017.09.25 +### Changed +* Fixed breadcrumbs for certain local setups + ## 1.1.51 - 2017.09.21 ### Added * Added support for `hreflang="x-default"` diff --git a/SeomaticPlugin.php b/SeomaticPlugin.php index ced0411..26c6be5 100755 --- a/SeomaticPlugin.php +++ b/SeomaticPlugin.php @@ -26,7 +26,7 @@ public function getReleaseFeedUrl() public function getVersion() { - return '1.1.51'; + return '1.1.52'; } public function getSchemaVersion() diff --git a/releases.json b/releases.json index 75b1cfe..b40ca2e 100644 --- a/releases.json +++ b/releases.json @@ -1,812 +1,821 @@ [ - { - "version": "1.1.51", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-09-21T11:00:00-11:00", - "notes": [ - "[Fixed] Handle localized elements for breadcrumbs", - "[Added] Added support for `hreflang='x-default'`", - "[Fixed] Fixed an issue where you could not change the Open Graph or Twitter `title` from a Twig template", - "[Added] Added `availabilty` to the default `Offer` Product JSON-LD" - ] - }, - { - "version": "1.1.50", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-08-10T11:00:00-11:00", - "notes": [ - "[Added] Add the ability to override the canonicalUrl from an SEOmatic Meta FieldType", - "[Improved] Updated the documentation" - ] - }, - { - "version": "1.1.49", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-08-02T11:00:00-11:00", - "notes": [ - "[Improved] Don't render `article:tag` if there are no keywords", - "[Improved] Changed `referrer` from `always` to `no-referrer-when-downgrade`", - "[Fixed] Fix issue when passing a string containing the `à` character to _cleanupText()", - "[Fixed] Fixed an issue where meta vars were not sanitized with a custom template passed via `seomaticTemplatePath`", - "[Fixed] Fixed a cosmetic bug where the SEOmatic FieldType settings didn't display the 'OpenGraph Image Source Changeable' properly", - "[Fixed] Fixed an issue with template metas on Windows" - ] - }, - { - "version": "1.1.48", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-06-18T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue on old versions of PHP < PHP 5.4 with `http_response_code()`", - "[Improved] Added a safer default `robots.txt` template" - ] - }, - { - "version": "1.1.47", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-06-08T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with Live Preview and a previous or draft version of an entry", - "[Fixed] Fixed a problem where the `dataLayer` wasn't passed down to the Google Tag Manager script", - "[Improved] Commerce products now have the `name` set to the variant + title" - ] - }, - { - "version": "1.1.46", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-04-08T11:00:00-11:00", - "notes": [ - "[Improved] Force `publisher` to be a `Person` or `Organization` for news articles", - "[Improved] Fixed the AdminCP documentation URL" - ] - }, - { - "version": "1.1.45", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-03-27T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with `addTrailingSlashesToUrls` and certain PHP configurations" - ] - }, - { - "version": "1.1.44", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-03-22T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with SEOmetrics and PHP 7.1 that would cause `Error parsing the DOM` errors", - "[Fixed] Include our own copy of jQuery for SEOmetrics, rather than depending on the Craft version", - "[Improved] The calls to `file_get_contents` for SEOmetrics are now much more permissive", - "[Improved] If the current request is a 404, set the `canonicalUrl` to an empty string", - "[Improved] If the `canonicalUrl` is set to an empty string, don't render the ` Dun & Bradstreet in `DOCS.md`", - "[Fixed] Return error messages from internally rendered templates as $htmlText", - "[Fixed] Fix for extracting content from a Neo field" - ] - }, - { - "version": "1.1.42", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-02-12T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-02-10T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-12-20T11:00:00-11:00", - "notes": [ - "[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] Made the default `config.php` multi-environment", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.39", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-23T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-22T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-18T11:00:00-11:00", - "notes": [ - "[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" - ] - }, - { - "version": "1.1.36", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-07T11:00:00-11:00", - "notes": [ - "[Fixed] SEOmetrics will now work if `open_basedir` is set", - "[Improved] Added html_entity_decode() to the _cleanupText() method", - "[Fixed] Fixed an `Integrity constraint violation` MySQL error on certain MySQL versions", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.35", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-06T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed a regression that would cause Twitter and Facebook images to not show up", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.34", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-05T11:00:00-11:00", - "notes": [ - "[Added] Added the ability to set separate images for Twitter Cards and Facebook OpenGraph images", - "[Improved] Do more sanity checking when building the breadcrumbs, so it works if you have not element with the URI `__home__`", - "[Improved] We don't swap in the element->title for mainEntityOfPage anymore", - "[Added] Added a variable for craft.seomatic.getTemplateMeta()", - "[Improved] Protocol-relative URLs are now allowed in the Schema", - "[Added] Added `PageWeight` as a metric in SEOmetrics", - "[Added] Added the headings to the SEOmetrics display to improve its readability", - "[Improved] SEOmetrics now does a better job displaying Top Keywords on pages with very little text", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.32", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-25T11:00:00-11:00", - "notes": [ - "[Improved] The SEOmetrics tab in the AdminCP now doesn't start analyzing until you click Analyze", - "[Improved] Improved SEOmetric's sitemap.xml detection", - "[Improved] Updated DOCS.md to reflect the change from `seomaticProduct` to `seomaticMainEntityOfPage`", - "[Improved] Products now have commas stripped from their price, and use a `.` as a decimal point", - "[Fixed] Fixed an issue that caused SEOmatic to throw an error in a tokenized entry draft", - "[Fixed] Fixed an issue with stale SEOmatic FieldTypes that were added to a section, but then later removed", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.31", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-15T11:00:00-11:00", - "notes": [ - "[Added] SEOmetrics now has its own tab, and can evaluate any arbitrary URL you paste into it", - "[Added] SEOmatic can now pull images from FocusPoint FieldTypes", - "[Added] Added 'Person' as a type for the Main Entity of Page", - "[Added] Added Vimeo Handle to Social Media settings", - "[Added] Added a 'globalMetaOverride' setting to config.php", - "[Added] SEOmetrics checks for HTML validity via the WC3 Validator", - "[Added] Added a Score % summary for each SEOmetrics category", - "[Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability scores", - "[Added] SEOmetrics checks for SSL encryption via https", - "[Improved] Better extraction of 'top keywords on page' in SEOmetrics", - "[Improved] SEOmetrics now looks for link rel='publisher'", - "[Improved] Refined SEOmetrics a bit, and added more 'Learn More' links", - "[Fixed] The mainEntityOfPage is no longer improperly cached if being called by getJsonLd()", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.30", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-05T11:00:00-11:00", - "notes": [ - "[Added] Added 'Learn More' link for JSON-LD structured data in SEOmetrics", - "[Added] Breadcrumbs get added to WebPage objects, too", - "[Improved] SEOmatic now remembers the selected locale in its tabbed settings", - "[Improved] Fixed a regression in SEOmetric's keyword in URL checking", - "[Improved] Increased HTML SimpleDom's MAX_FILE_SIZE to allow for parsing larger pages (especially with devMode on)", - "[Improved] SEOmetrics handles missing robots.txt files more elegantly", - "[Improved] SEOmetrics no longer depends on there being an meta description tag", - "[Fixed] Fixed an error when using the Share arrow on a draft from Live Preview", - "[Fixed] Fixed an issue accessing getJsonLd from an entry that has no URLs or has empty SEOmatic values", - "[Fixed] mainEntityOfPage now works for Template Metas", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.29", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-31T11:00:00-11:00", - "notes": [ - "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Neo fields", - "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Preparse fields", - "[Added] Added detection of Twitter Card meta tags, OpenGraph meta tags, and JSON-LD structured data in SEOmetrics", - "[Added] Added detection robots.txt and sitemaps in SEOmetrics", - "[Improved] Breadcrumbs are now generated for every element that matches a URI in the current URL segments", - "[Improved] seoTitles, seoDescriptions, and seoKeywords are now truncated on save in SEOmatic Meta FieldTypes when they pull from other fields", - "[Improved] Improved the SEOmetrics preview CSS a bit", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.28", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-27T11:00:00-11:00", - "notes": [ - "[Added] Added modified_time and published_time to OpenGraph articles when an SEOmatic Meta FieldType is used", - "[Improved] Safeguard against 'Undefined index: seoImageTransform'", - "[Fixed] Handle non-posted entries", - "[Fixed] Fixed an issue with getJsonLD($element)", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.27", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-26T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed a regression with Entry Meta cascade", - "[Fixed] Fixed an issue with SEOmatic FieldTypes on categories", - "[Fixed] Fixed invalid releases.json", - "[Improved] We now strip all control characters from the JSON-LD arrays", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.26", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-25T11:00:00-11:00", - "notes": [ - "[Added] Added Main Entity of Page JSON-LD microdata", - "[Added] Added the method getJsonLD($element) to the FieldType model, so you can get the Main Entity of Page JSON-LD for an arbitrary entry (maybe in a craft.entries loop, for instance)", - "[Improved] The 'logo' and 'image' in Creator and Identity JSON-LD is now an ImageObject", - "[Improved] Added a space after each keyword in SEOmetrics to prevent horizontal scrolling due to frame overflow", - "[Fixed] Fixed the locale of the transform fields in the FieldType", - "[Fixed] Fix for empty SEO Titles for breadcrumbs", - "[Improved] Updated the DOCS.md and wiki docs", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.25", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-19T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-18T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-08T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-27T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-25T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-06T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-30T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-30T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-09T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-29T11:00:00-05:00", - "notes": [ - "[Added] Added craft()->seomatic->headlessRenderSiteMeta() for headless Craft CMS installs", - "[Fixed] 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" - ] - }, - { - "version": "1.1.15", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-25T11:00:00-05:00", - "notes": [ - "[Added] Added a `siteUrlOverride` config setting for when you need to override the `siteUrl`, for instance in a headless ElementAPI server", - "[Added] Added breadcrumbs to the AdminCP UI", - "[Added] Added the ability to change the display name of the SEOmatic plugin in the AdminCP", - "[Improved] Fixed an issue with empty organizationOwnerContactPoints", - "[Improved] The array passed into renderJSONLD() is now sanitized before it is rendered", - "[Improved] craft.locale is now properly limited to an ISO 639-1 language code in the metadata", - "[Improved] Facebook locales now ensure that they have a territory as well as a language, e.g.: fr_FR, not just fr", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.14", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-19T11:00:00-05:00", - "notes": [ - "[Added] Added [Organization Contact Points](https://developers.google.com/structured-data/customize/contact-points) that can appear in the Google Knowledge panel in some searches", - "[Added] You can control whether Product JSON-LD is rendered via the `renderCommerceProductJSONLD` config variable", - "[Added] Added support for arrays as the root JSON-LD type in the JSON-LD generator", - "[Improved] SEOmatic now outputs JSON-LD microdata for all of the Craft Commerce Product Variants (previously it was outputting only the default Variant)", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.13", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-16T11:00:00-05:00", - "notes": [ - "[Added] If an SEOmatic FieldType is attached to a Craft Commerce Product, in addition to rendering the page SEO Meta, it will also generate [Product JSON-LD microdata](https://developers.google.com/structured-data/rich-snippets/products) that describes the product.", - "[Improved] SEOmatic now uses control panel sub-navs if you're running Craft 2.5 or later", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.12", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-14T11:00:00-05:00", - "notes": [ - "[Improved] 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", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.11", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-08T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed an issue with rendering the humans.tx and robots.txt templates", - "[Improved] An HTML comment is added if the Google Analytics script is not included due to LivePreview or devMode being on", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.10", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-29T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed API 'deprecation' errors with Craft 2.6.2778 or later", - "[Improved] Added more controls for the default title, description, and keywords values in config.php", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.9", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-17T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a typo in the Preview SEO Tags window", - "[Fixed] We now handle Twig errors in SEOmatic FieldType fields gracefully", - "[Improved] Query strings are now stripped from the canonical URL", - "[Improved] All things that should be fully qualified URLs are now fully qualified URLs, even if you specify them via path or relative URL", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.8", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-10T11:00:00-05:00", - "notes": [ - "[Improved] In the SEOmatic FieldType, moved default setting to prepValue() so it'll work if the entries are all re-saved via resaveAllElements", - "[Added] Added getFullyQualifiedUrl() helper as a Twig function/filter and as a variable for Twig templating", - "[Improved] Turn things that should be fully qualified URLs into fully qualified URLs, such as the canonicalUrl, seoImage, and anything with url as a key", - "[Improved] Added seoImage() and seoImageID() to the model so you can get at those values from, say, entry.seoField.seoImage()", - "[Fixed] canonicalUrl fixes for multilingual sites", - "[Fixed] Fixed errant ordinal encoding of the first element in a sequential array", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.7", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-04T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly", - "[Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used {title} or other variables in your SEOmatic Entry Meta fields", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.6", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-03T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly", - "[Added] Added Composer support for type: craft-plugin in composer.json", - "[Fixed] Removed the ?> from the config.php as per Lindsey's best practices", - "[Fixed] The meta variables rendered by craft.seomatic.renderIdentity(), craft.seomatic.renderWebsite() and craft.seomatic.renderPlace() are now taken from the Twig context, so they can be modified before output", - "[Fixed] The metas will now be cached as intended (oops), which should increase performance a bit", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.5", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-27T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-19T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-17T11:00:00-05:00", - "notes": [ - "[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 and twitter titles just before rendering, so you can do things like change the seomaticSiteMeta.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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-09T11:00:00-05:00", - "notes": [ - "[Added] SEOmatic Meta FieldTypes now work to automatically set meta when attached to Categories and also Craft Commerce Products", - "[Improved] The Google Analytics script tag is not included during Live Preview anymore", - "[Added] [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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-07T11:00:00-05:00", - "notes": [ - "[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 and acceptsReservations 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.12", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-19T11:00:00-05:00", - "notes": [ - "[Improved] Performance improvement by not checking to see if a template exists before matching it", - "[Improved] Keyword tags are now saved onblur", - "[Improved] The Preview buttons in the SEOmatic FieldType are laid out better now", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.11", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-13T11:00:00-05:00", - "notes": [ - "[Added] Added a preview of the Source fields in SEOmatic FieldTypes", - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-12T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-11T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-09T11:00:00-05:00", - "notes": [ - "[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", - "[Added] If the site is in devMode, [devMode] is prepended to the ", - "[Fixed] Fixed an issue with PHP < 5.4", - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-01T11:00:00-05:00", - "notes": [ - "[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" - ] - }, - { - "version": "1.0.6", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-31T11:00:00-05:00", - "notes": [ - "[Added] Added an SEOmatic Meta field type that allows you to attach meta to Entries/Sections", - "[Added] The SEOmatic Meta field type can have custom date, or pull from other fields in that Entry, or even extract keywords from other fields", - "[Added] You can preview the settings from SEOmatic Meta field types that are attached to entries", - "[Fixed] Fixed db error on install on Windows due to trying to set a default for 'genericCreatorHumansTxt'", - "[Fixed] Facebook Open Graph tags weren't being generated if you had no Facebook Profile ID set, which could cause templating errors", - "[Fixed] The seomatic.twitter.creator field wasn't set unless summary_large_image was chosen, which could cause templating errors", - "[Fixed] The seomaticMeta variables were being overzealously encoded as htmlentities", - "[Fixed] Fixed an issue where weird characters would appear in truncated strings on certain versions of PHP", - "[Improved] All JSON-LD rendered through SEOmatic is now minified if you have the Minify plugin installed", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.5", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-28T11:00:00-05:00", - "notes": [ - "[Added] Added 'renderJSONLD' Twig function & filter, and 'craft.seomatic.renderJSONLD()' variable for rendering arbitary JSON-LD schemas", - "[Added] SEOmatic now uses 'renderJSONLD' internally to render the Identity and WebSite JSON-LD microdata, rather than templates", - "[Added] The 'seomaticIdenity' and 'seomaticCreator' variables are now proper JSON-LD arrays that can be manipulated/added to via Twig", - "[Added] Refactored a bunch of internal code to support the new Identity & WebSite formats", - "[Added] Rolled all of the SEOmatic calculated variables into the 'seomaticHelper' array", - "[Added] Added support for humans.txt authorship accreditation via a tag and template", - "[Fixed] Fixed some sticky encoding issues with meta variables", - "[Fixed] Cleaned up the code base so we're no longer passing objects around into the templates, just pure arrays, for efficiency's sake", - "[Added] Support for Twitter Summary & Summary with Large Image cards", - "[Added] The Twitter Card variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", - "[Added] The Facebook Open Graph variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", - "[Added] Database migrations to support the new features", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.4", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-22T11:00:00-05:00", - "notes": [ - "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticIdentity'", - "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticCreator'", - "[Added] Added 'hasMap' to the 'location' schema", - "[Added] Added a 'Look up Latitude/Longitude' button to the Site Identity & Site Creator settings", - "[Fixed] Fixed an issue with the releases.json; the 'Update' button should show up going forward for the plugin", - "[Improved] The length of the 'seoSiteName' is now taken into account when truncating the 'seoTitle'", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.3", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-21T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed an issue with the TextRank lib not being properly in the git repo, causing it to error when used", - "[Fixed] The SEOmatic settings pages now have a SAVE button on them for Craft 2.4", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.2", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-20T11:00:00-05:00", - "notes": [ - "[Added] Exposed a few more utility functions via Twig filters & functions", - "[Added] The genericOwnerEmail & genericCreatorEmail variables are ordinal-encoded, to obfuscate them", - "[Added] Added 'location': 'Place' type to the Identity & Creator schemas, including GeoCoordinates", - "[Fixed] Fixed the localization so SEOmatic works if your Admin CP is in a language other than English", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.1", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-19T11:00:00-05:00", - "notes": [ - "[Added] If the Minify plugin is installed, SEOmatic will minify the SEO Meta tags & JSON-LD", - "[Improved] Improved the caching mechanism to span all of the meta", - "[Fixed] Fixed a few of small errors", - "[Improved] Updated the README.md to better document SEOmatic" - ] - }, - { - "version": "1.0.0", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-18T11:00:00-05:00", - "notes": [ - "[Added] Initial release" - ] - } + { + "version": "1.1.52", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-09-25T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed breadcrumbs for certain local setups" + ] + }, + { + "version": "1.1.51", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-09-21T11:00:00-11:00", + "notes": [ + "[Fixed] Handle localized elements for breadcrumbs", + "[Added] Added support for `hreflang='x-default'`", + "[Fixed] Fixed an issue where you could not change the Open Graph or Twitter `title` from a Twig template", + "[Added] Added `availabilty` to the default `Offer` Product JSON-LD" + ] + }, + { + "version": "1.1.50", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-08-10T11:00:00-11:00", + "notes": [ + "[Added] Add the ability to override the canonicalUrl from an SEOmatic Meta FieldType", + "[Improved] Updated the documentation" + ] + }, + { + "version": "1.1.49", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-08-02T11:00:00-11:00", + "notes": [ + "[Improved] Don't render `article:tag` if there are no keywords", + "[Improved] Changed `referrer` from `always` to `no-referrer-when-downgrade`", + "[Fixed] Fix issue when passing a string containing the `à` character to _cleanupText()", + "[Fixed] Fixed an issue where meta vars were not sanitized with a custom template passed via `seomaticTemplatePath`", + "[Fixed] Fixed a cosmetic bug where the SEOmatic FieldType settings didn't display the 'OpenGraph Image Source Changeable' properly", + "[Fixed] Fixed an issue with template metas on Windows" + ] + }, + { + "version": "1.1.48", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-06-18T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue on old versions of PHP < PHP 5.4 with `http_response_code()`", + "[Improved] Added a safer default `robots.txt` template" + ] + }, + { + "version": "1.1.47", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-06-08T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with Live Preview and a previous or draft version of an entry", + "[Fixed] Fixed a problem where the `dataLayer` wasn't passed down to the Google Tag Manager script", + "[Improved] Commerce products now have the `name` set to the variant + title" + ] + }, + { + "version": "1.1.46", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-04-08T11:00:00-11:00", + "notes": [ + "[Improved] Force `publisher` to be a `Person` or `Organization` for news articles", + "[Improved] Fixed the AdminCP documentation URL" + ] + }, + { + "version": "1.1.45", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-27T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with `addTrailingSlashesToUrls` and certain PHP configurations" + ] + }, + { + "version": "1.1.44", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-22T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with SEOmetrics and PHP 7.1 that would cause `Error parsing the DOM` errors", + "[Fixed] Include our own copy of jQuery for SEOmetrics, rather than depending on the Craft version", + "[Improved] The calls to `file_get_contents` for SEOmetrics are now much more permissive", + "[Improved] If the current request is a 404, set the `canonicalUrl` to an empty string", + "[Improved] If the `canonicalUrl` is set to an empty string, don't render the `<meta rel='canonical'` tag", + "[Improved] Add a trailing / if `addTrailingSlashesToUrls` is set, but only if there's on extension", + "[Improved] Fixed some deprecated meta information in `SeomaticPlugin.php`" + ] + }, + { + "version": "1.1.43", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-03T11:00:00-11:00", + "notes": [ + "[Added] Added Organization to Main Entity of Page", + "[Added] Improved error logging on internally rendered template errors", + "[Improved] Respect `addTrailingSlashesToUrls` when returning fully qualified URLs", + "[Improved] Respect `addTrailingSlashesToUrls` in the URLs returned from `getLocalizedUrls()`", + "[Improved] The default `robots.txt` template is now smarter about trailing slashes on the `siteUrl`", + "[Improved] Dunn & Bradstreet -> Dun & Bradstreet in `DOCS.md`", + "[Fixed] Return error messages from internally rendered templates as $htmlText", + "[Fixed] Fix for extracting content from a Neo field" + ] + }, + { + "version": "1.1.42", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-02-12T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-02-10T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-12-20T11:00:00-11:00", + "notes": [ + "[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] Made the default `config.php` multi-environment", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.39", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-23T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-22T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-18T11:00:00-11:00", + "notes": [ + "[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" + ] + }, + { + "version": "1.1.36", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-07T11:00:00-11:00", + "notes": [ + "[Fixed] SEOmetrics will now work if `open_basedir` is set", + "[Improved] Added html_entity_decode() to the _cleanupText() method", + "[Fixed] Fixed an `Integrity constraint violation` MySQL error on certain MySQL versions", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.35", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-06T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed a regression that would cause Twitter and Facebook images to not show up", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.34", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-05T11:00:00-11:00", + "notes": [ + "[Added] Added the ability to set separate images for Twitter Cards and Facebook OpenGraph images", + "[Improved] Do more sanity checking when building the breadcrumbs, so it works if you have not element with the URI `__home__`", + "[Improved] We don't swap in the element->title for mainEntityOfPage anymore", + "[Added] Added a variable for craft.seomatic.getTemplateMeta()", + "[Improved] Protocol-relative URLs are now allowed in the Schema", + "[Added] Added `PageWeight` as a metric in SEOmetrics", + "[Added] Added the headings to the SEOmetrics display to improve its readability", + "[Improved] SEOmetrics now does a better job displaying Top Keywords on pages with very little text", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.32", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-25T11:00:00-11:00", + "notes": [ + "[Improved] The SEOmetrics tab in the AdminCP now doesn't start analyzing until you click Analyze", + "[Improved] Improved SEOmetric's sitemap.xml detection", + "[Improved] Updated DOCS.md to reflect the change from `seomaticProduct` to `seomaticMainEntityOfPage`", + "[Improved] Products now have commas stripped from their price, and use a `.` as a decimal point", + "[Fixed] Fixed an issue that caused SEOmatic to throw an error in a tokenized entry draft", + "[Fixed] Fixed an issue with stale SEOmatic FieldTypes that were added to a section, but then later removed", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.31", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-15T11:00:00-11:00", + "notes": [ + "[Added] SEOmetrics now has its own tab, and can evaluate any arbitrary URL you paste into it", + "[Added] SEOmatic can now pull images from FocusPoint FieldTypes", + "[Added] Added 'Person' as a type for the Main Entity of Page", + "[Added] Added Vimeo Handle to Social Media settings", + "[Added] Added a 'globalMetaOverride' setting to config.php", + "[Added] SEOmetrics checks for HTML validity via the WC3 Validator", + "[Added] Added a Score % summary for each SEOmetrics category", + "[Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability scores", + "[Added] SEOmetrics checks for SSL encryption via https", + "[Improved] Better extraction of 'top keywords on page' in SEOmetrics", + "[Improved] SEOmetrics now looks for link rel='publisher'", + "[Improved] Refined SEOmetrics a bit, and added more 'Learn More' links", + "[Fixed] The mainEntityOfPage is no longer improperly cached if being called by getJsonLd()", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.30", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-05T11:00:00-11:00", + "notes": [ + "[Added] Added 'Learn More' link for JSON-LD structured data in SEOmetrics", + "[Added] Breadcrumbs get added to WebPage objects, too", + "[Improved] SEOmatic now remembers the selected locale in its tabbed settings", + "[Improved] Fixed a regression in SEOmetric's keyword in URL checking", + "[Improved] Increased HTML SimpleDom's MAX_FILE_SIZE to allow for parsing larger pages (especially with devMode on)", + "[Improved] SEOmetrics handles missing robots.txt files more elegantly", + "[Improved] SEOmetrics no longer depends on there being an meta description tag", + "[Fixed] Fixed an error when using the Share arrow on a draft from Live Preview", + "[Fixed] Fixed an issue accessing getJsonLd from an entry that has no URLs or has empty SEOmatic values", + "[Fixed] mainEntityOfPage now works for Template Metas", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.29", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-31T11:00:00-11:00", + "notes": [ + "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Neo fields", + "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Preparse fields", + "[Added] Added detection of Twitter Card meta tags, OpenGraph meta tags, and JSON-LD structured data in SEOmetrics", + "[Added] Added detection robots.txt and sitemaps in SEOmetrics", + "[Improved] Breadcrumbs are now generated for every element that matches a URI in the current URL segments", + "[Improved] seoTitles, seoDescriptions, and seoKeywords are now truncated on save in SEOmatic Meta FieldTypes when they pull from other fields", + "[Improved] Improved the SEOmetrics preview CSS a bit", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.28", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-27T11:00:00-11:00", + "notes": [ + "[Added] Added modified_time and published_time to OpenGraph articles when an SEOmatic Meta FieldType is used", + "[Improved] Safeguard against 'Undefined index: seoImageTransform'", + "[Fixed] Handle non-posted entries", + "[Fixed] Fixed an issue with getJsonLD($element)", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.27", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-26T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed a regression with Entry Meta cascade", + "[Fixed] Fixed an issue with SEOmatic FieldTypes on categories", + "[Fixed] Fixed invalid releases.json", + "[Improved] We now strip all control characters from the JSON-LD arrays", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.26", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-25T11:00:00-11:00", + "notes": [ + "[Added] Added Main Entity of Page JSON-LD microdata", + "[Added] Added the method getJsonLD($element) to the FieldType model, so you can get the Main Entity of Page JSON-LD for an arbitrary entry (maybe in a craft.entries loop, for instance)", + "[Improved] The 'logo' and 'image' in Creator and Identity JSON-LD is now an ImageObject", + "[Improved] Added a space after each keyword in SEOmetrics to prevent horizontal scrolling due to frame overflow", + "[Fixed] Fixed the locale of the transform fields in the FieldType", + "[Fixed] Fix for empty SEO Titles for breadcrumbs", + "[Improved] Updated the DOCS.md and wiki docs", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.25", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-19T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-18T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-08T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-27T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-25T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-06T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-30T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-30T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-09T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-29T11:00:00-05:00", + "notes": [ + "[Added] Added craft()->seomatic->headlessRenderSiteMeta() for headless Craft CMS installs", + "[Fixed] 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" + ] + }, + { + "version": "1.1.15", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-25T11:00:00-05:00", + "notes": [ + "[Added] Added a `siteUrlOverride` config setting for when you need to override the `siteUrl`, for instance in a headless ElementAPI server", + "[Added] Added breadcrumbs to the AdminCP UI", + "[Added] Added the ability to change the display name of the SEOmatic plugin in the AdminCP", + "[Improved] Fixed an issue with empty organizationOwnerContactPoints", + "[Improved] The array passed into renderJSONLD() is now sanitized before it is rendered", + "[Improved] craft.locale is now properly limited to an ISO 639-1 language code in the metadata", + "[Improved] Facebook locales now ensure that they have a territory as well as a language, e.g.: fr_FR, not just fr", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.14", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-19T11:00:00-05:00", + "notes": [ + "[Added] Added [Organization Contact Points](https://developers.google.com/structured-data/customize/contact-points) that can appear in the Google Knowledge panel in some searches", + "[Added] You can control whether Product JSON-LD is rendered via the `renderCommerceProductJSONLD` config variable", + "[Added] Added support for arrays as the root JSON-LD type in the JSON-LD generator", + "[Improved] SEOmatic now outputs JSON-LD microdata for all of the Craft Commerce Product Variants (previously it was outputting only the default Variant)", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.13", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-16T11:00:00-05:00", + "notes": [ + "[Added] If an SEOmatic FieldType is attached to a Craft Commerce Product, in addition to rendering the page SEO Meta, it will also generate [Product JSON-LD microdata](https://developers.google.com/structured-data/rich-snippets/products) that describes the product.", + "[Improved] SEOmatic now uses control panel sub-navs if you're running Craft 2.5 or later", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.12", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-14T11:00:00-05:00", + "notes": [ + "[Improved] 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", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.11", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-08T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed an issue with rendering the humans.tx and robots.txt templates", + "[Improved] An HTML comment is added if the Google Analytics script is not included due to LivePreview or devMode being on", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.10", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-29T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed API 'deprecation' errors with Craft 2.6.2778 or later", + "[Improved] Added more controls for the default title, description, and keywords values in config.php", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.9", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-17T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a typo in the Preview SEO Tags window", + "[Fixed] We now handle Twig errors in SEOmatic FieldType fields gracefully", + "[Improved] Query strings are now stripped from the canonical URL", + "[Improved] All things that should be fully qualified URLs are now fully qualified URLs, even if you specify them via path or relative URL", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.8", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-10T11:00:00-05:00", + "notes": [ + "[Improved] In the SEOmatic FieldType, moved default setting to prepValue() so it'll work if the entries are all re-saved via resaveAllElements", + "[Added] Added getFullyQualifiedUrl() helper as a Twig function/filter and as a variable for Twig templating", + "[Improved] Turn things that should be fully qualified URLs into fully qualified URLs, such as the canonicalUrl, seoImage, and anything with url as a key", + "[Improved] Added seoImage() and seoImageID() to the model so you can get at those values from, say, entry.seoField.seoImage()", + "[Fixed] canonicalUrl fixes for multilingual sites", + "[Fixed] Fixed errant ordinal encoding of the first element in a sequential array", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.7", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-04T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly", + "[Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used {title} or other variables in your SEOmatic Entry Meta fields", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.6", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-03T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly", + "[Added] Added Composer support for type: craft-plugin in composer.json", + "[Fixed] Removed the ?> from the config.php as per Lindsey's best practices", + "[Fixed] The meta variables rendered by craft.seomatic.renderIdentity(), craft.seomatic.renderWebsite() and craft.seomatic.renderPlace() are now taken from the Twig context, so they can be modified before output", + "[Fixed] The metas will now be cached as intended (oops), which should increase performance a bit", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.5", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-27T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-19T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-17T11:00:00-05:00", + "notes": [ + "[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 and twitter titles just before rendering, so you can do things like change the seomaticSiteMeta.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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-09T11:00:00-05:00", + "notes": [ + "[Added] SEOmatic Meta FieldTypes now work to automatically set meta when attached to Categories and also Craft Commerce Products", + "[Improved] The Google Analytics script tag is not included during Live Preview anymore", + "[Added] [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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-07T11:00:00-05:00", + "notes": [ + "[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 and acceptsReservations 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.12", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-19T11:00:00-05:00", + "notes": [ + "[Improved] Performance improvement by not checking to see if a template exists before matching it", + "[Improved] Keyword tags are now saved onblur", + "[Improved] The Preview buttons in the SEOmatic FieldType are laid out better now", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.11", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-13T11:00:00-05:00", + "notes": [ + "[Added] Added a preview of the Source fields in SEOmatic FieldTypes", + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-12T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-11T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-09T11:00:00-05:00", + "notes": [ + "[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", + "[Added] If the site is in devMode, [devMode] is prepended to the <title>", + "[Fixed] Fixed an issue with PHP < 5.4", + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-01T11:00:00-05:00", + "notes": [ + "[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" + ] + }, + { + "version": "1.0.6", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-31T11:00:00-05:00", + "notes": [ + "[Added] Added an SEOmatic Meta field type that allows you to attach meta to Entries/Sections", + "[Added] The SEOmatic Meta field type can have custom date, or pull from other fields in that Entry, or even extract keywords from other fields", + "[Added] You can preview the settings from SEOmatic Meta field types that are attached to entries", + "[Fixed] Fixed db error on install on Windows due to trying to set a default for 'genericCreatorHumansTxt'", + "[Fixed] Facebook Open Graph tags weren't being generated if you had no Facebook Profile ID set, which could cause templating errors", + "[Fixed] The seomatic.twitter.creator field wasn't set unless summary_large_image was chosen, which could cause templating errors", + "[Fixed] The seomaticMeta variables were being overzealously encoded as htmlentities", + "[Fixed] Fixed an issue where weird characters would appear in truncated strings on certain versions of PHP", + "[Improved] All JSON-LD rendered through SEOmatic is now minified if you have the Minify plugin installed", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.5", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-28T11:00:00-05:00", + "notes": [ + "[Added] Added 'renderJSONLD' Twig function & filter, and 'craft.seomatic.renderJSONLD()' variable for rendering arbitary JSON-LD schemas", + "[Added] SEOmatic now uses 'renderJSONLD' internally to render the Identity and WebSite JSON-LD microdata, rather than templates", + "[Added] The 'seomaticIdenity' and 'seomaticCreator' variables are now proper JSON-LD arrays that can be manipulated/added to via Twig", + "[Added] Refactored a bunch of internal code to support the new Identity & WebSite formats", + "[Added] Rolled all of the SEOmatic calculated variables into the 'seomaticHelper' array", + "[Added] Added support for humans.txt authorship accreditation via a tag and template", + "[Fixed] Fixed some sticky encoding issues with meta variables", + "[Fixed] Cleaned up the code base so we're no longer passing objects around into the templates, just pure arrays, for efficiency's sake", + "[Added] Support for Twitter Summary & Summary with Large Image cards", + "[Added] The Twitter Card variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", + "[Added] The Facebook Open Graph variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", + "[Added] Database migrations to support the new features", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.4", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-22T11:00:00-05:00", + "notes": [ + "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticIdentity'", + "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticCreator'", + "[Added] Added 'hasMap' to the 'location' schema", + "[Added] Added a 'Look up Latitude/Longitude' button to the Site Identity & Site Creator settings", + "[Fixed] Fixed an issue with the releases.json; the 'Update' button should show up going forward for the plugin", + "[Improved] The length of the 'seoSiteName' is now taken into account when truncating the 'seoTitle'", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.3", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-21T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed an issue with the TextRank lib not being properly in the git repo, causing it to error when used", + "[Fixed] The SEOmatic settings pages now have a SAVE button on them for Craft 2.4", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.2", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-20T11:00:00-05:00", + "notes": [ + "[Added] Exposed a few more utility functions via Twig filters & functions", + "[Added] The genericOwnerEmail & genericCreatorEmail variables are ordinal-encoded, to obfuscate them", + "[Added] Added 'location': 'Place' type to the Identity & Creator schemas, including GeoCoordinates", + "[Fixed] Fixed the localization so SEOmatic works if your Admin CP is in a language other than English", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.1", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-19T11:00:00-05:00", + "notes": [ + "[Added] If the Minify plugin is installed, SEOmatic will minify the SEO Meta tags & JSON-LD", + "[Improved] Improved the caching mechanism to span all of the meta", + "[Fixed] Fixed a few of small errors", + "[Improved] Updated the README.md to better document SEOmatic" + ] + }, + { + "version": "1.0.0", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-18T11:00:00-05:00", + "notes": [ + "[Added] Initial release" + ] + } ] \ No newline at end of file diff --git a/services/SeomaticService.php b/services/SeomaticService.php index 9802396..36f7f1c 100644 --- a/services/SeomaticService.php +++ b/services/SeomaticService.php @@ -3103,7 +3103,7 @@ public function getFullyQualifiedUrl($url) if ($siteUrlOverride) $siteUrl = $siteUrlOverride; else - $siteUrl = craft()->getSiteUrl(); + $siteUrl = UrlHelper::getSiteUrl('', null, null, craft()->language); $urlParts = parse_url($siteUrl); $port = ""; From 3e9e2f49c31b50839b6709b4ed496c8e79d95f06 Mon Sep 17 00:00:00 2001 From: Andrew Welch <andrew@nystudio107.com> Date: Tue, 26 Sep 2017 14:41:17 -0400 Subject: [PATCH 2/5] Fixed breadcrumbs (and other URLs) for certain multi-locale setups Signed-off-by: Andrew Welch <andrew@nystudio107.com> --- CHANGELOG.md | 2 +- releases.json | 2 +- services/SeomaticService.php | 21 ++++++++++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03eb53..01531dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.1.52 - 2017.09.25 ### Changed -* Fixed breadcrumbs for certain local setups +* Fixed breadcrumbs (and other URLs) for certain multi-locale setups ## 1.1.51 - 2017.09.21 ### Added diff --git a/releases.json b/releases.json index b40ca2e..4f240fb 100644 --- a/releases.json +++ b/releases.json @@ -4,7 +4,7 @@ "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", "date": "2017-09-25T11:00:00-11:00", "notes": [ - "[Fixed] Fixed breadcrumbs for certain local setups" + "[Fixed] Fixed breadcrumbs (and other URLs) for certain multi-locale setups" ] }, { diff --git a/services/SeomaticService.php b/services/SeomaticService.php index 36f7f1c..1ce58b4 100644 --- a/services/SeomaticService.php +++ b/services/SeomaticService.php @@ -3105,14 +3105,21 @@ public function getFullyQualifiedUrl($url) else $siteUrl = UrlHelper::getSiteUrl('', null, null, craft()->language); - $urlParts = parse_url($siteUrl); - $port = ""; - if (isset($urlParts['port'])) - $port = ":" . $urlParts['port']; - if (isset($urlParts['scheme']) && isset($urlParts['host'])) - $siteUrl = $urlParts['scheme'] . "://" . $urlParts['host'] . $port . "/"; + if (UrlHelper::isAbsoluteUrl($siteUrl) || UrlHelper::isProtocolRelativeUrl($siteUrl)) + { + /* -- The URL is already a fully qualfied URL, do nothing */ + } else - $siteUrl = "/"; + { + $urlParts = parse_url($siteUrl); + $port = ""; + if (isset($urlParts['port'])) + $port = ":" . $urlParts['port']; + if (isset($urlParts['scheme']) && isset($urlParts['host'])) + $siteUrl = $urlParts['scheme'] . "://" . $urlParts['host'] . $port . "/"; + else + $siteUrl = "/"; + } if (($siteUrl[strlen($siteUrl) -1] == '/') && ($result[0] == '/')) { $siteUrl = rtrim($siteUrl, '/'); From 7016b53bfb123809999af036a1b1d939f16fc9b5 Mon Sep 17 00:00:00 2001 From: Andrew Welch <andrew@nystudio107.com> Date: Sun, 1 Oct 2017 21:59:17 -0400 Subject: [PATCH 3/5] Fixed an issue with `hreflang='x-default'` with non-localized sites Signed-off-by: Andrew Welch <andrew@nystudio107.com> --- CHANGELOG.md | 1 + releases.json | 1639 +++++++++++++++++++------------------- templates/_seo_meta.twig | 2 +- 3 files changed, 822 insertions(+), 820 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01531dd..9f9cbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.1.52 - 2017.09.25 ### Changed * Fixed breadcrumbs (and other URLs) for certain multi-locale setups +* Fixed an issue with `hreflang='x-default'` with non-localized sites ## 1.1.51 - 2017.09.21 ### Added diff --git a/releases.json b/releases.json index 4f240fb..47847cc 100644 --- a/releases.json +++ b/releases.json @@ -1,821 +1,822 @@ [ - { - "version": "1.1.52", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-09-25T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed breadcrumbs (and other URLs) for certain multi-locale setups" - ] - }, - { - "version": "1.1.51", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-09-21T11:00:00-11:00", - "notes": [ - "[Fixed] Handle localized elements for breadcrumbs", - "[Added] Added support for `hreflang='x-default'`", - "[Fixed] Fixed an issue where you could not change the Open Graph or Twitter `title` from a Twig template", - "[Added] Added `availabilty` to the default `Offer` Product JSON-LD" - ] - }, - { - "version": "1.1.50", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-08-10T11:00:00-11:00", - "notes": [ - "[Added] Add the ability to override the canonicalUrl from an SEOmatic Meta FieldType", - "[Improved] Updated the documentation" - ] - }, - { - "version": "1.1.49", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-08-02T11:00:00-11:00", - "notes": [ - "[Improved] Don't render `article:tag` if there are no keywords", - "[Improved] Changed `referrer` from `always` to `no-referrer-when-downgrade`", - "[Fixed] Fix issue when passing a string containing the `à` character to _cleanupText()", - "[Fixed] Fixed an issue where meta vars were not sanitized with a custom template passed via `seomaticTemplatePath`", - "[Fixed] Fixed a cosmetic bug where the SEOmatic FieldType settings didn't display the 'OpenGraph Image Source Changeable' properly", - "[Fixed] Fixed an issue with template metas on Windows" - ] - }, - { - "version": "1.1.48", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-06-18T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue on old versions of PHP < PHP 5.4 with `http_response_code()`", - "[Improved] Added a safer default `robots.txt` template" - ] - }, - { - "version": "1.1.47", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-06-08T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with Live Preview and a previous or draft version of an entry", - "[Fixed] Fixed a problem where the `dataLayer` wasn't passed down to the Google Tag Manager script", - "[Improved] Commerce products now have the `name` set to the variant + title" - ] - }, - { - "version": "1.1.46", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-04-08T11:00:00-11:00", - "notes": [ - "[Improved] Force `publisher` to be a `Person` or `Organization` for news articles", - "[Improved] Fixed the AdminCP documentation URL" - ] - }, - { - "version": "1.1.45", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-03-27T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with `addTrailingSlashesToUrls` and certain PHP configurations" - ] - }, - { - "version": "1.1.44", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-03-22T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed an issue with SEOmetrics and PHP 7.1 that would cause `Error parsing the DOM` errors", - "[Fixed] Include our own copy of jQuery for SEOmetrics, rather than depending on the Craft version", - "[Improved] The calls to `file_get_contents` for SEOmetrics are now much more permissive", - "[Improved] If the current request is a 404, set the `canonicalUrl` to an empty string", - "[Improved] If the `canonicalUrl` is set to an empty string, don't render the `<meta rel='canonical'` tag", - "[Improved] Add a trailing / if `addTrailingSlashesToUrls` is set, but only if there's on extension", - "[Improved] Fixed some deprecated meta information in `SeomaticPlugin.php`" - ] - }, - { - "version": "1.1.43", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-03-03T11:00:00-11:00", - "notes": [ - "[Added] Added Organization to Main Entity of Page", - "[Added] Improved error logging on internally rendered template errors", - "[Improved] Respect `addTrailingSlashesToUrls` when returning fully qualified URLs", - "[Improved] Respect `addTrailingSlashesToUrls` in the URLs returned from `getLocalizedUrls()`", - "[Improved] The default `robots.txt` template is now smarter about trailing slashes on the `siteUrl`", - "[Improved] Dunn & Bradstreet -> Dun & Bradstreet in `DOCS.md`", - "[Fixed] Return error messages from internally rendered templates as $htmlText", - "[Fixed] Fix for extracting content from a Neo field" - ] - }, - { - "version": "1.1.42", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-02-12T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-02-10T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-12-20T11:00:00-11:00", - "notes": [ - "[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] Made the default `config.php` multi-environment", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.39", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-23T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-22T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-18T11:00:00-11:00", - "notes": [ - "[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" - ] - }, - { - "version": "1.1.36", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-07T11:00:00-11:00", - "notes": [ - "[Fixed] SEOmetrics will now work if `open_basedir` is set", - "[Improved] Added html_entity_decode() to the _cleanupText() method", - "[Fixed] Fixed an `Integrity constraint violation` MySQL error on certain MySQL versions", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.35", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-06T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed a regression that would cause Twitter and Facebook images to not show up", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.34", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-09-05T11:00:00-11:00", - "notes": [ - "[Added] Added the ability to set separate images for Twitter Cards and Facebook OpenGraph images", - "[Improved] Do more sanity checking when building the breadcrumbs, so it works if you have not element with the URI `__home__`", - "[Improved] We don't swap in the element->title for mainEntityOfPage anymore", - "[Added] Added a variable for craft.seomatic.getTemplateMeta()", - "[Improved] Protocol-relative URLs are now allowed in the Schema", - "[Added] Added `PageWeight` as a metric in SEOmetrics", - "[Added] Added the headings to the SEOmetrics display to improve its readability", - "[Improved] SEOmetrics now does a better job displaying Top Keywords on pages with very little text", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.32", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-25T11:00:00-11:00", - "notes": [ - "[Improved] The SEOmetrics tab in the AdminCP now doesn't start analyzing until you click Analyze", - "[Improved] Improved SEOmetric's sitemap.xml detection", - "[Improved] Updated DOCS.md to reflect the change from `seomaticProduct` to `seomaticMainEntityOfPage`", - "[Improved] Products now have commas stripped from their price, and use a `.` as a decimal point", - "[Fixed] Fixed an issue that caused SEOmatic to throw an error in a tokenized entry draft", - "[Fixed] Fixed an issue with stale SEOmatic FieldTypes that were added to a section, but then later removed", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.31", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-15T11:00:00-11:00", - "notes": [ - "[Added] SEOmetrics now has its own tab, and can evaluate any arbitrary URL you paste into it", - "[Added] SEOmatic can now pull images from FocusPoint FieldTypes", - "[Added] Added 'Person' as a type for the Main Entity of Page", - "[Added] Added Vimeo Handle to Social Media settings", - "[Added] Added a 'globalMetaOverride' setting to config.php", - "[Added] SEOmetrics checks for HTML validity via the WC3 Validator", - "[Added] Added a Score % summary for each SEOmetrics category", - "[Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability scores", - "[Added] SEOmetrics checks for SSL encryption via https", - "[Improved] Better extraction of 'top keywords on page' in SEOmetrics", - "[Improved] SEOmetrics now looks for link rel='publisher'", - "[Improved] Refined SEOmetrics a bit, and added more 'Learn More' links", - "[Fixed] The mainEntityOfPage is no longer improperly cached if being called by getJsonLd()", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.30", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-08-05T11:00:00-11:00", - "notes": [ - "[Added] Added 'Learn More' link for JSON-LD structured data in SEOmetrics", - "[Added] Breadcrumbs get added to WebPage objects, too", - "[Improved] SEOmatic now remembers the selected locale in its tabbed settings", - "[Improved] Fixed a regression in SEOmetric's keyword in URL checking", - "[Improved] Increased HTML SimpleDom's MAX_FILE_SIZE to allow for parsing larger pages (especially with devMode on)", - "[Improved] SEOmetrics handles missing robots.txt files more elegantly", - "[Improved] SEOmetrics no longer depends on there being an meta description tag", - "[Fixed] Fixed an error when using the Share arrow on a draft from Live Preview", - "[Fixed] Fixed an issue accessing getJsonLd from an entry that has no URLs or has empty SEOmatic values", - "[Fixed] mainEntityOfPage now works for Template Metas", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.29", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-31T11:00:00-11:00", - "notes": [ - "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Neo fields", - "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Preparse fields", - "[Added] Added detection of Twitter Card meta tags, OpenGraph meta tags, and JSON-LD structured data in SEOmetrics", - "[Added] Added detection robots.txt and sitemaps in SEOmetrics", - "[Improved] Breadcrumbs are now generated for every element that matches a URI in the current URL segments", - "[Improved] seoTitles, seoDescriptions, and seoKeywords are now truncated on save in SEOmatic Meta FieldTypes when they pull from other fields", - "[Improved] Improved the SEOmetrics preview CSS a bit", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.28", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-27T11:00:00-11:00", - "notes": [ - "[Added] Added modified_time and published_time to OpenGraph articles when an SEOmatic Meta FieldType is used", - "[Improved] Safeguard against 'Undefined index: seoImageTransform'", - "[Fixed] Handle non-posted entries", - "[Fixed] Fixed an issue with getJsonLD($element)", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.27", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-26T11:00:00-11:00", - "notes": [ - "[Fixed] Fixed a regression with Entry Meta cascade", - "[Fixed] Fixed an issue with SEOmatic FieldTypes on categories", - "[Fixed] Fixed invalid releases.json", - "[Improved] We now strip all control characters from the JSON-LD arrays", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.26", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-25T11:00:00-11:00", - "notes": [ - "[Added] Added Main Entity of Page JSON-LD microdata", - "[Added] Added the method getJsonLD($element) to the FieldType model, so you can get the Main Entity of Page JSON-LD for an arbitrary entry (maybe in a craft.entries loop, for instance)", - "[Improved] The 'logo' and 'image' in Creator and Identity JSON-LD is now an ImageObject", - "[Improved] Added a space after each keyword in SEOmetrics to prevent horizontal scrolling due to frame overflow", - "[Fixed] Fixed the locale of the transform fields in the FieldType", - "[Fixed] Fix for empty SEO Titles for breadcrumbs", - "[Improved] Updated the DOCS.md and wiki docs", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.25", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-19T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-18T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-07-08T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-27T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-25T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-06-06T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-30T11:00:00-11:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-30T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-05-09T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-29T11:00:00-05:00", - "notes": [ - "[Added] Added craft()->seomatic->headlessRenderSiteMeta() for headless Craft CMS installs", - "[Fixed] 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" - ] - }, - { - "version": "1.1.15", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-25T11:00:00-05:00", - "notes": [ - "[Added] Added a `siteUrlOverride` config setting for when you need to override the `siteUrl`, for instance in a headless ElementAPI server", - "[Added] Added breadcrumbs to the AdminCP UI", - "[Added] Added the ability to change the display name of the SEOmatic plugin in the AdminCP", - "[Improved] Fixed an issue with empty organizationOwnerContactPoints", - "[Improved] The array passed into renderJSONLD() is now sanitized before it is rendered", - "[Improved] craft.locale is now properly limited to an ISO 639-1 language code in the metadata", - "[Improved] Facebook locales now ensure that they have a territory as well as a language, e.g.: fr_FR, not just fr", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.14", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-19T11:00:00-05:00", - "notes": [ - "[Added] Added [Organization Contact Points](https://developers.google.com/structured-data/customize/contact-points) that can appear in the Google Knowledge panel in some searches", - "[Added] You can control whether Product JSON-LD is rendered via the `renderCommerceProductJSONLD` config variable", - "[Added] Added support for arrays as the root JSON-LD type in the JSON-LD generator", - "[Improved] SEOmatic now outputs JSON-LD microdata for all of the Craft Commerce Product Variants (previously it was outputting only the default Variant)", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.13", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-16T11:00:00-05:00", - "notes": [ - "[Added] If an SEOmatic FieldType is attached to a Craft Commerce Product, in addition to rendering the page SEO Meta, it will also generate [Product JSON-LD microdata](https://developers.google.com/structured-data/rich-snippets/products) that describes the product.", - "[Improved] SEOmatic now uses control panel sub-navs if you're running Craft 2.5 or later", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.12", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-14T11:00:00-05:00", - "notes": [ - "[Improved] 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", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.11", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-04-08T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed an issue with rendering the humans.tx and robots.txt templates", - "[Improved] An HTML comment is added if the Google Analytics script is not included due to LivePreview or devMode being on", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.10", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-29T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed API 'deprecation' errors with Craft 2.6.2778 or later", - "[Improved] Added more controls for the default title, description, and keywords values in config.php", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.9", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-17T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a typo in the Preview SEO Tags window", - "[Fixed] We now handle Twig errors in SEOmatic FieldType fields gracefully", - "[Improved] Query strings are now stripped from the canonical URL", - "[Improved] All things that should be fully qualified URLs are now fully qualified URLs, even if you specify them via path or relative URL", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.8", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-10T11:00:00-05:00", - "notes": [ - "[Improved] In the SEOmatic FieldType, moved default setting to prepValue() so it'll work if the entries are all re-saved via resaveAllElements", - "[Added] Added getFullyQualifiedUrl() helper as a Twig function/filter and as a variable for Twig templating", - "[Improved] Turn things that should be fully qualified URLs into fully qualified URLs, such as the canonicalUrl, seoImage, and anything with url as a key", - "[Improved] Added seoImage() and seoImageID() to the model so you can get at those values from, say, entry.seoField.seoImage()", - "[Fixed] canonicalUrl fixes for multilingual sites", - "[Fixed] Fixed errant ordinal encoding of the first element in a sequential array", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.7", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-04T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly", - "[Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used {title} or other variables in your SEOmatic Entry Meta fields", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.6", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-03-03T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly", - "[Added] Added Composer support for type: craft-plugin in composer.json", - "[Fixed] Removed the ?> from the config.php as per Lindsey's best practices", - "[Fixed] The meta variables rendered by craft.seomatic.renderIdentity(), craft.seomatic.renderWebsite() and craft.seomatic.renderPlace() are now taken from the Twig context, so they can be modified before output", - "[Fixed] The metas will now be cached as intended (oops), which should increase performance a bit", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.1.5", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-27T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-19T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-17T11:00:00-05:00", - "notes": [ - "[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 and twitter titles just before rendering, so you can do things like change the seomaticSiteMeta.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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-09T11:00:00-05:00", - "notes": [ - "[Added] SEOmatic Meta FieldTypes now work to automatically set meta when attached to Categories and also Craft Commerce Products", - "[Improved] The Google Analytics script tag is not included during Live Preview anymore", - "[Added] [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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-02-07T11:00:00-05:00", - "notes": [ - "[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 and acceptsReservations 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.12", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-19T11:00:00-05:00", - "notes": [ - "[Improved] Performance improvement by not checking to see if a template exists before matching it", - "[Improved] Keyword tags are now saved onblur", - "[Improved] The Preview buttons in the SEOmatic FieldType are laid out better now", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.11", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-13T11:00:00-05:00", - "notes": [ - "[Added] Added a preview of the Source fields in SEOmatic FieldTypes", - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-12T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-11T11:00:00-05:00", - "notes": [ - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-09T11:00:00-05:00", - "notes": [ - "[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", - "[Added] If the site is in devMode, [devMode] is prepended to the <title>", - "[Fixed] Fixed an issue with PHP < 5.4", - "[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", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2016-01-01T11:00:00-05:00", - "notes": [ - "[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" - ] - }, - { - "version": "1.0.6", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-31T11:00:00-05:00", - "notes": [ - "[Added] Added an SEOmatic Meta field type that allows you to attach meta to Entries/Sections", - "[Added] The SEOmatic Meta field type can have custom date, or pull from other fields in that Entry, or even extract keywords from other fields", - "[Added] You can preview the settings from SEOmatic Meta field types that are attached to entries", - "[Fixed] Fixed db error on install on Windows due to trying to set a default for 'genericCreatorHumansTxt'", - "[Fixed] Facebook Open Graph tags weren't being generated if you had no Facebook Profile ID set, which could cause templating errors", - "[Fixed] The seomatic.twitter.creator field wasn't set unless summary_large_image was chosen, which could cause templating errors", - "[Fixed] The seomaticMeta variables were being overzealously encoded as htmlentities", - "[Fixed] Fixed an issue where weird characters would appear in truncated strings on certain versions of PHP", - "[Improved] All JSON-LD rendered through SEOmatic is now minified if you have the Minify plugin installed", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.5", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-28T11:00:00-05:00", - "notes": [ - "[Added] Added 'renderJSONLD' Twig function & filter, and 'craft.seomatic.renderJSONLD()' variable for rendering arbitary JSON-LD schemas", - "[Added] SEOmatic now uses 'renderJSONLD' internally to render the Identity and WebSite JSON-LD microdata, rather than templates", - "[Added] The 'seomaticIdenity' and 'seomaticCreator' variables are now proper JSON-LD arrays that can be manipulated/added to via Twig", - "[Added] Refactored a bunch of internal code to support the new Identity & WebSite formats", - "[Added] Rolled all of the SEOmatic calculated variables into the 'seomaticHelper' array", - "[Added] Added support for humans.txt authorship accreditation via a tag and template", - "[Fixed] Fixed some sticky encoding issues with meta variables", - "[Fixed] Cleaned up the code base so we're no longer passing objects around into the templates, just pure arrays, for efficiency's sake", - "[Added] Support for Twitter Summary & Summary with Large Image cards", - "[Added] The Twitter Card variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", - "[Added] The Facebook Open Graph variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", - "[Added] Database migrations to support the new features", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.4", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-22T11:00:00-05:00", - "notes": [ - "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticIdentity'", - "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticCreator'", - "[Added] Added 'hasMap' to the 'location' schema", - "[Added] Added a 'Look up Latitude/Longitude' button to the Site Identity & Site Creator settings", - "[Fixed] Fixed an issue with the releases.json; the 'Update' button should show up going forward for the plugin", - "[Improved] The length of the 'seoSiteName' is now taken into account when truncating the 'seoTitle'", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.3", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-21T11:00:00-05:00", - "notes": [ - "[Fixed] Fixed an issue with the TextRank lib not being properly in the git repo, causing it to error when used", - "[Fixed] The SEOmatic settings pages now have a SAVE button on them for Craft 2.4", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.2", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-20T11:00:00-05:00", - "notes": [ - "[Added] Exposed a few more utility functions via Twig filters & functions", - "[Added] The genericOwnerEmail & genericCreatorEmail variables are ordinal-encoded, to obfuscate them", - "[Added] Added 'location': 'Place' type to the Identity & Creator schemas, including GeoCoordinates", - "[Fixed] Fixed the localization so SEOmatic works if your Admin CP is in a language other than English", - "[Improved] Updated the README.md" - ] - }, - { - "version": "1.0.1", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-19T11:00:00-05:00", - "notes": [ - "[Added] If the Minify plugin is installed, SEOmatic will minify the SEO Meta tags & JSON-LD", - "[Improved] Improved the caching mechanism to span all of the meta", - "[Fixed] Fixed a few of small errors", - "[Improved] Updated the README.md to better document SEOmatic" - ] - }, - { - "version": "1.0.0", - "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2015-12-18T11:00:00-05:00", - "notes": [ - "[Added] Initial release" - ] - } + { + "version": "1.1.52", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-09-25T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed breadcrumbs (and other URLs) for certain multi-locale setups", + "[Fixed] Fixed an issue with `hreflang='x-default'` with non-localized sites" + ] + }, + { + "version": "1.1.51", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-09-21T11:00:00-11:00", + "notes": [ + "[Fixed] Handle localized elements for breadcrumbs", + "[Added] Added support for `hreflang='x-default'`", + "[Fixed] Fixed an issue where you could not change the Open Graph or Twitter `title` from a Twig template", + "[Added] Added `availabilty` to the default `Offer` Product JSON-LD" + ] + }, + { + "version": "1.1.50", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-08-10T11:00:00-11:00", + "notes": [ + "[Added] Add the ability to override the canonicalUrl from an SEOmatic Meta FieldType", + "[Improved] Updated the documentation" + ] + }, + { + "version": "1.1.49", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-08-02T11:00:00-11:00", + "notes": [ + "[Improved] Don't render `article:tag` if there are no keywords", + "[Improved] Changed `referrer` from `always` to `no-referrer-when-downgrade`", + "[Fixed] Fix issue when passing a string containing the `à` character to _cleanupText()", + "[Fixed] Fixed an issue where meta vars were not sanitized with a custom template passed via `seomaticTemplatePath`", + "[Fixed] Fixed a cosmetic bug where the SEOmatic FieldType settings didn't display the 'OpenGraph Image Source Changeable' properly", + "[Fixed] Fixed an issue with template metas on Windows" + ] + }, + { + "version": "1.1.48", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-06-18T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue on old versions of PHP < PHP 5.4 with `http_response_code()`", + "[Improved] Added a safer default `robots.txt` template" + ] + }, + { + "version": "1.1.47", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-06-08T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with Live Preview and a previous or draft version of an entry", + "[Fixed] Fixed a problem where the `dataLayer` wasn't passed down to the Google Tag Manager script", + "[Improved] Commerce products now have the `name` set to the variant + title" + ] + }, + { + "version": "1.1.46", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-04-08T11:00:00-11:00", + "notes": [ + "[Improved] Force `publisher` to be a `Person` or `Organization` for news articles", + "[Improved] Fixed the AdminCP documentation URL" + ] + }, + { + "version": "1.1.45", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-27T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with `addTrailingSlashesToUrls` and certain PHP configurations" + ] + }, + { + "version": "1.1.44", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-22T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed an issue with SEOmetrics and PHP 7.1 that would cause `Error parsing the DOM` errors", + "[Fixed] Include our own copy of jQuery for SEOmetrics, rather than depending on the Craft version", + "[Improved] The calls to `file_get_contents` for SEOmetrics are now much more permissive", + "[Improved] If the current request is a 404, set the `canonicalUrl` to an empty string", + "[Improved] If the `canonicalUrl` is set to an empty string, don't render the `<meta rel='canonical'` tag", + "[Improved] Add a trailing / if `addTrailingSlashesToUrls` is set, but only if there's on extension", + "[Improved] Fixed some deprecated meta information in `SeomaticPlugin.php`" + ] + }, + { + "version": "1.1.43", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-03-03T11:00:00-11:00", + "notes": [ + "[Added] Added Organization to Main Entity of Page", + "[Added] Improved error logging on internally rendered template errors", + "[Improved] Respect `addTrailingSlashesToUrls` when returning fully qualified URLs", + "[Improved] Respect `addTrailingSlashesToUrls` in the URLs returned from `getLocalizedUrls()`", + "[Improved] The default `robots.txt` template is now smarter about trailing slashes on the `siteUrl`", + "[Improved] Dunn & Bradstreet -> Dun & Bradstreet in `DOCS.md`", + "[Fixed] Return error messages from internally rendered templates as $htmlText", + "[Fixed] Fix for extracting content from a Neo field" + ] + }, + { + "version": "1.1.42", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-02-12T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2017-02-10T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-12-20T11:00:00-11:00", + "notes": [ + "[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] Made the default `config.php` multi-environment", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.39", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-23T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-22T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-18T11:00:00-11:00", + "notes": [ + "[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" + ] + }, + { + "version": "1.1.36", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-07T11:00:00-11:00", + "notes": [ + "[Fixed] SEOmetrics will now work if `open_basedir` is set", + "[Improved] Added html_entity_decode() to the _cleanupText() method", + "[Fixed] Fixed an `Integrity constraint violation` MySQL error on certain MySQL versions", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.35", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-06T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed a regression that would cause Twitter and Facebook images to not show up", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.34", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-09-05T11:00:00-11:00", + "notes": [ + "[Added] Added the ability to set separate images for Twitter Cards and Facebook OpenGraph images", + "[Improved] Do more sanity checking when building the breadcrumbs, so it works if you have not element with the URI `__home__`", + "[Improved] We don't swap in the element->title for mainEntityOfPage anymore", + "[Added] Added a variable for craft.seomatic.getTemplateMeta()", + "[Improved] Protocol-relative URLs are now allowed in the Schema", + "[Added] Added `PageWeight` as a metric in SEOmetrics", + "[Added] Added the headings to the SEOmetrics display to improve its readability", + "[Improved] SEOmetrics now does a better job displaying Top Keywords on pages with very little text", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.32", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-25T11:00:00-11:00", + "notes": [ + "[Improved] The SEOmetrics tab in the AdminCP now doesn't start analyzing until you click Analyze", + "[Improved] Improved SEOmetric's sitemap.xml detection", + "[Improved] Updated DOCS.md to reflect the change from `seomaticProduct` to `seomaticMainEntityOfPage`", + "[Improved] Products now have commas stripped from their price, and use a `.` as a decimal point", + "[Fixed] Fixed an issue that caused SEOmatic to throw an error in a tokenized entry draft", + "[Fixed] Fixed an issue with stale SEOmatic FieldTypes that were added to a section, but then later removed", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.31", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-15T11:00:00-11:00", + "notes": [ + "[Added] SEOmetrics now has its own tab, and can evaluate any arbitrary URL you paste into it", + "[Added] SEOmatic can now pull images from FocusPoint FieldTypes", + "[Added] Added 'Person' as a type for the Main Entity of Page", + "[Added] Added Vimeo Handle to Social Media settings", + "[Added] Added a 'globalMetaOverride' setting to config.php", + "[Added] SEOmetrics checks for HTML validity via the WC3 Validator", + "[Added] Added a Score % summary for each SEOmetrics category", + "[Added] SEOmetrics now includes Google Pagespeed Insights scores and Google Mobile Usability scores", + "[Added] SEOmetrics checks for SSL encryption via https", + "[Improved] Better extraction of 'top keywords on page' in SEOmetrics", + "[Improved] SEOmetrics now looks for link rel='publisher'", + "[Improved] Refined SEOmetrics a bit, and added more 'Learn More' links", + "[Fixed] The mainEntityOfPage is no longer improperly cached if being called by getJsonLd()", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.30", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-08-05T11:00:00-11:00", + "notes": [ + "[Added] Added 'Learn More' link for JSON-LD structured data in SEOmetrics", + "[Added] Breadcrumbs get added to WebPage objects, too", + "[Improved] SEOmatic now remembers the selected locale in its tabbed settings", + "[Improved] Fixed a regression in SEOmetric's keyword in URL checking", + "[Improved] Increased HTML SimpleDom's MAX_FILE_SIZE to allow for parsing larger pages (especially with devMode on)", + "[Improved] SEOmetrics handles missing robots.txt files more elegantly", + "[Improved] SEOmetrics no longer depends on there being an meta description tag", + "[Fixed] Fixed an error when using the Share arrow on a draft from Live Preview", + "[Fixed] Fixed an issue accessing getJsonLd from an entry that has no URLs or has empty SEOmatic values", + "[Fixed] mainEntityOfPage now works for Template Metas", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.29", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-31T11:00:00-11:00", + "notes": [ + "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Neo fields", + "[Added] Added the ability to extract seoTitle, seoDescription, and seoKeywords from Preparse fields", + "[Added] Added detection of Twitter Card meta tags, OpenGraph meta tags, and JSON-LD structured data in SEOmetrics", + "[Added] Added detection robots.txt and sitemaps in SEOmetrics", + "[Improved] Breadcrumbs are now generated for every element that matches a URI in the current URL segments", + "[Improved] seoTitles, seoDescriptions, and seoKeywords are now truncated on save in SEOmatic Meta FieldTypes when they pull from other fields", + "[Improved] Improved the SEOmetrics preview CSS a bit", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.28", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-27T11:00:00-11:00", + "notes": [ + "[Added] Added modified_time and published_time to OpenGraph articles when an SEOmatic Meta FieldType is used", + "[Improved] Safeguard against 'Undefined index: seoImageTransform'", + "[Fixed] Handle non-posted entries", + "[Fixed] Fixed an issue with getJsonLD($element)", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.27", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-26T11:00:00-11:00", + "notes": [ + "[Fixed] Fixed a regression with Entry Meta cascade", + "[Fixed] Fixed an issue with SEOmatic FieldTypes on categories", + "[Fixed] Fixed invalid releases.json", + "[Improved] We now strip all control characters from the JSON-LD arrays", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.26", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-25T11:00:00-11:00", + "notes": [ + "[Added] Added Main Entity of Page JSON-LD microdata", + "[Added] Added the method getJsonLD($element) to the FieldType model, so you can get the Main Entity of Page JSON-LD for an arbitrary entry (maybe in a craft.entries loop, for instance)", + "[Improved] The 'logo' and 'image' in Creator and Identity JSON-LD is now an ImageObject", + "[Improved] Added a space after each keyword in SEOmetrics to prevent horizontal scrolling due to frame overflow", + "[Fixed] Fixed the locale of the transform fields in the FieldType", + "[Fixed] Fix for empty SEO Titles for breadcrumbs", + "[Improved] Updated the DOCS.md and wiki docs", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.25", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-19T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-18T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-07-08T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-27T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-25T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-06-06T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-30T11:00:00-11:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-30T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-05-09T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-29T11:00:00-05:00", + "notes": [ + "[Added] Added craft()->seomatic->headlessRenderSiteMeta() for headless Craft CMS installs", + "[Fixed] 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" + ] + }, + { + "version": "1.1.15", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-25T11:00:00-05:00", + "notes": [ + "[Added] Added a `siteUrlOverride` config setting for when you need to override the `siteUrl`, for instance in a headless ElementAPI server", + "[Added] Added breadcrumbs to the AdminCP UI", + "[Added] Added the ability to change the display name of the SEOmatic plugin in the AdminCP", + "[Improved] Fixed an issue with empty organizationOwnerContactPoints", + "[Improved] The array passed into renderJSONLD() is now sanitized before it is rendered", + "[Improved] craft.locale is now properly limited to an ISO 639-1 language code in the metadata", + "[Improved] Facebook locales now ensure that they have a territory as well as a language, e.g.: fr_FR, not just fr", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.14", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-19T11:00:00-05:00", + "notes": [ + "[Added] Added [Organization Contact Points](https://developers.google.com/structured-data/customize/contact-points) that can appear in the Google Knowledge panel in some searches", + "[Added] You can control whether Product JSON-LD is rendered via the `renderCommerceProductJSONLD` config variable", + "[Added] Added support for arrays as the root JSON-LD type in the JSON-LD generator", + "[Improved] SEOmatic now outputs JSON-LD microdata for all of the Craft Commerce Product Variants (previously it was outputting only the default Variant)", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.13", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-16T11:00:00-05:00", + "notes": [ + "[Added] If an SEOmatic FieldType is attached to a Craft Commerce Product, in addition to rendering the page SEO Meta, it will also generate [Product JSON-LD microdata](https://developers.google.com/structured-data/rich-snippets/products) that describes the product.", + "[Improved] SEOmatic now uses control panel sub-navs if you're running Craft 2.5 or later", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.12", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-14T11:00:00-05:00", + "notes": [ + "[Improved] 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", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.11", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-04-08T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed an issue with rendering the humans.tx and robots.txt templates", + "[Improved] An HTML comment is added if the Google Analytics script is not included due to LivePreview or devMode being on", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.10", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-29T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed API 'deprecation' errors with Craft 2.6.2778 or later", + "[Improved] Added more controls for the default title, description, and keywords values in config.php", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.9", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-17T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a typo in the Preview SEO Tags window", + "[Fixed] We now handle Twig errors in SEOmatic FieldType fields gracefully", + "[Improved] Query strings are now stripped from the canonical URL", + "[Improved] All things that should be fully qualified URLs are now fully qualified URLs, even if you specify them via path or relative URL", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.8", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-10T11:00:00-05:00", + "notes": [ + "[Improved] In the SEOmatic FieldType, moved default setting to prepValue() so it'll work if the entries are all re-saved via resaveAllElements", + "[Added] Added getFullyQualifiedUrl() helper as a Twig function/filter and as a variable for Twig templating", + "[Improved] Turn things that should be fully qualified URLs into fully qualified URLs, such as the canonicalUrl, seoImage, and anything with url as a key", + "[Improved] Added seoImage() and seoImageID() to the model so you can get at those values from, say, entry.seoField.seoImage()", + "[Fixed] canonicalUrl fixes for multilingual sites", + "[Fixed] Fixed errant ordinal encoding of the first element in a sequential array", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.7", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-04T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a regression that would cause the Place JSON-LD to render incorrectly", + "[Fixed] Fixed a nasty bug that would cause SEOmatic to crash if you used {title} or other variables in your SEOmatic Entry Meta fields", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.6", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-03-03T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed a fun recursion bug that would cause meta arrays nested more than 1 deep to not be sanitized & parsed properly", + "[Added] Added Composer support for type: craft-plugin in composer.json", + "[Fixed] Removed the ?> from the config.php as per Lindsey's best practices", + "[Fixed] The meta variables rendered by craft.seomatic.renderIdentity(), craft.seomatic.renderWebsite() and craft.seomatic.renderPlace() are now taken from the Twig context, so they can be modified before output", + "[Fixed] The metas will now be cached as intended (oops), which should increase performance a bit", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.1.5", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-27T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-19T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-17T11:00:00-05:00", + "notes": [ + "[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 and twitter titles just before rendering, so you can do things like change the seomaticSiteMeta.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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-09T11:00:00-05:00", + "notes": [ + "[Added] SEOmatic Meta FieldTypes now work to automatically set meta when attached to Categories and also Craft Commerce Products", + "[Improved] The Google Analytics script tag is not included during Live Preview anymore", + "[Added] [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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-02-07T11:00:00-05:00", + "notes": [ + "[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 and acceptsReservations 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.12", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-19T11:00:00-05:00", + "notes": [ + "[Improved] Performance improvement by not checking to see if a template exists before matching it", + "[Improved] Keyword tags are now saved onblur", + "[Improved] The Preview buttons in the SEOmatic FieldType are laid out better now", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.11", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-13T11:00:00-05:00", + "notes": [ + "[Added] Added a preview of the Source fields in SEOmatic FieldTypes", + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-12T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-11T11:00:00-05:00", + "notes": [ + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-09T11:00:00-05:00", + "notes": [ + "[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", + "[Added] If the site is in devMode, [devMode] is prepended to the <title>", + "[Fixed] Fixed an issue with PHP < 5.4", + "[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", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2016-01-01T11:00:00-05:00", + "notes": [ + "[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" + ] + }, + { + "version": "1.0.6", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-31T11:00:00-05:00", + "notes": [ + "[Added] Added an SEOmatic Meta field type that allows you to attach meta to Entries/Sections", + "[Added] The SEOmatic Meta field type can have custom date, or pull from other fields in that Entry, or even extract keywords from other fields", + "[Added] You can preview the settings from SEOmatic Meta field types that are attached to entries", + "[Fixed] Fixed db error on install on Windows due to trying to set a default for 'genericCreatorHumansTxt'", + "[Fixed] Facebook Open Graph tags weren't being generated if you had no Facebook Profile ID set, which could cause templating errors", + "[Fixed] The seomatic.twitter.creator field wasn't set unless summary_large_image was chosen, which could cause templating errors", + "[Fixed] The seomaticMeta variables were being overzealously encoded as htmlentities", + "[Fixed] Fixed an issue where weird characters would appear in truncated strings on certain versions of PHP", + "[Improved] All JSON-LD rendered through SEOmatic is now minified if you have the Minify plugin installed", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.5", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-28T11:00:00-05:00", + "notes": [ + "[Added] Added 'renderJSONLD' Twig function & filter, and 'craft.seomatic.renderJSONLD()' variable for rendering arbitary JSON-LD schemas", + "[Added] SEOmatic now uses 'renderJSONLD' internally to render the Identity and WebSite JSON-LD microdata, rather than templates", + "[Added] The 'seomaticIdenity' and 'seomaticCreator' variables are now proper JSON-LD arrays that can be manipulated/added to via Twig", + "[Added] Refactored a bunch of internal code to support the new Identity & WebSite formats", + "[Added] Rolled all of the SEOmatic calculated variables into the 'seomaticHelper' array", + "[Added] Added support for humans.txt authorship accreditation via a tag and template", + "[Fixed] Fixed some sticky encoding issues with meta variables", + "[Fixed] Cleaned up the code base so we're no longer passing objects around into the templates, just pure arrays, for efficiency's sake", + "[Added] Support for Twitter Summary & Summary with Large Image cards", + "[Added] The Twitter Card variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", + "[Added] The Facebook Open Graph variables are now rendered into the semomaticMeta array, and thus can be independently manipulated", + "[Added] Database migrations to support the new features", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.4", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-22T11:00:00-05:00", + "notes": [ + "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticIdentity'", + "[Added] Added 'copyrightNotice', 'addressString', 'addressHtml', & 'mapUrl' to 'seomaticCreator'", + "[Added] Added 'hasMap' to the 'location' schema", + "[Added] Added a 'Look up Latitude/Longitude' button to the Site Identity & Site Creator settings", + "[Fixed] Fixed an issue with the releases.json; the 'Update' button should show up going forward for the plugin", + "[Improved] The length of the 'seoSiteName' is now taken into account when truncating the 'seoTitle'", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.3", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-21T11:00:00-05:00", + "notes": [ + "[Fixed] Fixed an issue with the TextRank lib not being properly in the git repo, causing it to error when used", + "[Fixed] The SEOmatic settings pages now have a SAVE button on them for Craft 2.4", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.2", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-20T11:00:00-05:00", + "notes": [ + "[Added] Exposed a few more utility functions via Twig filters & functions", + "[Added] The genericOwnerEmail & genericCreatorEmail variables are ordinal-encoded, to obfuscate them", + "[Added] Added 'location': 'Place' type to the Identity & Creator schemas, including GeoCoordinates", + "[Fixed] Fixed the localization so SEOmatic works if your Admin CP is in a language other than English", + "[Improved] Updated the README.md" + ] + }, + { + "version": "1.0.1", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-19T11:00:00-05:00", + "notes": [ + "[Added] If the Minify plugin is installed, SEOmatic will minify the SEO Meta tags & JSON-LD", + "[Improved] Improved the caching mechanism to span all of the meta", + "[Fixed] Fixed a few of small errors", + "[Improved] Updated the README.md to better document SEOmatic" + ] + }, + { + "version": "1.0.0", + "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", + "date": "2015-12-18T11:00:00-05:00", + "notes": [ + "[Added] Initial release" + ] + } ] \ No newline at end of file diff --git a/templates/_seo_meta.twig b/templates/_seo_meta.twig index 38d4d03..ed33ac0 100755 --- a/templates/_seo_meta.twig +++ b/templates/_seo_meta.twig @@ -23,7 +23,7 @@ {% if localizedUrls |length > 0 %} <link rel="alternate" href="{{ localizedUrls |first }}" hreflang="x-default" /> {% else %} -<link rel="alternate" href="{{ siteUrl }}" hreflang="x-default" /> +<link rel="alternate" href="{{ seomaticMeta.canonicalUrl }}" hreflang="x-default" /> {% endif %} {% if localizedUrls |length > 1 %} {% for key, value in localizedUrls %} From f735ab8fcb39db21897a0de99e8ebc04705dba23 Mon Sep 17 00:00:00 2001 From: Andrew Welch <andrew@nystudio107.com> Date: Sun, 1 Oct 2017 22:00:32 -0400 Subject: [PATCH 4/5] Fix meta preview, too Signed-off-by: Andrew Welch <andrew@nystudio107.com> --- templates/_seo_metaPreview.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_seo_metaPreview.twig b/templates/_seo_metaPreview.twig index a6811bd..9db6861 100755 --- a/templates/_seo_metaPreview.twig +++ b/templates/_seo_metaPreview.twig @@ -23,7 +23,7 @@ {% if localizedUrls |length > 0 %} <link rel="alternate" href="{{ localizedUrls |first }}" hreflang="x-default" /> {% else %} -<link rel="alternate" href="{{ siteUrl }}" hreflang="x-default" /> +<link rel="alternate" href="{{ seomaticMeta.canonicalUrl }}" hreflang="x-default" /> {% endif %} {% if localizedUrls |length > 1 %} {% for key, value in localizedUrls %} From a0212f704d6b1b7f8b31539248852ff5fe8d1bd5 Mon Sep 17 00:00:00 2001 From: Andrew Welch <andrew@nystudio107.com> Date: Mon, 2 Oct 2017 10:59:19 -0400 Subject: [PATCH 5/5] Updated for 1.1.52 Signed-off-by: Andrew Welch <andrew@nystudio107.com> --- CHANGELOG.md | 2 +- releases.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9cbe4..5740c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # SEOmatic Changelog -## 1.1.52 - 2017.09.25 +## 1.1.52 - 2017.10.02 ### Changed * Fixed breadcrumbs (and other URLs) for certain multi-locale setups * Fixed an issue with `hreflang='x-default'` with non-localized sites diff --git a/releases.json b/releases.json index 47847cc..7619088 100644 --- a/releases.json +++ b/releases.json @@ -2,7 +2,7 @@ { "version": "1.1.52", "downloadUrl": "https://github.com/nystudio107/seomatic/archive/master.zip", - "date": "2017-09-25T11:00:00-11:00", + "date": "2017-10-02T11:00:00-11:00", "notes": [ "[Fixed] Fixed breadcrumbs (and other URLs) for certain multi-locale setups", "[Fixed] Fixed an issue with `hreflang='x-default'` with non-localized sites"