Skip to content

Commit 2e6e3a8

Browse files
committed
Release v11.1.0
1 parent 8373bdd commit 2e6e3a8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG-v11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [11.1.0] - unreleased
7+
## [11.1.0] - 2025-10-27
88

99
### Changed
1010
- Update module to work with OXID eShop 7.4
@@ -28,6 +28,6 @@ This is stable release for v11.0.0. No changes have been made since v11.0.0-rc.1
2828
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
2929
- Upgrade GraphQLite to 7.0
3030

31-
[11.1.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0...b-7.4.x
31+
[11.1.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0...v11.1.0
3232
[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0-rc.1...v11.0.0
3333
[11.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v11.0.0-rc.1

README.md

Lines changed: 2 additions & 2 deletions
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.4.0` co
2424

2525
## Branch Compatibility
2626

27-
* b-7.4.x branch is compatible with b-7.4.x shop compilation branches
27+
* 11.1.x versions (or b-7.4.x branch) are compatible with latest shop compilation 7.4.x resp. b-7.4.x shop compilation branches
2828
* 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
2929
* 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
3030
* 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
@@ -37,7 +37,7 @@ This assumes you have OXID eShop (at least `OXID-eSales/oxideshop_ce: v7.4.0` co
3737

3838
```bash
3939
# Install desired version of oxid-esales/graphql-base module, in this case - latest released 11.x version, While updating the version you should add additional flag --with-all-dependencies with below command.
40-
$ composer require oxid-esales/graphql-base ^11.0.0 --with-all-dependencies
40+
$ composer require oxid-esales/graphql-base ^11.1.0 --with-all-dependencies
4141
```
4242

4343
You should run migrations both after installing the module and after each module update:

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' => '11.0.0',
29+
'version' => '11.1.0',
3030
'author' => 'OXID eSales',
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)