Skip to content

Commit a532804

Browse files
authored
Merge pull request #94 from joomla/laoneo-patch-1
Update new-deprecations.md for joomla/joomla-cms#40174
2 parents 223f56f + 453957f commit a532804

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

migrations/44-50/new-deprecations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ This page is unfinished, please use the **Edit this Page** link at the bottom of
1616

1717
File: libraries/src/Application/WebApplication.php
1818
Replacement: The $item_associations property will be removed with no replacement as it is not used in core anymore.
19+
20+
#### Privacy plugin app property is deprecated
21+
22+
File: administrator/components/com_privacy/src/Plugin/PrivacyPlugin.php
23+
Replacement: The `$this->app` property is deprecated in the privacy plugins. Instead of use `$this->getApplication()` when the plugin is converted to service providers.

0 commit comments

Comments
 (0)