Skip to content

Commit

Permalink
OXDEV-9047: Change version from 10.1.0 to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Feb 10, 2025
1 parent 5bb935a commit 70ddf9f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG-v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [10.1.0] - unreleased

### Changed
- Update module to work with OXID eShop 7.3
- Replaced `TokenFilterList::fromUserInput` and `TokenSorting::fromUserInput` with direct object instantiation
- Removed static access for `Legacy::createUniqueIdentifier()` and made it an instance method
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method

### Removed
- `fromUserInput` factory methods from `TokenFilterList` and `TokenSorting`.

## [10.0.0] - 2024-11-27
This is stable release for v10.0.0. No changes have been made since v10.0.0-rc.1.

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

[10.1.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x
[10.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0-rc.1...v10.0.0
[10.0.0-rc.1]: https://github.com/OXID-eSales/graphql-base-module/compare/v9.0.0...v10.0.0-rc.1
15 changes: 15 additions & 0 deletions CHANGELOG-v11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [11.0.0] - unreleased

### Changed
- Update module to work with OXID eShop 7.3
- Replaced `TokenFilterList::fromUserInput` and `TokenSorting::fromUserInput` with direct object instantiation
- Removed static access for `Legacy::createUniqueIdentifier()` and made it an instance method
- Updated `MissingSignatureKey` exception to use a constructor instead of a static factory method

[11.0.0]: https://github.com/OXID-eSales/graphql-base-module/compare/v10.0.0...b-7.3.x
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"oxid-esales/codeception-modules": "dev-b-7.3.x",
"codeception/module-asserts": "^3.0"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.3"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.3"
},
"autoload": {
"psr-4": {
"OxidEsales\\GraphQL\\Base\\": "src"
Expand Down Expand Up @@ -76,7 +76,7 @@
},
"autoload-dev": {
"psr-4": {
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests",
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests",
"OxidEsales\\GraphQL\\Base\\Tests\\": "./tests"
}
}
Expand Down
1 change: 0 additions & 1 deletion tests/PhpMd/phpmd.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
<violation rule="PHPMD\Rule\Naming\ShortMethodName" file="src/DataType/UserInterface.php" method="id"/>
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Framework/GraphQLQueryHandler.php"/>
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Framework/RequestReader.php"/>
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Infrastructure/Legacy.php"/>
<violation rule="PHPMD\Rule\CleanCode\StaticAccess" file="src/Service/JwtConfigurationBuilder.php"/>
</phpmd-baseline>

0 comments on commit 70ddf9f

Please sign in to comment.