Releases: Brille24/SyliusCustomOptionsPlugin
Releases · Brille24/SyliusCustomOptionsPlugin
Fixing uninitalized property
Some people had issues with uninitalized properties which should be fixed now.
0.3.3
- Fixes for the OrderItemOptionUpdater
- You can now update all option types except file options
- Date options are now saved as a single date string
- French translations
- Mapping annotations in the OrderItem/Product traits
Fixture update
It's now possible to set customer option configuration through fixtures.
File option
It's now possible to upload files using the file customer option type.
Sylius 1.4 upgrade
Adopted the Sylius 1.4 changes to the plugin skeleton.
Also fixed the validation.
Fixed CustomerOptionValueTranslation bug
It was not possible to edit the CustomerOptionValueTranslation of the first locale.
Making Customer Options editable form backend
In this release we added the option to add and edit the customer options in the order view after the order is placed. It even recalculates the total.
First tagged version of the Custom Option Plugin
The tests are working and everything is fine.