mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
19 KiB
19 KiB
CHANGELOG FOR 1.14.X
v1.14.0 (2024-11-12)
Details
v1.14.0-RC.1 (2024-11-07)
Details
- #17390 [Admin] Deprecate NotificationWidgetExtension (@GSadee)
- #17392 [Behat] Dehardcode the use of entities (@GSadee)
- #17401 [Documentation] Fix 2.0-dev installation instruction tip (@GSadee)
- #17408 [API] Use model class parameter instead of hardcoded class for ShippingMethodRule resource (@GSadee)
- #17417 [Docs] Add links to 2.x docs on the 1.x documentation (@CoderMaggie)
- #17380 [CoreBundle] Fix initial log creation for table sylius_channel_pricing_log_entry (@jblairy)
v1.14.0-BETA.1 (2024-10-30)
Details
- #17238 [AdminBundle] Unification os services name - fix (@Wojdylak)
- #17233 [PaymentBundle] Unification of services names (@Wojdylak)
- #17258 Fix 1.13 build by temporarily disabling problematic promotion scenarios (@GSadee)
- #17246 [UserBundle] Deprecate pin configuration parameter (@GSadee)
- #17241 [API] Rename and deprecate route parameters (@GSadee)
- #17235 [UserBundle] Deprecate security related classes and services that will be removed in 2.0 (@GSadee)
- #17242 [PayumBundle] Unification os services name (@Wojdylak)
- #17260 [UserBundle] Deprecate pin related services and classes (@GSadee)
- #17262 Replace deprecated DOMNodeInserted event with MutationObserver (@kulczy)
- #17250 [ApiBundle] Unification of services names (@Wojdylak)
- #17265 [UserBundle] Fix wrongly deprecated pin related services (@GSadee)
- #17268 [CS][DX] Refactor
- #17244 [Core] Deprecate sylius_core.autoconfigure_with_attributes configuration parameter (@GSadee)
- #17269 [CoreBundle] Unification of services names (@Wojdylak)
- #17275 [ApiBundle] Unification of services names - fix (@Wojdylak)
- #17273 [CS][DX] Refactor
- #17274 [CoreBundle] Unification of services names - fix (@Wojdylak)
- #17292 [ShippingBundle] Unification of services names (@Wojdylak)
- #16096 Adding an index for the
address_log_entries(@mamazu) - #17298 [CoreBundle] Add missing license file (@GSadee)
- #17299 [Docs] Refresh Release Cycle (@CoderMaggie)
- #17297 Add info about trademark and logo to bundles and components in 1.14 (@GSadee)
- #17303 [CS][DX] Refactor
- #17306 [All] Unification of services names (@Wojdylak)
- #16601 [ApiBundle][Image] Prevent resolving non-serialized image paths (@Wojdylak)
- #17313 [ApiBundle] Deprecate PaymentMethodFilter and ShippingMethodFilter classes (@Wojdylak)
- #17321 [API][PHPSpec] Remove unused arguments from ImageNormalizerSpec (@GSadee)
- #17318 [API] Deprecate legacy_error_handling and serialization_groups configuration parameters (@GSadee)
- #17320 Deprecate exceptions from ApiBundle (@TheMilek)
- #17281 chore(doc): add naming changes for plugin skeleton (@ebuildy)
- #17342 [Admin] Deprecate NotificationController (@GSadee)
- #17337 [AdminBundle] Add base form type for ShopUserType and PromotionCouponGeneratorInstructionType (@Wojdylak)
- #17353 Fix OrderAdjustmentsRecalculationTest + apply API statistics constraints sequentially (@GSadee)
- #17256 [API][DOC]Adding a tip about api's preventing methods beside GET to load non cart orders by default (@oliverde8)
- #17354 [API] Refactor statistics constraints (@GSadee)
- #17363 [Admin] Pass admin path name parameter to AdminUriBasedSectionResolver (@GSadee)
- #17356 [Core][Promotion] Add missing type to AsCatalogPromotionPriceCalculator attribute + add missing AsCatalogPromotionVariantChecker attribute (@GSadee)
- #17360 [Maintenance] Remove enshrined/svg-sanitize package (@mpysiak)
- #17374 [CS][DX] Refactor
- #17373 [Addressing][Product] Deprecate controllers (@GSadee)
v1.14.0-ALPHA.2 (2024-10-15)
Details
- #17012 [CI] Remove unused social media notifications action + improvements (@GSadee)
- #17017 [API] Add missing endpoint for ShopUser in shop context (@GSadee)
- #17044 [Docs] Add 2.0-dev installation instructions (@CoderMaggie)
- #17061 Deprecate templating helpers (@GSadee)
- #17073 [Maintenance] Fix packages in definitions of deprecated services + add missing notes (@GSadee)
- #17076 Deprecate ResourceDeleteSubcriber (@TheMilek)
- #17088 Fix name of argument in deprecation trigger for PriceExtension (@GSadee)
- #17092 [CS][DX] Refactor
- #17096 [AttributeBundle] Unification of service names (@Wojdylak)
- #17095 [AddressingBundle] Unification of service names (@Wojdylak)
- #17098 [ChannelBundle] Unification of service names (@Wojdylak)
- #17070 Fix comparison of order items (@jaroslavtyc)
- #17099 [CurrencyBundle] Unification of service names (@Wojdylak)
- #17103 [InventoryBundle] Unification of service names (@Wojdylak)
- #17105 [MoneyBundle] Unification of service names (@Wojdylak)
- #17104 [LocaleBundle] Unification of service names (@Wojdylak)
- #17120 Add gedmo/doctrine-extensions conflict (@mpysiak)
- #17111 [OrderBundle] Unification of service names (@Wojdylak)
- #17125 [LocaleBundle] Unification of service names - fix (@Wojdylak)
- #17138 Remove winzouStateMachineBundle from packages' test applications to support ResourceBundle 1.12 (@GSadee)
- #17112 [ProductBundle] Unification of service names (@Wojdylak)
- #17144 [Docs] Fix readthedocs configuration file (@CoderMaggie)
- #17140 [Maintenance] Resolve gedmo/doctrine-extension conflict (@mpysiak)
- #17133 [PromotionBundle] Unification of service names (@Wojdylak)
- #17148 [CI] Remove currently unneeded custom build (@GSadee)
- #17139 [Composer] Remove conflict to doctrine/orm (@GSadee)
- #17152 [PromotionBundle] Unification of service names - fix (@Wojdylak)
- #17093 Create the "Services naming convention" ADR (@Wojdylak)
- #17163 Add the packages that have become optional in version 1.12 of the ResourceBundle. (@Wojdylak)
- #17169 Update README.md (@kulczy)
- #17162 Fix session unavailable in locale context (@NoResponseMate)
- #17170 [TaxationBundle] Unification of service names (@Wojdylak)
- #17168 Depreciate PercentageDiscountActionConfigurationType and move to CoreBundle (@Wojdylak)
- #17157 [ReviewBundle] Unification of service names (@Wojdylak)
- #17167 [ShippingBundle] Unification of service names (@Wojdylak)
- #17186 [TaxonomyBundle] Unification of service names (@Wojdylak)
- #17187 [UserBundle] Unification of service names (@Wojdylak)
- #17181 [UiBundle] Unification of service names and add deprecations (@Wojdylak)
- #17202 [PromotionBundle] Unification of sylius.registry_promotion_action (@Wojdylak)
- #17212 [UiBundle] Deprecate classes and services moved to TwigExtra package (@GSadee)
- #17216 [CS][DX] Refactor
- #17189 [ShopBundle] Unification of service names (@Wojdylak)
- #17219 [Behat] Normalize whitespace characters in string (@Wojdylak)
- #17223 [Core] Deprecate sylius_core.state_machine configuration parameter (@GSadee)
- #17199 [AdminBundle] Unification of service names (@Wojdylak)
- #17228 [ShopBundle] Unification of service name - fix (@Wojdylak)
- #17215 [UiBundle] Deprecate FilterStorage and FilterStorageInterface classes (@Wojdylak)
- #17226 [Upgrade] Fix Typo (@Rafikooo)
- #17180 [Maintenance] Update exception catching when storage is unavailable while getting current locale (@NoResponseMate)
v1.14.0-ALPHA.1 (2024-09-24)
Details
- #16184 Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69 (@app/dependabot)
- #16242 [Maintenance] Adjust Sylius version on 1.14 branch (@GSadee)
- #16261 [Admin] Deprecate FormTypeExtensions (@TheMilek)
- #16253 [Core] Add deprecation to StateMachineExtension (@Wojdylak)
- #16262 [ADR] Use Separate Base Form Types Instead of Type Extensions (@TheMilek)
- #16276 [Admin] Add base form type for every resource used in AdminBundle (@TheMilek)
- #16286 [Core] Add ShowAvailablePluginsCommand deprecation (@mpysiak)
- #16289 Add missing ShipmentShipType to AdminBundle (@TheMilek)
- #16333 [Inventory] Deprecate extending \InvalidArgumentException by inventory exceptions (@GSadee)
- #16465 Deprecate CustomerTypeExtension and AddUserFormSubscriber (@TheMilek)
- #16496 Add upmerge from 2.0 to symfony-7 branch (@loic425)
- #16510 Deprecate statistics services (@mpysiak)
- #16539 Deprecate LocaleTypeExtension (@Wojdylak)
- #16612 [CI] Run 1.14 full build instead of unsupported 1.12 (@GSadee)
- #16647 Deprecate PromotionCouponPromotionFilter (@TheMilek)
- #16703 [Maintenance] Less referrer usage in static redirects (@NoResponseMate, @GSadee)
- #16715 [Admin] Fix resending order confirmation emails (@Wojdylak)
- #16769 [Money] Deprecate unneeded templating helpers (@GSadee)
- #16825 [CI] Update Sylius branches in workflow (@GSadee)
- #16837 [CS][DX] Refactor
- #16852 Remove api-platform-3 and add payment-request to upmerge workflow (@GSadee)
- #16817 [Maintenance] Bump Sylius resource packages to ^1.11 (@NoResponseMate)
- #16884 [CS][DX] Refactor
- #16729 [CI] Upmerge Action False Positive (@Rafikooo)
- #16920 Revert "[CI] Upmerge Action False Positive" (@Rafikooo)
- #16947 [Admin] Deprecate admin routes (@mpysiak)
- #16954 [Shop] Deprecate unused routes (@mpysiak)
- #16956 [Maintenance] Deprecate leftover legacy custom promotion validation (@NoResponseMate)
- #16958 [Maintenance] Remove
bootstrap-shopfrom upmerges (@NoResponseMate) - #16886 make it possible to resend order confirmation after fulfilled state (@zairigimad)