Skip to content

Releases: samdark/sitemap

3.0.1

25 Apr 00:02
Immutable release. Only release title and notes can be modified.
5244852

Choose a tag to compare

  • Raise minimum PHP version to 7.1.
  • Test with PHP 8.4 and PHP 8.5.
  • Move sources to src.
  • Add types. 100% type coverage.
  • More tests. 100% code coverage.
  • Add benchmark and optimize performance.

2.5.0

09 Apr 21:08
Immutable release. Only release title and notes can be modified.
9f8e1d0

Choose a tag to compare

  • #65: Fix urlsCount under-counting for multi-language sitemap items
  • #78: Add unit tests for XML stylesheet support in Sitemap and Index
  • #82: Fix incorrect flush() call in createNewFile()
  • #84: Fix international URL encoding—properly percent-encode non-ASCII characters
  • #95: Add protected Sitemap::buildCurrentFilePath() for sitemap filename generation
  • #100: Fix missing closing </urlset> tag when write() is not called explicitly

2.4.1

01 Nov 08:43
cf51475

Choose a tag to compare

Fix uncaught OverflowException: The buffer size is too big for the defined file size limit (@mougrim)

2.4.0

02 Oct 04:08
a7ba091

Choose a tag to compare

  • #80: Add example XML Stylesheet for use with setStylesheet() added in #63 (@craftyshaun)

2.3.0

29 Sep 12:55
2a31036

Choose a tag to compare

  • #63: Add support for specifying a XML stylesheet for an index and a sitemap (@ParitoshBh)

2.2.1

27 Mar 09:33
dcfef47

Choose a tag to compare

  • #67: Fixed inserting in the file on Windows.

2.2.0

02 Feb 09:30

Choose a tag to compare

  • #51: 5.3 compatibility of tests.
  • Added ext-xmlwriter dependency.
  • #17: Added ability to set file size limit.

2.1.0

24 Nov 07:25

Choose a tag to compare

Support of multi-language sitemaps with alternative links for each location.

2.0.8

17 Aug 15:00

Choose a tag to compare

  • Fixes #44: Compress sitemap with a single gzip member per file (terales)

2.0.7

28 Jan 10:11
9b0d0d1

Choose a tag to compare

  • Added gzip support.
  • Removed usage of @.