Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Releases: laravelista/Bard

Had to revert carbon dependency change

17 Sep 08:10
Compare
Choose a tag to compare
2.2.1

Had to revert carbon version.

Updated dependencies to the latest

17 Sep 08:05
Compare
Choose a tag to compare
2.2.0

Updated dependencies.

Update for Laravel 5.6

07 Feb 21:45
e15e8bb
Compare
Choose a tag to compare
2.1.0

Update license.md

Major revamp

03 Jul 14:22
Compare
Choose a tag to compare

This version breaks everything.

New syntax:

$sitemap->addUrl('http://domain.com/contact')
    ->setPriority(0.8)
    ->setChangeFrequency('hourly')
    ->setLastModification(Carbon::now())
    ->addTranslation('hr', 'http://domain.com/hr/contact');
  • Dropped Laravel integration boilerplate
  • Simplified everything
  • Updated documentation coming soon

Added support for http-foundation 3.0

05 Mar 19:18
Compare
Choose a tag to compare
1.0.1

Update composer.json

First Stable Release

31 Mar 23:11
Compare
Choose a tag to compare

This is the first stable release of Bard.

I am very happy with this now.

Features:

  • Framework Agnostic Sitemap Package
  • Laravel Friendly also other Frameworks friendly :)
  • Common Sitemap Boilerplate for Laravel and other Frameworks
  • Create Sitemaps
  • Create Sitemap Index
  • Return XML response
  • Get XML string
  • Input Validation

Everything is tested like crazy with PhpSpec

Changes:

  • Added boilerplate (abstract class & interface) for Laravel, but it can be used with other frameworks too.

Major changes to the API

30 Mar 10:08
Compare
Choose a tag to compare
  • Added Sitemap Index support
  • Class Sitemap has been renamed to UrlSet because of sitemap indexing support