Releases: VIPnytt/SitemapParser
Releases · VIPnytt/SitemapParser
Release list
Version 1.3.2
Immutable
release. Only release title and notes can be modified.
Version 1.3.1
What's Changed
- Explicitly declare $client as nullable in SitemapParser constructor by @ao-jhelmich in #28
New Contributors
- @ao-jhelmich made their first contribution in #28
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
Version 1.2.0
Version 1.1.7
- Move tags init to prevent tag keys persisting #18
Version 1.1.6
Version 1.1.5
Bug fixes:
- Fix
parseRecursiveso that it doesn't break when fetching sitemaps that does not exist. #15
Version 1.1.4
Version 1.1.3
- Fixed correct return value of
getContent, no longer type casted as string.
Version 1.1.2
- 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.