MetaTags v2.16.0 Release Notes
Release Date: 2021-09-24 // 11 months ago-
๐ Changes:
- โก๏ธ Updated maximum dependency specified in gemspec (Getting Ready for Rails 7)
- โ Added RBS type definitions.
Previous changes from v2.15.0
-
๐ Changes:
- โ Added Ruby 3.0 to supported versions
- ๐ Ruby 2.5 is now a required minimum version (we dropped official support for Ruby versions older than 2.5 about 8 months ago)
- Added
skip_canonical_links_on_noindex
configuration variable that allows to disable canonical links of the pages that are excluded from indexing (214) - โ Added support for
itemprop
in_
tag for custom tags (203)
๐ Bugfixes:
- ๐ Fixed error "can't modify frozen String" in
strip_tags
. - ๐ Fixed Ruby warning about an instance variable that is not initialized.