Skip to content

Commit

Permalink
EZP-24268: updated BC notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Apr 30, 2015
1 parent 19f9082 commit 51527fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/bc/changes-5.3.md
Expand Up @@ -156,6 +156,10 @@ Changes affecting version compatibility with former or future versions.
repository configuration for both storage and search engines. Class signature has remained the
same.

* 5.3.6: `eZ\Publish\Core\Repository\ContentService::deleteVersion()` now throws `BadStateException`
when deleting last version of the Content. Since Content without a version does not make sense, in
this case `eZ\Publish\Core\Repository\ContentService::deleteContent()` should be used instead.

## Deprecations

* Method `eZ\Publish\API\Repository\RoleService::removePolicy` is deprecated in
Expand Down
4 changes: 4 additions & 0 deletions doc/bc/changes-5.4.md
Expand Up @@ -185,6 +185,10 @@ Changes affecting version compatibility with former or future versions.
repository configuration for both storage and search engines. Class signature has remained the
same.

* 5.4.3: `eZ\Publish\Core\Repository\ContentService::deleteVersion()` now throws `BadStateException`
when deleting last version of the Content. Since Content without a version does not make sense, in
this case `eZ\Publish\Core\Repository\ContentService::deleteContent()` should be used instead.

## Deprecations

* `imagemagick` siteaccess settings are now deprecated. It is mandatory to remove them.
Expand Down
4 changes: 4 additions & 0 deletions doc/bc/changes-6.0.md
Expand Up @@ -113,6 +113,10 @@ Changes affecting version compatibility with former or future versions.
* `eZ\Publish\API\Repository\ContentTypeService::createContentType` can now accept a `ContentTypeCreateStruct` without
any `FieldDefinitionCreateStruct`

* `eZ\Publish\Core\Repository\ContentService::deleteVersion()` now throws `BadStateException` when
deleting last version of the Content. Since Content without a version does not make sense, in this
case `eZ\Publish\Core\Repository\ContentService::deleteContent()` should be used instead.

## Deprecations

* `eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger::purge()` is deprecated and will be removed in v6.1.
Expand Down

0 comments on commit 51527fd

Please sign in to comment.