All Versions
35
Latest Version
Avg Release Cycle
149 days
Latest Release
925 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.9.0 Changes
March 29, 2018๐ Features:
- โ Added ability to add
index
robots meta tag (thanks to @rafallo)
- โ Added ability to add
-
v2.8.0 Changes
February 28, 2018๐ Features:
- Added noarchive support.
๐ Changes:
- Updated default description size to 300 as a new recommended truncation limit.
-
v2.7.1 Changes
February 01, 2018๐ 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).
- Properly generate Open Graph meta tags for object types that fail to provide a proper scope (e.g.
-
v2.7.0 Changes
November 22, 2017๐ Changes:
- Generate open meta tags (
<meta ... >
) instead of closed meta tags (<meta ... />
) by default, which is . Added a new option to switch back to self-closing meta tags, which are valid in HTML5, but unnecessary.
- Generate open meta tags (
-
v2.6.0 Changes
August 24, 2017๐ 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)
-
v2.5.0 Changes
August 23, 2017๐ 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 Changes
May 15, 2017๐ Features:
- Rails 5.1 support added
-
v2.4.0 Changes
December 08, 2016๐ Features:
- Added amphtml links support
๐ Bugfixes:
- Fixed
place
attribute meta tag generation
-
v2.3.1 Changes
September 13, 2016๐ Changes:
- Added follow meta tag support
๐ Features:
- Added support for article meta tags
-
v2.2.0 Changes
August 24, 2016๐ 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