Skip to content

Releases: VIPnytt/SitemapParser

Version 1.0.4

18 Jun 17:54
57cb0dc
Compare
Choose a tag to compare

Bugfix:

  • #5: No URLs are detected if there is whitespace in the field

Other:

  • Tested php 7.2 compatible

Version 1.0.3

30 Apr 13:31
Compare
Choose a tag to compare
  • Fixed missing tags for both sitemap and url #2
  • Fixed/updated tests
  • Updated to the latest version of dev-dependencies
  • Updated User-agent string
  • Updated README
  • Tested PHP 7.1 compatible

Version 1.0.2

05 May 16:25
Compare
Choose a tag to compare
  • Improved handling of missing optional XML tags
  • Improved robots.txt parsing
  • Improved URL validation
  • Added URL encoder

Version 1.0.1

05 Apr 14:43
Compare
Choose a tag to compare
  • Improved robots.txt parser
  • Improved parsing of line separated text strings
  • New configuration option: strict (bool), enabled by default.

Strict standards: parse valid standardized content only.
Ex. when expecting XML, but an plain text URL list is returned instead.

Version 1.0.0

04 Apr 16:36
Compare
Choose a tag to compare

Initial release