Skip to content

Commit 70ddf9f

Browse files
committed
OXDEV-9047: Change version from 10.1.0 to 11.0.0
1 parent 5bb935a commit 70ddf9f

4 files changed

Lines changed: 19 additions & 17 deletions

File tree

CHANGELOG-v10.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ 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.1.0] - unreleased
8-
9-
### Changed
10-
- Update module to work with OXID eShop 7.3
11-
- Replaced `TokenFilterList::fromUserInput` and `TokenSorting::fromUserInput` with direct object instantiation
12-
- Removed static access for `Legacy::createUniqueIdentifier()` and made it an instance method
13-
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
14-
15-
### Removed
16-
- `fromUserInput` factory methods from `TokenFilterList` and `TokenSorting`.
17-
187
## [10.0.0] - 2024-11-27
198
This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1.
209

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

54-
[10.1.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x
5543
[10.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0-rc.1...v10.0.0
5644
[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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [11.0.0] - unreleased
8+
9+
### Changed
10+
- Update module to work with OXID eShop 7.3
11+
- Replaced `TokenFilterList::fromUserInput` and `TokenSorting::fromUserInput` with direct object instantiation
12+
- Removed static access for `Legacy::createUniqueIdentifier()` and made it an instance method
13+
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method
14+
15+
[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"oxid-esales/codeception-modules": "dev-b-7.3.x",
3131
"codeception/module-asserts": "^3.0"
3232
},
33-
"conflict": {
34-
"oxid-esales/oxideshop-ce": "<7.3"
35-
},
33+
"conflict": {
34+
"oxid-esales/oxideshop-ce": "<7.3"
35+
},
3636
"autoload": {
3737
"psr-4": {
3838
"OxidEsales\\GraphQL\\Base\\": "src"
@@ -76,7 +76,7 @@
7676
},
7777
"autoload-dev": {
7878
"psr-4": {
79-
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests",
79+
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests",
8080
"OxidEsales\\GraphQL\\Base\\Tests\\": "./tests"
8181
}
8282
}

tests/PhpMd/phpmd.baseline.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
<violation rule="PHPMD\Rule\Naming\ShortMethodName" file="src/DataType/UserInterface.php" method="id"/>
66
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Framework/GraphQLQueryHandler.php"/>
77
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Framework/RequestReader.php"/>
8-
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Infrastructure/Legacy.php"/>
98
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Service/JwtConfigurationBuilder.php"/>
109
</phpmd-baseline>

0 commit comments

Comments
 (0)