Skip to content

Releases: VIPnytt/SitemapParser

Version 1.3.2

Choose a tag to compare

@JanPetterMG JanPetterMG released this 06 Aug 21:39
Immutable release. Only release title and notes can be modified.
fc32109

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

Choose a tag to compare

@JanPetterMG JanPetterMG released this 10 Oct 13:28
9125ba4

What's Changed

  • Explicitly declare $client as nullable in SitemapParser constructor by @ao-jhelmich in #28

New Contributors

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

Choose a tag to compare

@JanPetterMG JanPetterMG released this 27 Nov 15:30
c414ec3
  • Improve handling of additional namespaced objects #23
  • Change client creation to allow override #24
  • Restore php 5.6 compatibility #25

Version 1.2.0

Choose a tag to compare

@JanPetterMG JanPetterMG released this 08 Nov 18:56
151bcee
  • 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

Choose a tag to compare

@JanPetterMG JanPetterMG released this 27 Mar 16:08
c263e1f
  • Move tags init to prevent tag keys persisting #18

Version 1.1.6

Choose a tag to compare

@JanPetterMG JanPetterMG released this 07 Nov 21:37
688b469
  • Added XML namespace support #16
  • Clean the sitemap and url arrays before each recursive parsing #17

Version 1.1.5

Choose a tag to compare

@JanPetterMG JanPetterMG released this 20 Oct 15:17
f05d007

Bug fixes:

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

Version 1.1.4

Choose a tag to compare

@JanPetterMG JanPetterMG released this 10 Jan 01:16
  • Support for PHP 8.0

Version 1.1.3

Choose a tag to compare

@JanPetterMG JanPetterMG released this 03 Oct 17:48
  • Fixed correct return value of getContent, no longer type casted as string.

Version 1.1.2

Choose a tag to compare

@JanPetterMG JanPetterMG released this 03 Oct 17:32
  • 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.