Skip to content

Release 1.14.1

Compare
Choose a tag to compare
@stloyd stloyd released this 28 Nov 09:01
· 204 commits to master since this release
7431adc

This release contains bugfixes:

  • Adding tests for Symfony 4 BETA,
  • Fixing a bug, that the $callbacks are eventually passed to addDequeuerAwareCall(), which
    expects a string, not a Reference object. In Symfony 3, the Reference was cast to a string, which returned the id, so it worked.