/home/techb158/ileadtechnology.com/vendor/spatie/laravel-sitemap
NameSizeModeActions
.github/-0755rm
config/-0755rm
resources/-0755rm
src/-0755rm
.editorconfig3120644editdlrm
.php_cs.cache20920644editdlrm
.php_cs.dist11970644editdlrm
CHANGELOG.md26830644editdlrm
composer.json14250644editdlrm
LICENSE.md10910644editdlrm
README.md152150644editdlrm
UPGRADING.md8390644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/spatie/laravel-sitemap/UPGRADING.md (839B)
# Upgrading Because there are many breaking changes an upgrade is not that easy. There are many edge cases this guide does not cover. We accept PRs to improve this guide. ## From 4.0 to 5.0 - `spatie/crawler` is updated to `^4.0`. This version made changes to the way custom `Profiles` and `Observers` are made. Please see the [UPGRADING](https://github.com/spatie/crawler/blob/master/UPGRADING.md) guide of `spatie/crawler` to know how to update any custom crawl profiles or observers - if you have any. ## From 3.0 to 4.0 - `spatie/crawler` is updated to `^3.0`. This version introduced the use of PSR-7 `UriInterface` instead of a custom `Url` class. Please see the [UPGRADING](https://github.com/spatie/crawler/blob/master/UPGRADING.md) guide of `spatie/crawler` to know how to update any custom crawl profiles - if you have any.