Releases: kpumuk/meta-tags
Releases · kpumuk/meta-tags
v2.13.0
v2.12.0
v2.11.1
v2.11.0
v2.10.0
v2.9.0
v2.8.0
v2.7.1
Changes:
- Properly generate Open Graph meta tags for object types that fail to provide a proper scope (e.g.
restaurant:contact_info
metadata forrestaurant:restaurant
object type).
Bugfixes:
- Description truncated to empty string and removed from meta tags when limit is set to
0
(while documentation suggests we should remove limits in this case).
v2.7.0
v2.6.0
Features:
- Optionally avoid downcasing keywords
- Added Rails generator to create an initializer with the default settings.
- Added a configuration option
truncate_site_title_first
which enables site title truncation when title limit is reached. - When
Time
,Date
, orDateTime
passed as a meta tag value, it will be formatted according to ISO 8601.
Bugfixes:
- When title limit reached with
reverse
set totrue
, properly truncate the last item of the title array instead of the first one. - Do not merge title and site title for OpenGraph, site title is available for reference as
:site
, and full title as:full_title
.
Changes:
- Removed Google "author" and "publisher" links, as Google deprecated these options (https://support.google.com/webmasters/answer/6083347?hl=en)