Skip to content

Commit 478fa62

Browse files
authored
Merge pull request #301 from Hackwar/adapter-removed
CMS Adapter removed
2 parents 35845cc + 97d4d99 commit 478fa62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

migrations/54-60/removed-backward-incompatibility.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ ActionlogsHelper::getLogContentTypeParams('context');
274274
Factory::getApplication()->bootComponent('actionlogs')->getMVCFactory()
275275
->createModel('ActionlogConfig', 'Administrator')->getLogContentTypeParams('context');
276276
```
277+
278+
279+
### CMS Adapter classes have been remoed
280+
281+
- PR: https://github.com/joomla/joomla-cms/pull/43794
282+
- Description: The classes `\Joomla\CMS\Adapter\Adapter` and `\Joomla\CMS\Adapter\AdapterInstance` have been removed without replacement.
283+
277284
## Remove deprecated BaseApplication and CLI classes
278285
- PR: https://github.com/joomla/joomla-cms/pull/42884
279286
- Files: `libraries/src/Application/BaseApplication.php`, `libraries/src/Application/CLI.php`

0 commit comments

Comments
 (0)