Skip to content

Commit 7ebc252

Browse files
committed
OXDEV-8623: Update version in several files
1 parent b4efd50 commit 7ebc252

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/schema_trigger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Trigger schema workflow
22

33
on:
44
push:
5-
tags: [v10.*]
5+
tags: [v11.*]
66

77
jobs:
88
documentation_schema:
@@ -16,4 +16,4 @@ jobs:
1616
github_user: ${{ secrets.CI_USER }}
1717
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
1818
workflow_file_name: schema.yaml
19-
ref: "10.0-en"
19+
ref: "11.0-en"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.3.0` co
2424

2525
## Branch Compatibility
2626

27-
* 10.1.x versions (or b-7.3.x branch) are compatible with latest shop compilation 7.3.x resp. b-7.3.x shop compilation branches
27+
* 11.0.x versions (or b-7.3.x branch) are compatible with latest shop compilation 7.3.x resp. b-7.3.x shop compilation branches
2828
* 10.0.x versions (or b-7.2.x branch) are compatible with latest shop compilation 7.2.x resp. b-7.2.x shop compilation branches
2929
* 9.x versions (or b-7.1.x branch) are compatible with latest shop compilation 7.1.x resp. b-7.1.x shop compilation branches
3030
* 8.x versions (or b-7.0.x branch) are compatible with latest shop compilation: 7.0.x resp. b-7.0.x shop compilation branches

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'en' => '<span>OXID GraphQL API Framework</span>',
2727
],
2828
'thumbnail' => 'logo.png',
29-
'version' => '10.0.0',
29+
'version' => '11.0.0',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)