Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 901 Bytes

Changelog

2.0.0

  • Added Brayan Tiwa as author in licence and files
  • Added process method to AsmittaFormFlowBundle to set method calls for services tagged with asmitta.form.flow
  • Updated services.yaml to ensure proper service definitions, aliases, and method calls
  • Improved dependency injection configuration for FormFlow and related services
  • Updated project tree to follow Best practices

1.1.1

  • Removed all code related to Symfony versions less than 5
  • Refactored code to support Symfony 5 and higher
  • Updated dependencies in composer.json to require Symfony 5 or higher

1.1.0

  • Add the getStepData method to get the form data of a step

1.0.0

  • First release

19-02-2025

Forked repository from CraueFormFlowBundle