Releases: VIPnytt/SitemapParser
Releases · VIPnytt/SitemapParser
Version 1.0.4
Bugfix:
- #5: No URLs are detected if there is whitespace in the field
Other:
- Tested php 7.2 compatible
Version 1.0.3
- Fixed missing tags for both
sitemap
andurl
#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
- Improved handling of missing optional XML tags
- Improved
robots.txt
parsing - Improved URL validation
- Added URL encoder
Version 1.0.1
- 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
Initial release