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

Changelog History
Page 3

  • v2.1.0 Changes

    October 06, 2015

    ๐Ÿ”„ Changes:

    • Ruby < 2.0 is not longer supported

    ๐Ÿ”‹ Features:

    • Added charset meta tag
    • Added ability to configure limits for title, description, keywords
    • Added OpenSearch links support
    • Added icon links support
    • Alternate links can now be generated for RSS or mobile versions

    ๐Ÿ›  Bugfixes

    • Generate <meta name=""/> instead of <meta property=""/> for custom meta tags
    • Double HTML escaping in meta tags
  • v2.0.0 Changes

    April 15, 2014

    ๐Ÿ”‹ Features:

    • Fully refactored code base.

    ๐Ÿ›  Bugfixes:

    • Symlink references in nested hashes include use normalized meta tag values.
  • v1.6.0 Changes

    April 14, 2014

    ๐Ÿ”‹ Features:

    • Added "alternate" links support
    • Added Google "author" and "publisher" links
    • Implemented mirrored values inside namespaces declared as hashes

    ๐Ÿ’ฅ Breaking changes:

    • Removed support of Rails older than 3.0.0 due to the bug in Hash#deep_merge (does not support HashWithIndifferentAccess)
  • v1.5.0 Changes

    May 07, 2013

    ๐Ÿ”‹ Features:

    • Added "prev" and "next" links support
    • Added refresh meta tag support
  • v1.4.1 Changes

    March 14, 2013

    ๐Ÿ›  Bugfixes:

    • Added support for Hash inside of an Array
  • v1.4.0 Changes

    March 14, 2013

    ๐Ÿ”‹ Features:

    • Added support of custom meta tags
  • v1.3.0 Changes

    February 13, 2013

    ๐Ÿ”‹ Features:

    • Added Hash and Array as possible contents for the meta tags. Check README for details
    • Added support of string meta tag names
    • Allow to disable noindex and nofollow using false as a value

    ๐Ÿ›  Bugfixes:

    • Do not display title HTML tag when title is blank
    • Do not display OpenGraph tags when content is empty
  • v1.2.6 Changes

    March 04, 2012

    ๐Ÿ”‹ Features:

    • jQuery.pjax support via display_title method. Check README for details
  • v1.2.5 Changes

    March 03, 2012

    ๐Ÿ›  Bugfixes:

    • Fixed bug with overriding open graph attributes
    • Fixed incorrect page title when :site is is blank
    • Normalize :og attribute to :open_graph
  • v1.2.4 Changes

    April 26, 2011

    ๐Ÿ”‹ Features:

    • Added support for Open Graph meta tags

    ๐Ÿ›  Bugfixes:

    • Fixed bug with double HTML escaping in title separator
    • Allow to set meta title without a separator