Meta Tags Versions Save

Search Engine Optimization (SEO) for Ruby on Rails applications.

v2.21.0

1 month ago

Bugfixes:

  • Removed a duplicated title_tag_attributes configuration from the initializer (287).

Changes:

  • Ruby older than 3.0 is no longer supported.
  • Added truncate_on_natural_separator configuration option to the initializer (287).

v2.20.0

4 months ago

Features:

  • Introduced truncate_on_natural_separator configuration option to change or disable truncation on natural separator (283).
  • Introduced title_tag_attributes configuration option to add HTML attributes to the title tag (284).

Changes:

  • Switched builds from CircleCI to Github Actions (273)
  • Ruby on Rails < 6.0 is no longer supported.

v2.19.0

7 months ago

Changes:

  • Switched code style from custom rules to Standard (246).
  • Switched from testing Rails using environment variables to Appraisal gem (251).
  • Ruby 2.7 is minimum supported version (257)
  • Added support for Rails 7.1 (267)

v2.18.0

1 year ago

Changes:

  • Fallback to site name when title is empty in mirrored tags (243)

v2.17.0

1 year ago

Changes:

  • Separate RBS files to _internal directory to avoid exposing RBS (237)
  • Added Ruby 3.1 to supported versions, Ruby 2.6 is the minimum supported version (235)

v2.16.0

1 year ago

Changes:

  • Updated maximum dependency specified in gemspec (Getting Ready for Rails 7)
  • Added RBS type definitions.

v2.15.0

2 years ago

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.

v2.14.0

2 years ago

Changes:

  • Dropped official support for Rails older than 5.1 and Ruby older than 2.5 (both reached their End of Life)
  • Added support for Rails 6.1

Bugfixes:

  • Fixed Rails 6 deprecation warning.

v2.13.0

4 years ago

Bugfixes:

  • Fixed Rails 6 deprecation warning.

v2.12.0

4 years ago

Features:

  • Indexing directives (noindex, nofollow, etc. now support an array of robot names as a value).
  • Added support for link[rel='manifest'] (199)

Bugfixes:

  • When noindex uses "robots" as a value, nofollow ignores a custom robot name, and switches to "robots" as well