Releases: kpumuk/meta-tags
Releases · kpumuk/meta-tags
v2.5.0
Features:
- Fully support Open Graph objects meta tags.
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
v2.4.0
v2.3.1
v2.3.0
v2.2.0
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
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
v1.6.0
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 supportHashWithIndifferentAccess
)