SitemapGenerator v6.0.0 Release Notes
Release Date: 2017-10-11 // over 5 years ago-
Backwards incompatible changes
- Adapters (AWS SDK, S3, Fog & Wave) no longer load their dependencies. It is up to the user
to
require
the appropriate libraries for the adapter to work. - ๐ AwsSdkAdapter: Fixed #279 where sitemaps were incorrectly nested under a
sitemaps/
directory in S3 - โ Stop supporting Ruby < 2.0, test with Ruby 2.4.
Other changes
- ๐ If Rails is defined but the application is not loaded, don't include the URL helpers.
- Adapters (AWS SDK, S3, Fog & Wave) no longer load their dependencies. It is up to the user
to