Skip to content

Commit dec56b4

Browse files
committed
Merge branch 'refs/heads/b-7.4.x' into b-7.5.x
2 parents edb5f7e + 7701d51 commit dec56b4

5 files changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG-v10.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [10.0.1] - 2026-03-18
8+
9+
### Fixed
10+
- Graphqlite is incompatible with webonyx/graphql-php v15.31
11+
712
## [10.0.0] - 2024-11-27
813
This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1.
914

@@ -40,5 +45,6 @@ This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1
4045
## Changed
4146
- Renamed OxidEsales\GraphQL\Base\Infrastructure\Token::cleanUpTokens() to deleteOrphanedTokens()
4247

48+
[10.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v10.0.1
4349
[10.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0-rc.1...v10.0.0
4450
[10.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v10.0.0-rc.1

CHANGELOG-v11.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.0.1] - 2026-03-18
8+
9+
### Fixed
10+
- Graphqlite is incompatible with webonyx/graphql-php v15.31
11+
712
## [11.0.0] - 2025-06-11
813
This is stable release for v11.0.0. No changes have been made since v11.0.0-rc.1.
914

@@ -20,5 +25,6 @@ This is stable release for v11.0.0. No changes have been made since v11.0.0-rc.1
2025
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
2126
- Upgrade GraphQLite to 7.0
2227

28+
[11.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0...v11.0.1
2329
[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0-rc.1...v11.0.0
2430
[11.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...v11.0.0-rc.1

CHANGELOG-v12.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [12.0.1] - 2026-03-18
8+
9+
### Fixed
10+
- Graphqlite is incompatible with webonyx/graphql-php v15.31
11+
712
## [12.0.0] - 2025-10-28
813

914
### Changed
@@ -12,4 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1217
### Added
1318
- A `matches` method was added to `FilterInterface` (and it's implementations) to allow checking if a filter matches a given value.
1419

20+
[12.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v12.0.0...v12.0.1
1521
[12.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v11.0.0...v12.0.0

CHANGELOG-v9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [9.0.1] - 2026-03-18
8+
9+
### Fixed
10+
- Graphqlite is incompatible with webonyx/graphql-php v15.31
11+
712
## [9.0.0] - 2024-07-04
813

914
### Added
@@ -41,5 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4146
### Removed
4247
- Migration trigger on module activation
4348

49+
[9.0.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v9.0.1
4450
[9.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0-rc.1...9.0.0
4551
[9.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v8.1.1...9.0.0-rc.1

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"require": {
99
"php": "^8.3",
1010
"ext-json": "*",
11+
"webonyx/graphql-php": "~15.30.2",
1112
"thecodingmachine/graphqlite": "^7.0",
1213
"lcobucci/jwt": "^4.1",
1314
"symfony/cache": "*",

0 commit comments

Comments
 (0)