Releases: spryker-shop/checkout-page
Releases · spryker-shop/checkout-page
0.1.4
Included commits: 0.1.3...0.1.4
Initial Release
- Fixed
CustomerStep
post condition to properly check guest users and logged in users in quote.
0.1.3
0.1.2
Included commits: 0.1.1...0.1.2
Initial Release
- Replaced text names for types
$builder->add('foo', 'text')
is replace by$builder->add('foo', TextType::class)
. - Replaced create* with get* in factory for retrieving form's.
- Added
createPaymentMethodSubForms()
to get form type FQCN's from DependencyProvider. - In ShipmentFormDataProvider flipped key/values for choice type.
- Removed form constructor.
- Forms now extend Spryker's AbstractType.
- Use FQCN instead of instances in FormBuilder.
- Replace getName() with getBlockPrefix().
0.1.1
Included commits: 0.1.0...0.1.1
Bugfixes
Summary Twig file had an issue with non-existing transfer attribute and is now fixed.
0.1.0
Included commits: https://github.com/spryker-shop/checkout-page/tree/0.1.0
Initial Release
First pre-release