Skip to content

Releases: kpumuk/meta-tags

v2.5.0

23 Aug 19:32
Compare
Choose a tag to compare

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

23 Aug 19:32
Compare
Choose a tag to compare

Features:

  • Rails 5.1 support added

v2.4.0

23 Aug 19:32
Compare
Choose a tag to compare

Features:

  • Added amphtml links support

Bugfixes:

  • Fixed place attribute meta tag generation

v2.3.1

23 Aug 19:33
Compare
Choose a tag to compare

Changes:

  • Added follow meta tag support

Features:

  • Added support for article meta tags

v2.3.0

23 Aug 19:33
Compare
Choose a tag to compare
Version 2.3.0

v2.2.0

23 Aug 19:34
Compare
Choose a tag to compare

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

v2.1.0

23 Aug 19:34
Compare
Choose a tag to compare

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

23 Aug 19:34
Compare
Choose a tag to compare

Features:

  • Fully refactored code base.

Bugfixes:

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

v1.6.0

23 Aug 19:35
Compare
Choose a tag to compare

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

23 Aug 19:35
Compare
Choose a tag to compare

Features:

  • Added "prev" and "next" links support
  • Added refresh meta tag support