Releases: kpumuk/meta-tags
Releases · kpumuk/meta-tags
v1.4.1
Bugfixes:
- Added support for Hash inside of an Array
v1.4.0
Features:
- Added support of custom meta tags
v1.3.0
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
Features:
- jQuery.pjax support via
display_title
method. Check README for details
v1.2.5
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
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
Bugfixes:
- Fixed action_pack integration (welcome back
alias_method_chain
)
- Fixed bug when
@page_*
variables did not work
v1.2.1
Bugfixes:
- Fixed deprecation warning about
html_safe!
v1.2.0
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
Features:
- Added support for canonical link element
- Added YARD documentation