Commit graph

40 commits

Author SHA1 Message Date
Grzegorz Sadowski
a339d13dc3
[ShippingMethod] Add note about changing shipping rule behaviour to the UPGRADE file 2022-04-14 12:49:43 +02:00
Grzegorz Sadowski
924c8636e3
[Maintenance] Add note to UPGRADE file about dropping Symfony 5.2 support 2022-04-08 07:27:04 +02:00
Kevin Kaniaburka
d790944fe3 [Core][Configuration] Rename flag that changes priorities in order processing 2022-03-16 14:15:31 +01:00
Kevin Kaniaburka
aac69ca011 [Core][Shipping] Update UPGRADE-1.10.md 2022-03-16 14:04:47 +01:00
Kevin Kaniaburka
9fcae9e31f [Core][Configuration] Rename flag that changes priorities in order processing 2022-03-16 12:54:58 +01:00
Kevin Kaniaburka
d6dbbcdd78 [Core][Shipping] Update UPGRADE-1.10.md 2022-03-16 11:07:02 +01:00
Grzegorz Sadowski
eb0a597746
[Order] Rename field byGuest to createdByGuest 2022-02-24 09:43:05 +01:00
Grzegorz Sadowski
dad642ac91
[Cart] Extract resolving byGuest flag to a separate service 2022-02-23 21:10:34 +01:00
Grzegorz Sadowski
7f9154b1c9
[Cart] Improvements to fixing problem with cart after PR review 2022-02-23 14:30:25 +01:00
Grzegorz Sadowski
b0401a314a
[Cart] Improve setting byGuest flag in ShopBasedCartContext 2022-02-23 14:30:24 +01:00
Grzegorz Sadowski
e1fa6f6ced
[Order] Rename field guest to byGuest 2022-02-23 14:30:24 +01:00
SirDomin
e0c7302dff
Add info to UPGRADE file 2022-02-23 14:30:24 +01:00
Francis Hilaire
a780338f70
Add UPGRADE note for payum version 2022-01-10 15:55:34 +01:00
Łukasz Chruściel
7057f72063
[Bug] Fix default sylius config file path in Sylius 1.10 2021-08-27 16:02:48 +02:00
Łukasz Chruściel
54f12042fc
[UPGRADE] Split API and non API upgrade files 2021-07-23 14:12:06 +02:00
Grzegorz Sadowski
abe4464a45
[API] Add missing note about enabling API to UPGRADE-1.10 file 2021-07-16 11:29:27 +02:00
Kamil Kokot
05fe139655
Improve the UPGRADE file for Sylius v1.10 2021-06-01 23:28:48 +01:00
Grzegorz Sadowski
5ddda7d73e
[API][Address] Secure persisting and removing addresses only by logged in users 2021-05-26 14:34:05 +02:00
Grzegorz Sadowski
efae0a79bf
[API][Address] Replace address collection provider by address collection extension 2021-05-26 14:34:03 +02:00
Łukasz Chruściel
63a53b5885 [API][Shop] Remove channel pricing from shop 2021-05-26 11:18:22 +02:00
Dominik Garbulski
31bb4a95d4 add deprecation info 2021-05-13 20:06:16 +02:00
arti0090
3b438f9244 [API] Revert locale to localeCode in pickup cart 2021-05-11 12:47:06 +02:00
arti0090
08cc365cf5 Rebase and rework product adding endpoint 2021-04-29 10:07:16 +02:00
Tomanhez
05a355bf27 Add ADR and note to Upgrade file 2021-04-29 08:51:48 +02:00
SirDomin
9a07588ba2
pr-fix 2021-04-28 13:04:39 +02:00
SirDomin
090d1ddc16
remove productCode, mention in upgrade file 2021-04-28 09:29:40 +02:00
Grzegorz Sadowski
9bf89bb37c
refactor #12530 [API]Unify change quantity endpoint with other orders endpoints (arti0090)
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master 
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

Commits
-------

76a573a6ee [API]Unify change quantity endpoint with other orders endpoints
d161006dc4 Changed transformer to subresource one, remove unneded one, changed body value to quantity
2021-04-15 14:49:05 +02:00
arti0090
d161006dc4 Changed transformer to subresource one, remove unneded one, changed body value to quantity 2021-04-15 13:26:01 +02:00
SirDomin
ac258d8fcb
[Doc] upgrade file updated with unification changes 2021-04-14 13:08:10 +02:00
arti0090
76a573a6ee [API]Unify change quantity endpoint with other orders endpoints 2021-04-14 11:37:50 +02:00
arti0090
e9ef0ff0d4 Refactor cart blaming 2021-04-13 14:21:24 +02:00
Łukasz Chruściel
ccf0808e1a
refactor #12512 [API] Fix cart blaming (GSadee, arti0090)
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes?
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

Based on https://github.com/Sylius/Sylius/pull/12509

Commits
-------

6a525e7d88 Remove listening for JWT event in CartBlamerListener and use section provider in this listener
87e13c5088 [API] Overwrite CartBlamerListener in ApiBundle
34c8357832 add new Section class and fix cart blaming
7aaf9d34ac move cartBlamerListener to proper bundle
9fd8d13293 fix and rename listeners
2021-04-13 10:14:02 +02:00
arti0090
9fd8d13293 fix and rename listeners 2021-04-13 08:23:51 +02:00
Grzegorz Sadowski
18b1ed427c
refactor #12510 Update to api platform v2.6 (Tomanhez)
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.7 or 1.8 branch (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

68a954c990 Add api resource configurations
8b6dec976c Remove redundant SubresourceDataProvider.php
04766380f7 Fix tests
9ee6202982 Fix RouteNameResolver
312ffe0e66 Fix last behats and specs
5f74dec4ee Remove box with info about api identifiers
9b466a1266 Fix phpunits
f6816bdbc7 Fix TokenValueBasedCartContext and add last fixes for tests
ee39c624f8 Remove ExtractorPropertyMetadataFactory
155dd7a7cb Fix tests
2021-04-13 08:05:01 +02:00
arti0090
7aaf9d34ac move cartBlamerListener to proper bundle 2021-04-12 11:16:49 +02:00
Tomanhez
f6816bdbc7 Fix TokenValueBasedCartContext and add last fixes for tests 2021-04-12 09:17:43 +02:00
Tomanhez
9b466a1266 Fix phpunits 2021-04-08 10:30:33 +02:00
arti0090
1574fa26f4 Change serialization of ship endpoint, adjust command 2021-04-07 07:47:20 +02:00
Tomanhez
d95297d005 Add next iteration 2021-03-29 13:45:32 +02:00
Adam Kasperczak
f7d29e40fb [fix] change info in upgrade file after rebase 2021-03-03 12:41:36 +01:00