Commit graph

1395 commits

Author SHA1 Message Date
Grzegorz Sadowski
b76d2dfacb
Change application's version to v2.0.0-DEV 2024-11-07 15:16:45 +01:00
Grzegorz Sadowski
f999a85a69
Change application's version to v2.0.0-RC.1 2024-11-07 15:10:05 +01:00
Grzegorz Sadowski
1055a2afa7
Change application's version to v2.0.0-DEV 2024-10-30 12:29:50 +01:00
Grzegorz Sadowski
809af5c175
Change application's version to v2.0.0-BETA.1 2024-10-30 12:23:15 +01:00
Grzegorz Sadowski
906bac98cd
[Composer] Bump TwigHooks and TwigExtra packages to ^0.5 2024-10-29 15:05:25 +01:00
Loïc Frémont
9feb115730
Add support for future Twig Hooks 0.5 2024-10-29 15:05:25 +01:00
Grzegorz Sadowski
697ad04f5b
Merge branch '1.14' into 2.0
* 1.14:
  Changes after CR
  Add info to UPGRADE file
  Add deprecations and configuration unit tests
  Fix behat test
  Skip svg sanitize test if package is not installed
  Fix composerRequireChecker
  Format fix
  Add phpstan ignores
  Adjust behat tests
  Add tests
  Add allowed types configuration and change validation
  Remove enshrined/svg-sanitize dependency
2024-10-29 13:27:50 +01:00
Michał Pysiak
23f949521a
Remove enshrined/svg-sanitize dependency 2024-10-29 10:44:59 +01:00
Michał Pysiak
9e75e50b21
Install only needed APIP packages 2024-10-28 08:26:30 +01:00
Grzegorz Sadowski
9850a4d292
Merge branch '2.0' into test-apip-4 2024-10-25 15:02:06 +02:00
Michał Pysiak
55e281d67a
Bump minimal version to 4.0.3 2024-10-25 12:34:52 +02:00
Jan Goralski
aa70cf6404
Cleanup 2024-10-25 10:36:13 +02:00
Jan Goralski
bb92fc1370
Create an encryption service 2024-10-25 10:36:12 +02:00
Michał Pysiak
1d1c287689
Bump APIP to 4.0 and Fix Put errors 2024-10-25 10:18:08 +02:00
Grzegorz Sadowski
39b5f87c2a
[Composer] Bump symfonycasts/dynamic-forms dependency and put it in appropriate bundles 2024-10-23 12:30:25 +02:00
Michał Pysiak
2e8c2a0d78
[Maintenance] Move php-http/message-factory back to require 2024-10-23 07:41:37 +02:00
Karol
ee56e8bd6b
[Composer] Bump doctrine/collections dependency (#17284)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | continuation of #17277 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->
2024-10-22 11:41:15 +02:00
Grzegorz Sadowski
2b31eb0c7e
[Composer] Bump doctrine/collections dependency 2024-10-22 06:53:18 +02:00
Grzegorz Sadowski
15b41da057
[Composer] Bump lexik/jwt-authentication-bundle dependency 2024-10-22 06:52:13 +02:00
Grzegorz Sadowski
951bdb07ba
[Composer] Move abandoned php-http/message-factory dependency to dev requirements 2024-10-21 20:32:26 +02:00
Grzegorz Sadowski
9be8df8fb0
[Composer] Revert bumping lexik/jwt-authentication-bundle dependency due to problem with missing JWTUserToken 2024-10-21 20:12:01 +02:00
Grzegorz Sadowski
68da6a2ca5
[Composer] Revert bumping doctrine/collections dependency due to issue with TranslatableTrait 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
1f26a67874
[Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
59df63caa5
[Composer] Update main composer 2024-10-21 14:29:50 +02:00
Grzegorz Sadowski
2efffe70d1
[Composer] Remove sonata-project/block-bundle dependency 2024-10-21 14:29:02 +02:00
Bartłomiej Sęk
f1529340bd
Install symfony ux icons 2024-10-16 15:10:17 +02:00
Grzegorz Sadowski
e655dd4acf
Change application's version to v1.14.0-DEV 2024-10-15 11:39:08 +02:00
Grzegorz Sadowski
4d5171654b
Change application's version to v1.14.0-ALPHA.2 2024-10-15 11:31:53 +02:00
Grzegorz Sadowski
b9c57eb046
[Composer] Move winzou/state-machine dependency to suggest section 2024-10-15 08:26:54 +02:00
Grzegorz Sadowski
0d27cfe0cd
Merge branch '2.0' into payment-request
* 2.0:
  Change sort_by filter to sylius_sort_by
  Fix note in the UPGRADE file
  [Composer] Bump TwigExtra to the 0.4 version
  [UiBundle] Deprecate classes and services moved to TwigExtra package
  Update upgrade file
  [UserBundle] Unification of service names
  Update upgrade file
  [TaxonomyBundle] Unification os service names
  Add note to UPGRADE guide
  Use Twig Extra package
  Update upgrade file
  [ShippingBundle] Unification of service name
  Update upgrade file
  [ReviewBundle] Unification of service names
  [PromotionBundle] Unification of sylius.registry_promotion_action
  Update upgrade file
  [TaxationBundle] Unification of service names
2024-10-11 16:26:03 +02:00
Grzegorz Sadowski
8b4b993ee7
[Composer] Bump TwigExtra to the 0.4 version 2024-10-11 14:24:16 +02:00
Loïc Frémont
54a22b2268
Use Twig Extra package 2024-10-11 13:35:15 +02:00
Grzegorz Sadowski
5cff6c6b11
Resolve conflicts between 2.0 and payment-request 2024-10-09 07:17:43 +02:00
Grzegorz Sadowski
f1118eae44
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Remove currently unneeded custom build
  [API] Add default sorting order for customers admin GET endpoint
  Change fixtures - add createdAt different time for customers
  [Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
  [Composer] Remove conflict to doctrine/orm
2024-10-09 06:52:00 +02:00
Michał Pysiak
8fa7fbe2dc
[Composer] Bump Resource and Grid bundles to the last stable releases (#17147)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->
2024-10-09 06:39:44 +02:00
Grzegorz Sadowski
044dfff9c5
[UPMERGE] 2.0 -> payment-request (#17154)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-09 06:38:01 +02:00
Grzegorz Sadowski
409c41b205
Use Twig hooks new release (#17058)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->

@GSadee we are now sure that the new Twig hooks branch is fixed.
2024-10-09 06:37:23 +02:00
Loïc Frémont
2975db97ab Check Twig hooks next release 2024-10-08 14:37:32 +02:00
Grzegorz Sadowski
914053c505
[Composer] Bump sylius/grid-bundle dependency to the last stable release 2024-10-08 14:03:50 +02:00
Grzegorz Sadowski
6486978c52
[Composer] Bump sylius/resource-bundle dependency to the last stable release 2024-10-08 14:00:42 +02:00
Grzegorz Sadowski
43dfc6b3cc
Merge branch '1.14' into 2.0
* 1.14:
  Resolve gedmo/doctrine-extension conflict
2024-10-08 13:47:35 +02:00
Grzegorz Sadowski
ccebc0cf4f
Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
Grzegorz Sadowski
87de9289f0
[Composer] Remove conflict to doctrine/orm 2024-10-08 10:33:15 +02:00
Michał Pysiak
8dab39254a
Resolve gedmo/doctrine-extension conflict 2024-10-08 08:06:05 +02:00
Karol
d8417caa4c
[Composer] Bump minimal version of APIP 3.4 + related improvements (#17122)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->
2024-10-07 12:50:49 +02:00
Grzegorz Sadowski
34208c1900
Resolve conflicts between 2.0 and payment-request 2024-10-07 11:21:26 +02:00
Grzegorz Sadowski
56465cc04f
[Composer] Bump minimal version of APIP 3.4 2024-10-07 11:10:45 +02:00
Michał Pysiak
5d8dd66ea9
[DX] Remove JMS Serializer dependency 2024-10-07 10:00:58 +02:00
Karol
097ac5da13
[Theming] Move ThemeBundle dependency to ShopBundle (#17106)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | yes
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | fixes https://github.com/Sylius/Sylius/issues/13143,
replaces #13656
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->
2024-10-07 09:50:23 +02:00
Grzegorz Sadowski
f8e5b83e61
Merge branch '1.14' into 2.0
* 1.14:
  Fix note
  Fix rebase
  Add CONFLICTS.md note
  Add gedmo/doctrine-extensions conflict
  Update upgrade file
  [MoneyBundle] Unification of service names
  Update upgrade file
  [LocaleBundle] Unification of service names
  [InventoryBundle] Unification of service names
  Mirror improvements
  Update upgrade file
  [CurrencyBundle] Unification of service names
2024-10-07 08:32:08 +02:00