This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Releases: LaraPalCom/laravel-sitemap
Releases · LaraPalCom/laravel-sitemap
v8.0.1
v2.8.1
Changes:
- Compatibility with Laravel 5.6
- Minor changes, bug fixes and optimizations
v2.7.2
Changes:
- Compatibility with Laravel 5.5
- Minor changes, bug fixes and optimizations
v2.6.5
Changes:
- Updates and fixes
v2.6.4
Changes:
- Fixed failing package installation via composer on Laravel 5.3
- Small updates and fixes
v2.6.3
Changes:
- Various fixes and optimizations
Notes:
- You'll need to manually publish and republish assets (views, styles) after updates
v2.6.2
Changes:
- Various fixes and optimizations
- Added support for multidimensional arrays in
$sitemap->addItem();
- Added option for custom path for
$sitemap->store('format', 'filename', 'path', 'style');
- Added option for custom style in
$sitemap->store('format', 'filename', 'path', 'style');
- Added option for custom style in
$sitemap->render('format', 'style');
- Added option for custom size limit for sitemaps
$sitemap->model->setMaxSize(1000);
- Updated xsl styles
v2.6.1
- added xsl styles for all xml sitemaps
- added xml-mobile sitemap format (for feature phones)
- added alternate media tag options for xml sitemaps
- fixed sitemap limit for google-news format (max 1000 links)
- other small fixes and improvements
v2.5.8: updated Sitemap class
- render protection (don't render sitemap with >50000 elements) - option to force using a size limits for the number of elements in a sitemap in the store() method, instead of default splitting of bigger sitemaps to smaller sitemaps with sitemapindex - memory leak fix (caching for file generation, clear unneeded resources) - fixed wrong file extension of html/txt generated files