All Versions
54
Latest Version
Avg Release Cycle
184 days
Latest Release
-

Changelog History
Page 2

  • v5.3.0 Changes

    February 21, 2017
    • Add max_sitemap_links option support for limiting how many links each sitemap can hold. Issue #188 PR #262
    • ⬆️ Upgrade development dependencies
    • Modernize Gemfile & gemspec
    • Bring specs up to RSpec 3.5
    • ✂ Remove Geo sitemap support. Google no longer supports them. Issue #246
    • 🚀 Use sitemap namespace for Capistrano tasks (rather than deploy). PR #241
    • 🚅 Use presence of Rails::VERSION to detect when running under Rails, rather than just Rails constant. PR #221
    • ✂ Remove gem post-install message warning about incompatible changes in version 4
  • v5.2.0 Changes

    September 23, 2016
    • 🆕 New SitemapGenerator::AwsSdkAdapter adapter using the bare aws-sdk gem.
    • 🛠 Fix Bing ping url.
    • 👌 Support string option keys passed to add.
    • In Railtie, Load the rake task instead of requiring them.
  • v5.1.0 Changes

    July 15, 2015
    • 👍 Require only fog-aws instead of fog for the S3Adapter and support using IAM profile instead of setting access key & secret directly.
    • Implement respond_to? on the SitemapGenerator::Sitemap pseudo class.
    • 👉 Make :lang optional on alternate links so they can be used for AppIndexing.
    • Documented Mobile Sitemaps :mobile option.
  • v5.0.5 Changes

    July 30, 2014
    • 👉 Use MIT licence.
    • 🛠 Fix deploys with Capistrano 3 (#163).
    • 👍 Allow any Fog storage options for S3 adapter (#167).
  • v5.0.4 Changes

    May 20, 2014
    • Don't include the media attribute on alternate links unless it's given
  • v5.0.3 Changes

    May 15, 2014
    • ➕ Add support for Video sitemaps options :live and ':requires_subscription'
  • v5.0.2 Changes

    • Set maximum filesize to 10,000,000 bytes rather than 10,485,760 bytes.
  • v5.0.1 Changes

    • Include new SitemapGenerator::FogAdapter (#138).
    • 🛠 Fix usage of attr_* methods in LinkSet
    • Don't override custom getters/setters (#144).
    • 🛠 Fix breaking spec in Ruby 2 (#142).
    • Include Capistrano 3.x tasks (#141).
  • v5.0.0 Changes

    • 👌 Support new :compress option for customizing which files get compressed.
    • ✂ Remove old deprecated methods:
      • Removed options to LinkSet::add(): :sitemaps_namer and :sitemap_index_namer (use :namer option)
      • Removed LinkSet::sitemaps_namer=, LinkSet::sitemaps_namer (use LinkSet::namer= and LinkSet::namer)
      • Removed LinkSet::sitemaps_index_namer=, LinkSet::sitemaps_index_namer (use LinkSet::namer= and LinkSet::namer)
      • Removed the SitemapGenerator::SitemapNamer class (use SitemapGenerator::SimpleNamer)
      • Removed LinkSet::add_links() (use LinkSet::create())
    • Support fog_path_style option in the SitemapGenerator::S3Adapter so buckets with dots in the name work over HTTPS without SSL certificate problems.
  • v4.3.1 Changes

    • 👌 Support integer timestamps.
    • 🚀 Update README for new features added in last release.