Skip to content

Releases: Brille24/SyliusCustomOptionsPlugin

Fixing the price override validation

02 Apr 13:12
bf22757
Compare
Choose a tag to compare
Merge pull request #47 from JakobTolkemit/small_fixes

Small fixes

Price import

01 Apr 09:58
Compare
Choose a tag to compare
  • Added price imports
  • Restructured documentation
  • Styling for customer option price overrides on the product page

Minor Patch

20 Mar 13:46
Compare
Choose a tag to compare

❗ Migrations ahead - please diff and run them ❗

  • Made relation between OrderItemOption and CustomerOption bi-directional
  • Deleting customer options is now only possible if the customer option has not been used yet

Polishing the use of adjustments

16 Mar 13:47
Compare
Choose a tag to compare
  • Renamed the constant responsible for the adjustment type (see migration in README)
  • Order view now uses the historical order-item-option, rather than the referenced real option

Migration in README 2.0

Roughing out the use of adjustments

13 Mar 14:40
Compare
Choose a tag to compare

This fixes wrongly added adjustments.
They are now calculated based on information on the OrderItem and for each OrderItemUnit of said item, we create a new adjustment and add it to the unit.

Introduction to Adjustments

28 Feb 12:39
c4ff9fb
Compare
Choose a tag to compare

❗❗ Attention: BC break announcement ❗❗
v2.x is not directly compatible/upgradeable with v1 of this plugin, so be aware!

From now on v2 of this plugin uses adjustments to handle customer option prices instead of manipulating the order-item price directly.
This yields more flexibility and domain-correctness of this plugin.

v1.6.1

10 Oct 11:26
453d5a9
Compare
Choose a tag to compare

#41 Save CustomerOption type on OrderItemOption

Compatibility with Sylius 1.4.5

07 Jun 08:34
e162de9
Compare
Choose a tag to compare

We are now following the Sylius semver with our releases of plugins. Development will continue under the prepatch version number.

Sylius FactoryInterface

29 May 13:33
e162de9
Compare
Choose a tag to compare

Correct factory interface (#36)

  • Made OrderItemOptionFactory work like Sylius core factories.

Fixing uninitalized property

03 May 11:42
Compare
Choose a tag to compare

Some people had issues with uninitalized properties which should be fixed now.