Skip to content

Commit f1c42c6

Browse files
committed
Revert "OXDEV-9909: Add a new SeoEncoderArticle model extension including factory"
This reverts commit 843ce68.
1 parent 843ce68 commit f1c42c6

11 files changed

Lines changed: 0 additions & 188 deletions

File tree

CHANGELOG-v13.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Minimum PHP version is now 8.3, tested up to PHP 8.5
1212
- Upgraded PHPUnit from 11 to 12
1313

14-
### Added
15-
- `SeoEncoderArticle` with `oeGetCategoryUri` and `oeIsFixed` method, including `SeoEncoderArticleFactory`
16-
1714
### Fixed
1815
- Graphqlite is incompatible with webonyx/graphql-php v15.31
1916

metadata.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'url' => 'www.oxid-esales.com',
3232
'email' => 'info@oxid-esales.com',
3333
'extend' => [
34-
\OxidEsales\Eshop\Application\Model\SeoEncoderArticle::class => \OxidEsales\GraphQL\Base\Seo\Infrastructure\Model\SeoEncoderArticle::class,
3534
],
3635
'controllers' => [
3736
// Widget Controller

services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
imports:
22
- { resource: src/Infrastructure/services.yaml }
3-
- { resource: src/Seo/services.yaml }
43

54
services:
65

src/Seo/Infrastructure/Factory/SeoEncoderArticleFactory.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Seo/Infrastructure/Factory/SeoEncoderArticleFactoryInterface.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Seo/Infrastructure/Factory/services.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Seo/Infrastructure/Model/SeoEncoderArticle.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/Seo/Infrastructure/services.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Seo/services.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/Integration/Seo/Infrastructure/Factory/SeoEncoderArticleFactoryTest.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)