Skip to content

Commit 1e95afe

Browse files
RahatHameedNikolaIvanovski
authored andcommitted
Release v4.2.0
1 parent 669125e commit 1e95afe

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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-
## [4.2.0] - unreleased
7+
## [4.2.0] - 2025-11-04
88

99
### Added
1010
- Support for OXID eShop 7.4
@@ -234,6 +234,7 @@ This is stable release for v3.1.0. No changes have been made since v3.1.0-rc.1.
234234
- `oxid-esales/graphql-account`
235235
- `oxid-esales/graphql-checkout`
236236

237+
[4.2.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v4.1.0...v4.2.0
237238
[4.1.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v4.1.0-rc.1...v4.1.0
238239
[4.1.0-rc.1]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v4.0.0...v4.1.0-rc.1
239240
[4.0.0]: https://github.com/OXID-eSales/graphql-storefront-module/compare/v4.0.0-rc.1...v4.0.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This assumes you have OXID eShop (at least `oxid-esales/oxideshop_ce: v7.4.0` co
1717

1818
## Branch compatibility
1919

20-
* b-7.4.x branch is compatible with OXID eShop compilation b-7.4.x (which uses `graphql-base` b-7.4.x branch)
20+
* 4.2.x versions (or b-7.4.x branch) are compatible with OXID eShop compilation b-7.4.x (which uses `graphql-base` b-7.4.x branch)
2121
* 4.1.x version (or b-7.3.x branch) are compatible with OXID eShop compilation b-7.3.x (which uses `graphql-base` 11.x version resp.b-7.3.x branch)
2222
* 4.0.x versions (or b-7.2.x branch) are compatible with OXID eShop compilation b-7.2.x (which uses `graphql-base` 10.x version resp. b-7.2.x branch)
2323
* 3.1.x versions (or b-7.1.x branch) are compatible with OXID eShop compilation b-7.1.x (which uses `graphql-base` 9.x version resp. b-7.1.x branch)
@@ -31,8 +31,8 @@ This assumes you have OXID eShop (at least `oxid-esales/oxideshop_ce: v7.4.0` co
3131
Switch to the shop root directory (the file `composer.json` and the directories `source/` and `vendor/` are located there).
3232

3333
```bash
34-
# Install desired version of oxid-esales/graphql-storefront module, in this case - latest released 3.x version
35-
$ composer require oxid-esales/graphql-storefront ^4.1.0
34+
# Install desired version of oxid-esales/graphql-storefront module, in this case - latest released 4.x version
35+
$ composer require oxid-esales/graphql-storefront ^4.2.0
3636
```
3737

3838
If you didn't have the `oxid-esales/graphql-base` module installed, composer will do that for you.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": "^8.2",
1010
"doctrine/dbal": "^v2.7",
11-
"oxid-esales/graphql-base": "dev-b-7.4.x"
11+
"oxid-esales/graphql-base": "^12.0"
1212
},
1313
"conflict": {
1414
"oxid-esales/oxideshop-ce": "<7.4",

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'title' => 'GraphQL Storefront',
1919
'description' => 'OXID GraphQL Storefront',
2020
'thumbnail' => 'logo.png',
21-
'version' => '4.1.0',
21+
'version' => '4.2.0',
2222
'author' => 'OXID eSales',
2323
'url' => 'https://github.com/OXID-eSales/graphql-storefront-module',
2424
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)