Skip to content

Releases: j-guyon/CommandSchedulerBundle

1.2.3

03 Dec 15:52
Compare
Choose a tag to compare

1.2.2

04 Jun 14:59
Compare
Choose a tag to compare
  • interactive mode can be disabled #29
  • fix log path issue #28 #27

1.2.1

14 Jan 10:33
Compare
Choose a tag to compare
  • fix composer.json : PHP compatibility >=5.5

1.2.0

04 Jan 21:22
Compare
Choose a tag to compare
  • Symfony 3.0 compatibility #23

WARNING : This release break PHP 5.3 and Symfony 2.3 compatiblity
If you use an older version of Symfony (2.3 to 2.7), use the last 1.1.x release

1.1.0

04 Jan 18:10
Compare
Choose a tag to compare
  • Feature : Monitoring (external via url or internal with a command) #22
  • Travis PHP 7.0 build

1.0.5

15 Sep 12:57
Compare
Choose a tag to compare
  • Change route definition (pattern to path)
  • Allow doctrine 2.6 in composer.json

1.0.4

26 May 18:48
Compare
Choose a tag to compare
  • Fixed PHP 5.3 compatibility
  • Unit test
  • Travis-CI and Coveralls integration #9
  • Moved parameters config into bundle extension/configuration #9
  • Added --no-output option to scheduler:execute to mute output without lose log. #15
  • Refactored choice list into a form type #14
  • psr-4
  • Removed assetic dependancy
  • Added translation domain

1.0.3

03 May 16:13
Compare
Choose a tag to compare
  • Handle multiple entity manager support #7
  • Documentation update related to multiple entity manager #8

1.0.2

26 Apr 15:14
Compare
Choose a tag to compare
  • Avoid conflict if a command clear or close the entity manager
  • Add bundle in assetic configuration #3
  • Some fix in documentation #1

1.0.1

05 Oct 15:18
Compare
Choose a tag to compare
  • Bugfix - Last execution date lost after edit a scheduled command,
  • Sensio insight minor refactor
  • Add a message in scheduler:execute when there is nothing to execute
  • is_writable test for log file is skipped on gaufrette:// path (not support directory)