Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
OXDEV-4093 style fixes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Oct 30, 2020
1 parent 642f938 commit 297c3cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sorting for Product, Category, Vendor, Manufacturer, Country, and State lists
- Default sorting for Products and Categories
- Language relation for product reviews.
- ProductStock::getEshopModel method [PR-14](https://github.com/OXID-eSales/graphql-catalogue-module/pull/14)
- `ProductStock::getEshopModel` method [PR-14](https://github.com/OXID-eSales/graphql-catalogue-module/pull/14)
- Autogenerated schema documentation which can be found [here](https://oxid-esales.github.io/graphql-base-module/)

### Changed

- Repository::delete() takes loaded BaseModel as argument.
- `Repository::delete` takes loaded BaseModel as argument.
- `OxidEsales\GraphQL\Catalogue\Product\DataType\Price` moved to `OxidEsales\GraphQL\Catalogue\Shared\DataType\Price`
- Replaced Product field Category with Categories
- ProductStock DataType now implements DataType [PR-14](https://github.com/OXID-eSales/graphql-catalogue-module/pull/14)
- Allowed any model class in ProductDimensions type constructor
- Permissions granted according to user groups instead of oxuser.oxrights values
- `ProductStock` DataType now implements `DataType` [PR-14](https://github.com/OXID-eSales/graphql-catalogue-module/pull/14)
- Allowed any model class in `ProductDimensions` type constructor
- Permissions granted according to user groups instead of `oxuser.oxrights` values
- Currency rate value is now `float`
- Module ID is now `'oe_graphql_catalogue'`
- Module ID is now `oe_graphql_catalogue`

### Fixed

Expand Down

0 comments on commit 297c3cb

Please sign in to comment.