Skip to content

Commit

Permalink
EZP-31046: Added BC notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Jan 21, 2020
1 parent d11bdc8 commit 4492898
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/bc/changes-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Changes affecting version compatibility with former or future versions.
* The following configuration nodes are not available anymore:
* `ezpublish.<scope>.ezpage.*`
* `ezpublish.<scope>.block_view.*`

* `ezpublish.siteaccess.relation_map` is replaced by `getSiteAccessesRelation` method from `eZ\Publish\Core\MVC\Symfony\SiteAccess\SiteAccessService`

* REST Client has been dropped.

* REST Server implementation and Common namespace have been removed in favor of
Expand Down Expand Up @@ -269,6 +270,8 @@ Changes affecting version compatibility with former or future versions.

* `ezpublish.persistence.external_storage_registry.factory`

* `ezpublish.config.resolver.core` has been removed. `eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ChainConfigResolver` should be used instead

## Changed behavior

* Service based View Matchers now require to be tagged with `ezplatform.view.matcher`. Moreover now to use it you have to prefix service name with `@` sign:
Expand Down

0 comments on commit 4492898

Please sign in to comment.