Skip to content

Releases: VIPnytt/SitemapParser

Version 1.3.0

27 Nov 15:30
c414ec3
Compare
Choose a tag to compare
  • Improve handling of additional namespaced objects #23
  • Change client creation to allow override #24
  • Restore php 5.6 compatibility #25

Version 1.2.0

08 Nov 18:56
151bcee
Compare
Choose a tag to compare
  • Added support for URL blacklist via config. #20
  • Added support for file:// schema, used for local files. #22
  • Fixed unit tests. #21

Version 1.1.7

27 Mar 16:08
c263e1f
Compare
Choose a tag to compare
  • Move tags init to prevent tag keys persisting #18

Version 1.1.6

07 Nov 21:37
688b469
Compare
Choose a tag to compare
  • Added XML namespace support #16
  • Clean the sitemap and url arrays before each recursive parsing #17

Version 1.1.5

20 Oct 15:17
f05d007
Compare
Choose a tag to compare

Bug fixes:

  • Fix parseRecursive so that it doesn't break when fetching sitemaps that does not exist. #15

Version 1.1.4

10 Jan 01:16
Compare
Choose a tag to compare
  • Support for PHP 8.0

Version 1.1.3

03 Oct 17:48
Compare
Choose a tag to compare
  • Fixed correct return value of getContent, no longer type casted as string.

Version 1.1.2

03 Oct 17:32
Compare
Choose a tag to compare
  • Updated UserAgent string with the correct version number.
  • Added test for stripping of XML comments.
  • Enabled unit testing for PHP 7.4.
  • Changed the URL used in the basic example, to avoid confusion.

Version 1.1.1

16 Sep 16:57
9ce924c
Compare
Choose a tag to compare
  • Added support for Guzzle 7 (#8)

Version 1.1.0

10 Aug 15:58
Compare
Choose a tag to compare
  • Strip XML comments (#6)
  • Don't throw exceptions for broken urls while parsing recursively (#7)
  • Added TransferException, for issues during external requests.