Skip to content

Commit

Permalink
Document merging of backends for ezcontent and ezlocation
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 26, 2017
1 parent a28ee84 commit 10d767d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upgrades/upgrade_080_090.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Follow the instructions to upgrade your code to this newer version.
* Most of the internal ``protected`` dependencies and methods were made
``private`` and classes made final. Rather than extending internal classes,
you need to use other patterns when changing built in behaviour.

* ``ezlocation`` and ``ezcontent`` backends have been merged to one backend that
handles both eZ location and content items. This means that eZ location and
eZ content specific items and column value providers have also been merged into
one. You need to adapt your code that uses them to use the new backend, item
and column value providers.

0 comments on commit 10d767d

Please sign in to comment.