Skip to content

Commit

Permalink
Upgrade to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Mar 23, 2012
1 parent 25fd993 commit 029410a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ./
specs:
sitemap_generator (3.1.0)
sitemap_generator (3.1.1)
builder

GEM
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -64,6 +64,7 @@ Does your website use SitemapGenerator to generate Sitemaps? Where would you be
Changelog
-------

- v3.1.1: Bugfix: Groups inherit current adapter
- v3.1.0: Add `add_to_index` method to add links to the sitemap index. Add `sitemap` method for accessing the LinkSet instance from within `create()`. Don't modify options hashes passed to methods. Fix and improve `yield_sitemap` option handling.
- **v3.0.0: Framework agnostic**; fix alignment in output, show directory sitemaps are being generated into, only show sitemap compressed file size; toggle output using VERBOSE environment variable; remove tasks/ directory because it's deprecated in Rails 2; Simplify dependencies.
- v2.2.1: Support adding new search engines to ping and modifying the default search engines.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.0
3.1.1

0 comments on commit 029410a

Please sign in to comment.