mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
2.3 KiB
2.3 KiB
CHANGELOG
v0.16 (2015-xx-xx)
This chapter references the relevant changes done in 0.16 version.
To get the diff between two versions, go to https://github.com/Sylius/Sylius/compare/v0.15.0...master
- feature #3709 Access to app_dev.php permitted through the use of SYLIUS_APP_DEV_PERMITTED environment variable (ideal for vagrant)
- feature #3110 [BC BREAK] Bumped minimal versions, major changes: PHP >=5.5.9, Symfony ^2.7
- bc break #3364 [BC BREAK] Renamed setDefaultOptions to configureOptions
- bc break #3536 [BC BREAK] Renamed label to type on adjustment
- bc break #3610 [BC BREAK] Renamed
sylius_payum.classes.payment_configtosylius_payum.classes.gateway_config - feature #3288 [BC BREAK][Product] Removed ProductBuilder class
- feature #3617 [BC BREAK][Resource] Created InMemoryRepository and implemented ResourceInterface
- bc break #3721 [BC BREAK] Change configuration tree structure for all bundles, additional
resourceslevel added to root node. - bc break #3721 [BC BREAK] Validation groups are configured per resource in appropriate node.
- bc break #3721 [BC BREAK] Validation groups parameters renamed from
sylius.validation_group.<name>to<sylius.validation_groups.<name>.
v0.15 (2015-09-08)
This chapter references the relevant changes done in 0.15 version.
To get the diff between two versions, go to https://github.com/Sylius/Sylius/compare/v0.14.0...v0.15.0
- bug #3196 [ResourceBundle] Enable max depth check on API serialization
- feature #3094 [BC BREAK][Locale] Translations based on Intl component, can be enabled or disabled
- feature #3074 [BC BREAK][Addressing] Countries management - enabling & disabling
- feature #2999 [BC BREAK][Payment] Remove fluent interfaces from PaymentMethod
- feature #2887 [BC BREAK][ApiBundle] Change API client public id to be simply random id
- feature #2717 [BC BREAK] Added SyliusUserBundle together with Customer-User split
- feature #2752 [BC BREAK] Multi channel support
- feature #3585 [BC BREAK] [Shipping]
CalculatorRegistrywas deleted and replaced byServiceRegistry,RuleCheckerRegistrywas deleted and replaced byServiceRegistry - feature #3586 [BC BREAK] [Shipping] Remove class Calculator, all calculator implement CalculatorInterface
- feature #3622 [BC BREAK] [Shipping] change CalculatorInterface