Skip to content

Releases: imTigger/laravel-job-status

Lot of improvements! Thanks to all contributors

22 Feb 10:21
ec6dc13
Compare
Choose a tag to compare
  • Fix uncomplete progress when param every is greater than 1 @stephane-monnot
  • Add travis configuration @stephane-monnot
  • Add phpunit configuration @stephane-monnot
  • Prevent double json encoding @christopher Fuchs
  • Adapted service provider to use $entityClass::{CONSTANT} instead of hardcoded JobStatus::{CONSTANT} @christopher Fuchs
  • Added possibility to provide additional data when calling prepareStatus @christopher Fuchs
  • Added compatibility with Lumen frameworks @masbug

New method and additional config available

07 Dec 10:46
Compare
Choose a tag to compare
  • Added incrementProgress(int $offset, int $every) method
  • Added ability to override JobStatus class, with fallback when config is not set
  • Database migration is now published instead of loaded directly, to allow customization

Fixed compatibility of PHP 5.6

13 Sep 08:17
Compare
Choose a tag to compare

Removed scalar type hints

Automatic package discovery for Laravel 5.5

07 Aug 15:44
Compare
Choose a tag to compare

Support for automatic package discovery for Laravel 5.5 is added.
A big thanks to @PixellUp !

Store Job ID

18 Jul 18:55
Compare
Choose a tag to compare

Now correctly store Job ID

Fixed error for Job do not use Trackable

01 Jun 08:25
Compare
Choose a tag to compare
v0.1.7

Prevent normal Job from fatal error

v0.1.6

09 May 11:19
Compare
Choose a tag to compare
Updated README.md