Laravelium Laravel Sitemap Versions Save

Laravelium Sitemap generator for Laravel.

8.0.1

3 years ago

Changes:

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

v2.8.1

6 years ago

Changes:

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

v2.7.2

6 years ago

Changes:

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

v2.6.5

7 years ago

Changes:

  • Updates and fixes

v2.6.4

7 years ago

Changes:

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

v2.6.3

7 years ago

Changes:

  • Various fixes and optimizations

Notes:

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

v2.6.2

8 years ago

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

8 years ago
  • 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

8 years ago