History.txt in alexrabarts-big_sitemap-0.2.1 vs History.txt in alexrabarts-big_sitemap-0.3.0

- old
+ new

@@ -1,4 +1,15 @@ +=== 0.3.0 / 2009-04-06 + +* API change: Pass model through as first argument to add method, e.g.sitemap.add(Posts, {:path => 'articles'}) +* API change: Use Rails' polymorphic_url helper to generate URLs if Rails is being used +* API change: Only ping search engines when ping_search_engines is explicitly called +* Add support for passing options through to the model's find method, e.g. :conditions +* Allow base URL to be specified as a hash as well as a string +* Add support for changefreq and priority +* Pluralize sitemap model filenames +* GZipping may optionally be turned off + === 0.2.1 / 2009-03-12 * Normalize path arguments so it no longer matters whether a leading slash is used or not === 0.2.0 / 2009-03-11