Skip to content

Releases: kpumuk/meta-tags

v1.4.1

23 Aug 19:35
Compare
Choose a tag to compare

Bugfixes:

  • Added support for Hash inside of an Array

v1.4.0

23 Aug 19:35
Compare
Choose a tag to compare

Features:

  • Added support of custom meta tags

v1.3.0

23 Aug 19:36
Compare
Choose a tag to compare

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

23 Aug 19:36
Compare
Choose a tag to compare

Features:

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

v1.2.5

23 Aug 19:36
Compare
Choose a tag to compare

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

23 Aug 19:36
Compare
Choose a tag to compare

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

v1.2.3

23 Aug 19:36
Compare
Choose a tag to compare

Bugfixes:

  • Fixed action_pack integration (welcome back alias_method_chain)
  • Fixed bug when @page_* variables did not work

v1.2.1

23 Aug 19:37
Compare
Choose a tag to compare

Bugfixes:

  • Fixed deprecation warning about html_safe!

v1.2.0

23 Aug 19:37
Compare
Choose a tag to compare

Bugfixes:

  • Fixed bug when title is set through Array, and :lowercase is true
  • Updated display_meta_tags to be compatible with rails_xss

v1.1.1

23 Aug 19:37
Compare
Choose a tag to compare

Features:

  • Added support for canonical link element
  • Added YARD documentation