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

Changelog History
Page 4

  • v3.1.1 Changes

    • ๐Ÿ›  Bugfix
    • Groups inherit current adapter
  • v3.1.0 Changes

    • Add add_to_index method to add links to the sitemap index.
    • โž• Add sitemap method for accessing the LinkSet instance from withincreate()`.
    • Don't modify options hashes passed to methods. Fix and improve yield_sitemap option handling.
  • v3.0.0 Changes

    • 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 Changes

    • ๐Ÿ‘Œ Support adding new search engines to ping and modifying the default search engines.
    • Allow the URL of the sitemap index to be passed as an argument to ping_search_engines. See Pinging Search Engines in README.
  • v2.1.8 Changes

    • ๐Ÿ‘ Extend and improve Video Sitemap support.
    • ๐Ÿ“„ Include sitemap docs in the README, support all element attributes, properly format values.
  • v2.1.7 Changes

    • ๐Ÿ‘Œ Improve format of float priorities
    • โœ‚ Remove Yahoo from ping - the Yahoo service has been shut down.
  • v2.1.6 Changes

    • ๐Ÿ›  Fix the lastmod value on sitemap file links
  • v2.1.5 Changes

    • ๐Ÿ›  Fix verbose setting in the rake task, it should default to true
  • v2.1.4 Changes

    • ๐Ÿ‘ Allow special characters in URLs (don't use URI.join to construct URLs)
  • v2.1.3 Changes

    • ๐Ÿ›  Fix calling create with both filename and sitemaps_namer options