Skip to content

Releases: charcoalphp/contrib-sitemap

v2.0.0

02 Nov 17:09
v2.0.0
9e7f42e
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v2.0.0

Merged latest changes from locomotivemtl/charcoal-contrib-sitemap, see release for details.

Additional Changes:

  • Decouple XML generation from action controller: New class XmlFormatter, used by SitemapAction, available from service provider as sitemap/formatter/xml.
  • Add support for customizing the sitemap of the action controller.
  • Add property sitemapIdent to SitemapAction to change the sitemap to output via a custom route definition. Defaults to xml.
  • Improve exception messages in Builder constructor.

v1.0.0

23 Mar 19:00
e8aca29
Compare
Choose a tag to compare

Initial release under the charcoal/* vendor name.