Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: LaraPalCom/laravel-sitemap

v8.0.1

10 Sep 20:54
Compare
Choose a tag to compare

Changes:

  • Added support for Laravel 8
  • Added new branch for development 8.x-dev (unstable!)

v2.8.1

07 Feb 20:40
Compare
Choose a tag to compare

Changes:

  • Compatibility with Laravel 5.6
  • Minor changes, bug fixes and optimizations

v2.7.2

07 Sep 16:49
Compare
Choose a tag to compare

Changes:

  • Compatibility with Laravel 5.5
  • Minor changes, bug fixes and optimizations

v2.6.5

19 Dec 19:25
Compare
Choose a tag to compare

Changes:

  • Updates and fixes

v2.6.4

27 Aug 18:34
Compare
Choose a tag to compare

Changes:

  • Fixed failing package installation via composer on Laravel 5.3
  • Small updates and fixes

v2.6.3

27 Apr 17:11
Compare
Choose a tag to compare

Changes:

  • Various fixes and optimizations

Notes:

  • You'll need to manually publish and republish assets (views, styles) after updates

v2.6.2

07 Feb 17:32
Compare
Choose a tag to compare

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

30 Dec 17:22
Compare
Choose a tag to compare
  • 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

17 Dec 18:17
Compare
Choose a tag to compare
- 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