Releases: icamys/php-sitemap-generator
Releases · icamys/php-sitemap-generator
Version 5.0.0
- Dropped support of PHP versions older than 8.0.
- Improved CI/CD flow: use psalm, codecov.
- Increased test coverage.
- Use a configuration object to set up the generator instead of passing args to its constructor.
- Added support for configurable sitemap index URL (close #24)
- Removed Google endpoints pinging (close #58)
- Added support for multiple images per URL in Google extension (close #41)
- Other minor changes.
Improve URLs encoding and escaping
Added an additional encoding for non-ASCII characters to comply with Sitemap specs.
Add support for sitemap stylesheets
4.6.0 Add support for sitemap stylesheets
Remove Bing ping on sitemap submitting
4.5.0 Remove Bing ping URL
Add checks for curl errors
4.4.1 check for curl errors in submitSitemap() method
Added image extension support
Additional credits to @arifallahverdiev
Fixed several minor bugs + cleaned up the code
4.3.11 remove version from composer.json
Added namespace to the <link> tag
4.3.1 Added namespace to the <link>
Removed namespace from video extension input
4.2.0 Removed namespace from video extension input
Support for video sitemap
4.1.0 Added video extension