MetaTags v2.6.0 Release Notes

Release Date: 2017-08-24 // over 6 years ago
  • ๐Ÿ”‹ Features:

    • Optionally avoid downcasing keywords
    • โž• Added Rails generator to create an initializer with the default settings.
    • Added a configuration option truncate_site_title_first which enables site title truncation when title limit is reached.
    • When Time, Date, or DateTime passed as a meta tag value, it will be formatted according to ISO 8601.

    ๐Ÿ›  Bugfixes:

    • When title limit reached with reverse set to true, properly truncate the last item of the title array instead of the first one.
    • ๐Ÿ”€ Do not merge title and site title for OpenGraph, site title is available for reference as :site, and full title as :full_title.

    ๐Ÿ”„ Changes: