Skip to content

3.0.4

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 25 Jan 17:55
· 106 commits to master since this release

Included commits: 3.0.3...3.0.4

Bugfixes

  • Replaced text names for types $builder->add('foo', 'text') is replace by $builder->add('foo', TextType::class).
  • Removed form constructor.
  • Forms now extend Spryker's AbstractType.
  • Use FQCN instead of instances in FormBuilder.