Releases: kpumuk/meta-tags
Releases · kpumuk/meta-tags
v2.22.1
Changes:
- Removed
meta-tags.gemspec
andRakefile
from the gem package (312) - Use GitHub actions to build, sign and publish the gem (314, 315, 316)
What's Changed
- Use standardrb/standard-ruby-action@v1 action instead of custom rake task execution by @kpumuk in #309
- Bump paambaati/codeclimate-action from 8 to 9 by @dependabot in #310
- Update rubocop-rails requirement from ~> 2.25.0 to ~> 2.26.0 by @dependabot in #311
- Remove meta-tags.gemspec and Rakefile from the gem package by @kpumuk in #312
- Fixed missing commit list links in the Changelog file by @kpumuk in #313
- Added release workflow to automatically publish gems by @kpumuk in #314
- Moved gem private key to secrets to avoid secrets leaking by @kpumuk in #315
- Create a GitHub release after RubyGems release by @kpumuk in #316
Full Changelog: v2.22.0...v2.22.1
v2.22.0
v2.21.0
v2.20.0
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
v2.18.0
v2.17.0
v2.16.0
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.