All Versions
54
Latest Version
Avg Release Cycle
184 days
Latest Release
-
Changelog History
Page 2
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 thandeploy
). PR #241 - 🚅 Use presence of
Rails::VERSION
to detect when running under Rails, rather than justRails
constant. PR #221 - ✂ Remove gem post-install message warning about incompatible changes in version 4
- Add
-
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.
- 🆕 New
-
v5.1.0 Changes
July 15, 2015- 👍 Require only
fog-aws
instead offog
for theS3Adapter
and support using IAM profile instead of setting access key & secret directly. - Implement
respond_to?
on theSitemapGenerator::Sitemap
pseudo class. - 👉 Make
:lang
optional on alternate links so they can be used for AppIndexing. - Documented Mobile Sitemaps
:mobile
option.
- 👍 Require only
-
v5.0.5 Changes
July 30, 2014 -
v5.0.4 Changes
May 20, 2014- Don't include the
media
attribute on alternate links unless it's given
- Don't include the
-
v5.0.3 Changes
May 15, 2014- ➕ Add support for Video sitemaps options
:live
and ':requires_subscription'
- ➕ Add support for Video sitemaps options
-
v5.0.2 Changes
- Set maximum filesize to 10,000,000 bytes rather than 10,485,760 bytes.
-
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
(useLinkSet::namer=
andLinkSet::namer
) - Removed
LinkSet::sitemaps_index_namer=
,LinkSet::sitemaps_index_namer
(useLinkSet::namer=
andLinkSet::namer
) - Removed the
SitemapGenerator::SitemapNamer
class (useSitemapGenerator::SimpleNamer
) - Removed
LinkSet::add_links()
(useLinkSet::create()
)
- Removed options to
- Support
fog_path_style
option in theSitemapGenerator::S3Adapter
so buckets with dots in the name work over HTTPS without SSL certificate problems.
- 👌 Support new
-
v4.3.1 Changes
- 👌 Support integer timestamps.
- 🚀 Update README for new features added in last release.