Skip to content

2.0.2

Compare
Choose a tag to compare
@dereuromark dereuromark released this 21 Nov 14:26
· 372 commits to master since this release

Included commits: 2.0.1...2.0.2

Adjustments

In newer Symfony Versions setDefaultOptions() is deprecated. To be able to work with the newer versions we added the new configureOptions() method. The old method now delegates to the new method.

  • Deprecated setDefaultOptions().
  • Added configureOptions().