Features:
- Added "prev" and "next" links support
- Added refresh meta tag support
Bugfixes:
- Added support for Hash inside of an Array
Features:
- Added support of custom meta tags
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
Features:
- jQuery.pjax support via
display_title
method. Check README for details
Bugfixes:
- Fixed bug with overriding open graph attributes
- Fixed incorrect page title when
:site
is is blank - Normalize
:og
attribute to:open_graph
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
Bugfixes:
- Fixed action_pack integration (welcome back
alias_method_chain
) - Fixed bug when
@page_*
variables did not work
Bugfixes:
- Fixed deprecation warning about
html_safe!
Bugfixes:
- Fixed bug when title is set through Array, and
:lowercase
is true - Updated
display_meta_tags
to be compatible with rails_xss
Features:
- Added support for canonical link element
- Added YARD documentation
Features:
- Added ability to specify title as an Array of parts
- Added helper for
noindex
- Added
nofollow
meta tag support
Bugfixes:
- Fixed Rails 2.3 deprecation warnings