Skip to content

Releases: tpaksu/laravel-todobar

Dependency injection fix

27 Aug 08:19
Compare
Choose a tag to compare
  • Moved dependency injection code outside the clause which checks if todobar is enabled. If todobar is disabled, the dependency injection couldn't find the class to instantiate and causes errors on load.

Storage factory fix

01 Jan 10:18
Compare
Choose a tag to compare
  • Added new config parameter "storage" which you can use to change to a data storage class which implements \TPaksu\Todobar\Storage\DataStorageInterface

  • Some styling fixes

Removed version from composer.json

25 Dec 11:16
Compare
Choose a tag to compare

Packagist was confused about which version to download, so I removed the version info from composer.json. It now will download the latest version ( I hope :) )

Fix for Linux & Windows paths

25 Dec 11:01
Compare
Choose a tag to compare

It worked on windows environments but not in linux ones, so this is a critical fix.

Update

25 Dec 10:34
Compare
Choose a tag to compare

The package with the latest releases can't be found on composer, because I forgot to update the version on composer.json file. This is the fixed version.