All Versions
35
Latest Version
Avg Release Cycle
149 days
Latest Release
925 days ago

Changelog History
Page 2

  • v2.9.0 Changes

    March 29, 2018

    ๐Ÿ”‹ Features:

    • โž• Added ability to add index robots meta tag (thanks to @rafallo)
  • v2.8.0 Changes

    February 28, 2018

    ๐Ÿ”‹ Features:

    • Added noarchive support.

    ๐Ÿ”„ Changes:

    • Updated default description size to 300 as a new recommended truncation limit.
  • v2.7.1 Changes

    February 01, 2018

    ๐Ÿ”„ Changes:

    • Properly generate Open Graph meta tags for object types that fail to provide a proper scope (e.g. restaurant:contact_info metadata for restaurant:restaurant object type).

    ๐Ÿ›  Bugfixes:

    • Description truncated to empty string and removed from meta tags when limit is set to 0 (while documentation suggests we should remove limits in this case).
  • v2.7.0 Changes

    November 22, 2017

    ๐Ÿ”„ Changes:

    • Generate open meta tags (<meta ... >) instead of closed meta tags (<meta ... />) by default, which is . Added a new option to switch back to self-closing meta tags, which are valid in HTML5, but unnecessary.
  • v2.6.0 Changes

    August 24, 2017

    ๐Ÿ”‹ 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:

  • v2.5.0 Changes

    August 23, 2017

    ๐Ÿ”‹ Features:

    ๐Ÿ”„ Changes:

    • Dropped official support for Rails older than 4.2 and Ruby older than 2.2 (both reached their End of Life)
  • v2.4.1 Changes

    May 15, 2017

    ๐Ÿ”‹ Features:

    • Rails 5.1 support added
  • v2.4.0 Changes

    December 08, 2016

    ๐Ÿ”‹ Features:

    • Added amphtml links support

    ๐Ÿ›  Bugfixes:

    • Fixed place attribute meta tag generation
  • v2.3.1 Changes

    September 13, 2016

    ๐Ÿ”„ Changes:

    • Added follow meta tag support

    ๐Ÿ”‹ Features:

    • Added support for article meta tags
  • v2.2.0 Changes

    August 24, 2016

    ๐Ÿ”„ Changes:

    • Rails < 3.2 is not longer supported

    ๐Ÿ”‹ Features:

    • Added support for <link rel="image_src" href="..."> tag
    • Added support for App Links
    • Added support for follow meta tag

    ๐Ÿ›  Bugfixes:

    • Fixed double escaping for ampersands (thanks to @srecnig)
    • Removed usage of alias_method_chain to fix deprecation warnings with Rails 5
    • Fixed the issue when title was truncated in some cases, when site_title was blank
    • Fixed meta tag attributes for fb: meta tags