MetaTags v2.15.0 Release Notes

Release Date: 2021-08-02 // over 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.