Skip to content

Commit

Permalink
Merge 1030736 into 00b6d3b
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Oct 12, 2020
2 parents 00b6d3b + 1030736 commit 3646ef5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADE-5.7.md
Expand Up @@ -21,6 +21,11 @@ This header is an added security layer to avoid unintended and malicious uploads
* Validator\Constraints\Media and Validator\Constraints\HasGuessableExtension have had their error constant values changed from integer to string uuid's because integers have been deprecated by Symfony.
* All code related to the Aviary image editing service is deprecated because the service is discontinued.

MultiDomainBundle
-----------------

* The `$rootNode` property on class `Kunstmaan\MultiDomainBundle\Helper\DomainConfiguration` is deprecated and the `$rootNodeCache` property should be used instead.

NodeBundle
----------

Expand Down
Expand Up @@ -15,6 +15,8 @@ class DomainConfiguration extends BaseDomainConfiguration

/**
* @var Node
*
* @deprecated since KunstmaanMultiDomainBundle 5.7 and will be removed in KunstmaanMultiDomainBundle 6.0. Use the `$rootNodeCache` property instead.
*/
protected $rootNode;

Expand Down

0 comments on commit 3646ef5

Please sign in to comment.