Skip to content

Commit a42887d

Browse files
Merge pull request #2943 from coreshop/upmerge/5.0_next
[UPMERGE] 5.0 -> next
2 parents 8ad0987 + 1a5ec25 commit a42887d

21 files changed

+188
-104
lines changed

.github/workflows/behat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Behat
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'composer.json'
77
- 'features/**'
@@ -10,7 +10,7 @@ on:
1010
- 'src/**'
1111
- '.github/workflows/behat.yml'
1212
pull_request_target:
13-
branches: [ '4.0', '4.1', '5.0', 'next' ]
13+
branches: [ '5.0', 'next' ]
1414
paths:
1515
- 'composer.json'
1616
- 'features/**'

.github/workflows/behat_ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Behat UI
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'composer.json'
77
- 'features/**'
@@ -10,7 +10,7 @@ on:
1010
- 'src/**'
1111
- '.github/workflows/behat_ui.yml'
1212
pull_request_target:
13-
branches: [ '4.0', '4.1', '5.0', 'next' ]
13+
branches: [ '5.0', 'next' ]
1414
paths:
1515
- 'composer.json'
1616
- 'features/**'

.github/workflows/codestyles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
branches: [ '4.0', '4.1', '5.0', 'next' ]
18+
branches: [ '5.0', 'next' ]
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/license-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: License Check
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'composer.json'
77
- '*/**/composer.json'
88
- '.github/workflows/license-check.yaml'
99
pull_request_target:
10-
branches: [ '4.0', '4.1', '5.0', 'next' ]
10+
branches: [ '5.0', 'next' ]
1111
paths:
1212
- 'composer.json'
1313
- '*/**/composer.json'

.github/workflows/packages_bundles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Packages Bundles
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'src/CoreShop/Bundle/**'
77
- '.github/workflows/packages_bundles.yml'
88
pull_request_target:
9-
branches: [ '4.0', '4.1', '5.0', 'next' ]
9+
branches: [ '5.0', 'next' ]
1010
paths:
1111
- 'src/CoreShop/Bundle/**'
1212
- '.github/workflows/packages_bundles.yml'

.github/workflows/packages_components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Packages Components
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'src/CoreShop/Component/**'
77
- '.github/workflows/packages_components.yml'
88
pull_request_target:
9-
branches: [ '4.0', '4.1', '5.0', 'next' ]
9+
branches: [ '5.0', 'next' ]
1010
paths:
1111
- 'src/CoreShop/Component/**'
1212
- '.github/workflows/packages_components.yml'

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Static Tests (Lint, Stan)
22
on:
33
push:
4-
branches: [ '4.0', '4.1', '5.0', 'next' ]
4+
branches: [ '5.0', 'next' ]
55
paths:
66
- 'features/**'
77
- 'behat.yml.dist'
@@ -12,7 +12,7 @@ on:
1212
- 'composer.json'
1313
- '.github/workflows/static.yml'
1414
pull_request_target:
15-
branches: [ '4.0', '4.1', '5.0', 'next' ]
15+
branches: [ '5.0', 'next' ]
1616
paths:
1717
- 'features/**'
1818
- 'behat.yml.dist'

CHANGELOG-4.1.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.1.8
2+
* [Messenger] dispatch `FailedMessageDetailsEvent` to allow customization of failed message details generation by @jdreesen in https://github.com/coreshop/CoreShop/pull/2911
3+
* [Messenger] wrap failed message details info modal data in `<pre>` tags by @jdreesen in https://github.com/coreshop/CoreShop/pull/2910
4+
* [Pimcore] require Pimcore 11.5 only and test for PHP 8.3 by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2937
5+
* [CoreBundle] fix reports injection by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2936
6+
17
## 4.1.7
28
* [CoreBundle] fix store values version preview with null values by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2912
39
* [GraphQL] enable all translations for graphql by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2914

CHANGELOG-5.0.x.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@ old, not copied yet, Frontend Files to your implementation.
1111
### Index Bundle
1212

1313
The IndexBundle Extensions (`IndexColumnsExtensionInterface`, `IndexRelationalColumnsExtensionInterface`) get*Columns
14-
Methods for a MySQL Worker need to return a array of `Doctrine\DBAL\Schema\Column` now
14+
Methods for a MySQL Worker need to return a array of `Doctrine\DBAL\Schema\Column` now
15+
16+
## What's Changed
17+
* [FrontendBundle] Design v2 and Pimcore 12 compatibility by @codingioanniskrikos in https://github.com/coreshop/CoreShop/pull/2744
18+
* [IndexBundle] Optimize 404 Exception Handling on Index Item Deletion by @aarongerig in https://github.com/coreshop/CoreShop/pull/2894
19+
* [IndexBundle] Ignore missing 404 error when deleting non-existent document by @aarongerig in https://github.com/coreshop/CoreShop/pull/2896
20+
* [CoreBundle] fix store values version preview with null values by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2912
21+
* [GraphQL] enable all translations for graphql by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2914
22+
* [Pimcore] downgrade doctrine/dbal by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2922
23+
* [CoreBundle] fix deprecation and issue in ObjectUserProvider and use stable Pimcore 12 in https://github.com/coreshop/CoreShop/pull/2926

src/CoreShop/Bundle/CoreBundle/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class Version
2525

2626
public const string RELEASE_VERSION = '0';
2727

28-
public const string EXTRA_VERSION = 'beta.1';
28+
public const string EXTRA_VERSION = '';
2929

3030
public static function getVersion(): string
3131
{

0 commit comments

Comments
 (0)