File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,6 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
198This 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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 }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments