Commit graph

1361 commits

Author SHA1 Message Date
Grzegorz Sadowski
5cff6c6b11
Resolve conflicts between 2.0 and payment-request 2024-10-09 07:17:43 +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
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
Grzegorz Sadowski
8dfedae34c
Merge branch '1.13' into 1.14
* 1.13:
  Fix note
  Fix rebase
  Add CONFLICTS.md note
  Add gedmo/doctrine-extensions conflict
2024-10-07 08:21:13 +02:00
Michał Pysiak
913e35e76d
Fix rebase 2024-10-07 07:02:44 +02:00
Michał Pysiak
57a3f9ba2e
Add gedmo/doctrine-extensions conflict 2024-10-07 06:58:37 +02:00
Grzegorz Sadowski
226116b905
[Theming] Minor improvements to moving ThemeBundle dependency 2024-10-04 13:48:42 +02:00
Grzegorz Sadowski
89e8af015d
[UPMERGE] 2.0 -> payment-request (#17090)
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-04 06:51:04 +02:00
dependabot[bot]
0c4717eea2
Update rector/rector requirement from ^0.18.0 to ^1.2.6
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/0.18.0...1.2.6)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-03 11:36:56 +00:00
Grzegorz Sadowski
7ae6ac56ba
[Composer] Remove symfony/templating dependency 2024-10-02 07:13:35 +02:00
Grzegorz Sadowski
8db6bc38e0
[UPMERGE] 2.0 -> payment-request (#17080)
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-02 06:49:03 +02:00
Grzegorz Sadowski
da9e565eab
[Composer] Bump sylius/mailer-bundle to 2.1 version 2024-10-01 13:08:32 +02:00
Grzegorz Sadowski
54238fa3d4
Merge branch 'payment-request' into upmerge/2.0_payment-request 2024-10-01 09:09:56 +02:00
Loïc Frémont
c8dd728b58 Bump Pagerfanta version to 4.x 2024-09-30 09:20:47 +02:00
Michał Pysiak
5360772aaf
Remove dependecies 2024-09-27 06:09:00 +02:00
Grzegorz Sadowski
42f2fcb123
Resolve conflicts between 2.0 and payment-request 2024-09-26 13:52:33 +02:00
Grzegorz Sadowski
6f23ae3844
[Composer] Bump minimum Symfony 7 version to 7.1 2024-09-25 10:41:03 +02:00
Grzegorz Sadowski
64d6b9d526
Resolve conflicts between 2.0 and payment-request 2024-09-25 07:34:26 +02:00
Grzegorz Sadowski
cd1dda3e8c
Change application's version to v2.0.0-DEV 2024-09-24 13:35:47 +02:00
Grzegorz Sadowski
6e79c0d6a7
Change application's version to v2.0.0-ALPHA.2 2024-09-24 13:29:32 +02:00
Grzegorz Sadowski
049445e3e5
Change application's version to v1.14.0-DEV 2024-09-24 13:18:24 +02:00
Grzegorz Sadowski
46ebd02cee
Change application's version to v1.14.0-ALPHA.1 2024-09-24 13:14:08 +02:00
Grzegorz Sadowski
aa50b60421
Change application's version to v1.13.7-dev 2024-09-24 13:03:21 +02:00
Grzegorz Sadowski
fa29546f7e
Change application's version to v1.13.6 2024-09-24 13:02:09 +02:00
Wojdylak
532be0456b
Resolve conflicts between 2.0 and payment-request 2024-09-24 09:18:52 +02:00
Grzegorz Sadowski
df217d7182
Resolve conflicts between 2.0 and symfony-7 2024-09-24 08:48:32 +02:00
Grzegorz Sadowski
7c863fe5a9
[Composer] Add doctrine/doctrine-bundle to UserBundle 2024-09-24 06:55:50 +02:00
Grzegorz Sadowski
fe38ee8bba
Change application's version to v2.0.0-DEV 2024-09-19 14:32:30 +02:00
Grzegorz Sadowski
db2cd5e5a2
Change application's version to v2.0.0-ALPHA.1 2024-09-19 14:22:12 +02:00
Michał Pysiak
1c62b1bb5c
Bump minimal APIP version to 3.4.0 2024-09-19 10:50:14 +02:00
Grzegorz Sadowski
0a6db753a8 [Composer] Remove willdurand/hateoas and willdurand/hateoas-bundle dependencies 2024-09-18 08:03:36 +02:00
Michał Pysiak
f9f3bbc7a2 Install guzzle7 client 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
7de412f515 [Composer] Remove willdurand/hateoas and willdurand/hateoas-bundle dependencies 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
2e61eac40a [Composer] Try to remove conflict to doctrine/orm 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
ea273dc633 [Composer] Temporarily upgrade sylius/resource-bundle dependency to alpha version 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
81047affb7 [Composer] Temporarily upgrade sylius/grid-bundle dependency to alpha version 2024-09-16 14:22:00 +02:00
Grzegorz Sadowski
5978b8d559 [Composer] Temporarily upgrade sylius/mailer-bundle dependency to alpha version 2024-09-16 14:22:00 +02:00